This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2217192 - reposync and repomanage don't agree about modules and "new"
Summary: reposync and repomanage don't agree about modules and "new"
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: dnf-plugins-core
Version: 9.2
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: rc
: ---
Assignee: Evan Goode
QA Contact: swm-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-06-24 23:35 UTC by Chris Adams
Modified: 2023-08-14 09:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-08-14 09:10:05 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker   RHEL-1232 0 None None None 2023-08-14 09:10:04 UTC
Red Hat Issue Tracker RHELPLAN-160667 0 None None None 2023-06-24 23:38:11 UTC

Description Chris Adams 2023-06-24 23:35:21 UTC
When setting up a local mirror of the rhel-9-for-x86_64-appstream-rpms repo, I use "dnf reposync --download-metadata --newest-only". Then to clear out the old versions of packages, I followed https://access.redhat.com/solutions/4011571 (but made it "dnf repomanage"). That consistently downloads and deletes some module-related packages, such as php-common-8.1.8-1.module+el9.1.0+15877+c3862210.x86_64.rpm.

It seems that reposync's logic for --newest-only must not quite match repomanage's logic for --new.

Comment 1 Evan Goode 2023-07-10 15:56:53 UTC
Thanks for reporting! Yes, it seems reposync uses a different, slightly smarter strategy to determine which pages are "newest". This comment explains reposync's behavior: https://bugzilla.redhat.com/show_bug.cgi?id=1833074#c35. I agree, it would be nice if repomanage was consistent. But fixing this in DNF 4 is a low priority; I think it will be best if we rather keep this issue in mind when developing the reposync and repomanage plugins for DNF 5, the package manager replacing DNF in Fedora 39+.

Comment 2 Evan Goode 2023-07-10 15:58:54 UTC
I realize the linked comment is marked Red Hat internal-only. Reproducing it here:

> This is most likely expected. Let me explain how it works.

> Originally `reposync -n` downloaded two sets of packages:

> 1. non-modular packages with the highest NEVRA

> 2. all rpms from the latest versions of module streams

> But it turned out that in some cases the highest NEVRA package is not part of the latest module stream version. The reason is the change of package release format - we moved from rhnsd-0:5.0.35-3.module+el8+2754+6a08e8f4.x86_64 format (part of older module stream version) to rhnsd-0:5.0.35-3.module+el8.1.0+3455+3ddf2832.x86_64 (part of newer module stream version). Unfortunately the solver considers older module+el8+2754+6a08e8f4 release to be higher version then newer module+el8.1.0+3455+3ddf2832.

> To fix the issue we decided to add third set of downloaded packages:

> 3. all rpms from module streams that contains the packages with highest NEVRAs. Because of potential dependencies between packages in the same stream we prefer not to download only some rpms from the module stream (like only those with highest NEVRA), but we always download all its packages.

> That means that after the patch the number of downloaded packages most probably gets higher.

Comment 3 Martin Curlej 2023-08-14 09:10:05 UTC
This bug was migrated to our public Jira instance. From september this year we will stop using bugzilla for bug reporting againts RHEL related components.

The link to the jira bug can be found below:

https://issues.redhat.com/browse/RHEL-1232


Note You need to log in before you can comment on or make changes to this bug.