Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 1318610

Summary: Old package names listed in comps.xml
Product: Red Hat Enterprise Linux 6 Reporter: Alexander Todorov <atodorov>
Component: relengAssignee: Tomas Mlcoch <tmlcoch>
Status: CLOSED WONTFIX QA Contact: Release Test Team <release-test-team-automation>
Severity: high Docs Contact:
Priority: high    
Version: 6.8CC: dgilmore, lkocman, tlavigne, tmlcoch
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-12-06 12:13:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1286535, 1389234    

Description Alexander Todorov 2016-03-17 10:50:53 UTC
Description of problem:

Comps.xml contains a list of obsoleted package names, which however are provided by newer package names. For example:

# rpm -qp --obsoletes sssd-common-1.13.3-15.el6.x86_64.rpm  | grep libsss_sudo
libsss_sudo <= 1.10.0-7.el6.beta1
libsss_sudo-devel <= 1.10.0-7.el6.beta1

# rpm -qp --provides sssd-common-1.13.3-15.el6.x86_64.rpm  | grep libsss_sudo
libsss_sudo = 1.13.3-15.el6
libsss_sudo-devel = 1.13.3-15.el6
libsss_sudo.so()(64bit)
libsss_sudo.so(EXPORTED)(64bit)


sssd-common Obsoletes and Provides libsss_sudo and libsss_sudo is listed in comps.


We should update comps and list the new names instead or in the case where the new name is already listed (e.g. yum) remove the old one. 


For Server x86_64 (latest snapshot) these are:

      <packagereq type="default">dapl</packagereq>
./Packages/compat-dapl-1.2.19-2.el6.i686.rpm
      <packagereq type="default">dapl</packagereq>
./Packages/compat-dapl-1.2.19-2.el6.x86_64.rpm
      <packagereq type="optional">libguestfs-mount</packagereq>
./Packages/libguestfs-tools-c-1.20.11-17.el6.x86_64.rpm
      <packagereq type="optional">openmpi</packagereq>
./Packages/openmpi-1.8-1.8.1-5.el6.i686.rpm
      <packagereq type="optional">openmpi</packagereq>
./Packages/openmpi-1.8-1.8.1-5.el6.x86_64.rpm
      <packagereq type="optional">openmpi-devel</packagereq>
./Packages/openmpi-1.8-devel-1.8.1-5.el6.i686.rpm
      <packagereq type="optional">openmpi-devel</packagereq>
./Packages/openmpi-1.8-devel-1.8.1-5.el6.x86_64.rpm
      <packagereq type="default">python-qmf</packagereq>
./Packages/python-qpid-qmf-0.14-14.el6_3.x86_64.rpm
      <packagereq type="optional">python-setuptools-devel</packagereq>
./Packages/python-setuptools-0.6.10-3.el6.noarch.rpm
      <packagereq type="mandatory">qmf</packagereq>
./Packages/qpid-qmf-0.14-14.el6_3.i686.rpm
      <packagereq type="mandatory">qmf</packagereq>
./Packages/qpid-qmf-0.14-14.el6_3.x86_64.rpm
      <packagereq type="mandatory">qt</packagereq>
./Packages/qt3-3.3.8b-30.el6.i686.rpm
      <packagereq type="mandatory">qt</packagereq>
./Packages/qt3-3.3.8b-30.el6.x86_64.rpm
      <packagereq type="mandatory">qt-devel</packagereq>
./Packages/qt3-devel-3.3.8b-30.el6.i686.rpm
      <packagereq type="mandatory">qt-devel</packagereq>
./Packages/qt3-devel-3.3.8b-30.el6.x86_64.rpm
      <packagereq type="optional">ruby-qmf</packagereq>
./Packages/ruby-qpid-qmf-0.14-14.el6_3.x86_64.rpm
      <packagereq type="optional">libsss_sudo</packagereq>
./Packages/sssd-common-1.13.3-19.el6.x86_64.rpm
      <packagereq type="optional">yum-plugin-protect-packages</packagereq>
./Packages/yum-3.2.29-73.el6.noarch.rpm
      <packagereq type="optional">yum-plugin-downloadonly</packagereq>
./Packages/yum-3.2.29-73.el6.noarch.rpm



1st line is the line from comps which matched and the second one is the RPM package which both Obsoletes and Provides X.

Comment 1 Alexander Todorov 2016-03-17 12:50:13 UTC
A separate test also revealed the following packages which are listed in comps but no provides were found for them:

