Issue
What were you trying to do that didn't work?
When execute reposync command, I saw following messages.
reposync --gpgcheck --repoid=rhel-7-server-rpms --norepopath -m --download-metadata -p testDir
ignoring a dupe of python-syspurpose-1.24.53-1.el7_9.x86_64
ignoring a dupe of rhsm-gtk-1.24.53-1.el7_9.x86_64
ignoring a dupe of subscription-manager-1.24.53-1.el7_9.x86_64
ignoring a dupe of subscription-manager-gui-1.24.53-1.el7_9.x86_64
ignoring a dupe of subscription-manager-plugin-container-1.24.53-1.el7_9.x86_64
ignoring a dupe of subscription-manager-rhsm-1.24.53-1.el7_9.x86_64
ignoring a dupe of subscription-manager-rhsm-certificates-1.24.53-1.el7_9.x86_64
No Presto metadata available for rhel-7-server-rpms
^CTraceback (most recent call last):
When further check the repository, I found the above packages are duplicated in rhel-7-server-rpms.
yum list python-syspurpose --showduplicates
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
Installed Packages
python-syspurpose.x86_64
1.24.42-1.el7
@anaconda/7.9
Available Packages
python-syspurpose.x86_64
1.24.13-1.el7
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.13-3.el7_7
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.13-4.el7_7
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.26-1.el7
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.26-3.el7_8
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.26-4.el7_8
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.42-1.el7
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.45-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.48-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.50-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.51-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.52-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.52-2.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.53-1.el7_9
rhel-7-server-rpms
python-syspurpose.x86_64
1.24.53-1.el7_9
rhel-7-server-rpms
As well as subscription-manager and other packages.
yum list subscription-manager --showduplicates | grep 53
subscription-manager.x86_64
1.24.53-1.el7_9
rhel-7-server-rpms
subscription-manager.x86_64
1.24.53-1.el7_9
rhel-7-server-rpms
Please provide the package NVR for which bug is seen:
How reproducible:
Execute reposync on a RHEL 7 system without --newest option.
Steps to reproduce
Expected results
No "ignoring a dupe of ..." shows when execute reposyncr
Actual results