Project

Profile

Help

Issue #8952

closed

modular rpms have is_modular set to 'false'

Added by jsherril@redhat.com almost 3 years ago. Updated almost 3 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Katello
Sprint:
Quarter:

Description

On pulp-rpm 3.12, after syncing a modular repo like: https://mirror.linux.duke.edu/pub/centos/8/AppStream/x86_64/os/

we see:

# select count(name),rpm_package.is_modular from rpm_package group by rpm_package.is_modular ;
 count | is_modular 
-------+------------
 10314 | f

There should be some modular rpms in that repo, but pulp is no longer reporting any.


Related issues

Related to RPM Support - Backport #8964: Backport 8952 to 3.13.2CLOSED - CURRENTRELEASE

Actions
Actions #1

Updated by jsherril@redhat.com almost 3 years ago

  • Description updated (diff)
Actions #2

Updated by pulpbot almost 3 years ago

  • Status changed from NEW to POST
Actions #3

Updated by ggainey almost 3 years ago

Test script:

pulp rpm remote create --name c8-app --url https://mirror.linux.duke.edu/pub/centos/8/AppStream/x86_64/os/ --policy on_demand
pulp rpm repository create --name c8-app --remote c8-app
pulp rpm repository sync --name c8-app
psql -U pulp -d pulp --host 127.0.0.1
Password for user pulp: 
psql (9.6.19, server 10.15)
WARNING: psql major version 9.6, server major version 10.
         Some psql features might not work.
Type "help" for help.

pulp=> select count(*) from rpm_package where is_modular = 't';
 count 
-------
  1687
(1 row)

pulp=> 
Actions #4

Updated by ggainey almost 3 years ago

  • Assignee set to ggainey

Added by ggainey almost 3 years ago

Revision 092705e0 | View on GitHub

Made modulemd-parsing come first, so package-parsing can be correct.

closes #8952 [nocoverage]

Actions #5

Updated by ggainey almost 3 years ago

  • Status changed from POST to MODIFIED
Actions #6

Updated by dalley almost 3 years ago

Actions #7

Updated by dalley almost 3 years ago

  • Status changed from MODIFIED to CLOSED - CURRENTRELEASE
  • Sprint/Milestone set to 3.13.2

Also available in: Atom PDF