abrt-plugin-mailx
abrt-plugin-sosreport
autocorr-af
autocorr-bg
autocorr-cs
autocorr-da
autocorr-de
autocorr-es
autocorr-eu
autocorr-fa
autocorr-fi
autocorr-fr
autocorr-hu
autocorr-it
autocorr-ja
autocorr-ko
autocorr-lb
autocorr-mn
autocorr-nl
autocorr-pl
autocorr-pt
autocorr-ru
autocorr-sk
autocorr-sl
autocorr-sv
autocorr-tr
autocorr-vi
autocorr-zh
compat-libgcc-296
compat-libstdc++-295
compat-openmpi
compat-openmpi-psm
cyrus-imapd-perl
gdm-policy-server
gimp-help
gimp-help-browser
gnome-devel-docs
gtk2-devel-docs
hyphen-af
hyphen-as
hyphen-be
hyphen-bg
hyphen-bn
hyphen-ca
hyphen-cs
hyphen-da
hyphen-de
hyphen-el
hyphen-es
hyphen-et
hyphen-fa
hyphen-fr
hyphen-ga
hyphen-gu
hyphen-hi
hyphen-hr
hyphen-hsb
hyphen-hu
hyphen-ia
hyphen-id
hyphen-is
hyphen-it
hyphen-kn
hyphen-lt
hyphen-lv
hyphen-mi
hyphen-ml
hyphen-mn
hyphen-mr
hyphen-nb
hyphen-nl
hyphen-nn
hyphen-or
hyphen-pa
hyphen-pl
hyphen-pt
hyphen-ro
hyphen-ru
hyphen-sa
hyphen-sk
hyphen-sl
hyphen-sv
hyphen-ta
hyphen-te
hyphen-uk
hyphen-zu
kdegames
kdelibs-apidocs
kdeplasma-addon-devel
libehca
libguestfs-bash-completion
libguestfs-gfs2
libguestfs-rescue
libguestfs-rsync
libguestfs-xfs
libmpx
libreoffice-langpack-af
libreoffice-langpack-ar
libreoffice-langpack-as
libreoffice-langpack-bg
libreoffice-langpack-bn
libreoffice-langpack-ca
libreoffice-langpack-cs
libreoffice-langpack-cy
libreoffice-langpack-da
libreoffice-langpack-de
libreoffice-langpack-dz
libreoffice-langpack-el
libreoffice-langpack-es
libreoffice-langpack-et
libreoffice-langpack-eu
libreoffice-langpack-fi
libreoffice-langpack-fr
libreoffice-langpack-ga
libreoffice-langpack-gl
libreoffice-langpack-gu
libreoffice-langpack-he
libreoffice-langpack-hi
libreoffice-langpack-hr
libreoffice-langpack-hu
libreoffice-langpack-it
libreoffice-langpack-ja
libreoffice-langpack-kn
libreoffice-langpack-ko
libreoffice-langpack-lt
libreoffice-langpack-mai
libreoffice-langpack-ml
libreoffice-langpack-mr
libreoffice-langpack-ms
libreoffice-langpack-nb
libreoffice-langpack-nl
libreoffice-langpack-nn
libreoffice-langpack-nr
libreoffice-langpack-nso
libreoffice-langpack-or
libreoffice-langpack-pa
libreoffice-langpack-pl
libreoffice-langpack-pt-BR
libreoffice-langpack-pt-PT
libreoffice-langpack-ro
libreoffice-langpack-ru
libreoffice-langpack-sk
libreoffice-langpack-sl
libreoffice-langpack-sr
libreoffice-langpack-ss
libreoffice-langpack-st
libreoffice-langpack-sv
libreoffice-langpack-ta
libreoffice-langpack-te
libreoffice-langpack-th
libreoffice-langpack-tn
libreoffice-langpack-tr
libreoffice-langpack-ts
libreoffice-langpack-uk
libreoffice-langpack-ur
libreoffice-langpack-ve
libreoffice-langpack-xh
libreoffice-langpack-zh-Hans
libreoffice-langpack-zh-Hant
libreoffice-langpack-zu
libstdc++-docs
libvirt-qmf
mythes-bg
mythes-ca
mythes-cs
mythes-da
mythes-de
mythes-el
mythes-es
mythes-fr
mythes-ga
mythes-it
mythes-lv
mythes-mi
mythes-nb
mythes-nl
mythes-nn
mythes-pl
mythes-pt
mythes-ro
mythes-ru
mythes-sk
mythes-sl
mythes-sv
mythes-uk
nettle
netxen-firmware
openmpi-psm-devel
openssh-clients-fips
openssh-server-fips
openssl-ibmca
perl-Test-More
postgresql-docs
python-docs
Red_Hat_Enterprise_Linux-Release_Notes-6-as-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-bn-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-gu-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-hi-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-kn-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-ml-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-mr-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-or-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-pa-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-ta-IN
Red_Hat_Enterprise_Linux-Release_Notes-6-te-IN
servicelog
systemtap-grapher
vios-proxy
xorg-x11-docs


Some have been moved to Optional while others are genuinely missing.

Comment 10 Jan Kurik 2017-12-06 12:13:49 UTC
Red Hat Enterprise Linux 6 is in the Production 3 Phase. During the Production 3 Phase, Critical impact Security Advisories (RHSAs) and selected Urgent Priority Bug Fix Advisories (RHBAs) may be released as they become available.

The official life cycle policy can be reviewed here:

http://redhat.com/rhel/lifecycle

This issue does not meet the inclusion criteria for the Production 3 Phase and will be marked as CLOSED/WONTFIX. If this remains a critical requirement, please contact Red Hat Customer Support to request a re-evaluation of the issue, citing a clear business justification. Note that a strong business justification will be required for re-evaluation. Red Hat Customer Support can be contacted via the Red Hat Customer Portal at the following URL:

https://access.redhat.com/