-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
rhel-10.0.beta
-
None
-
No
-
Moderate
-
rhel-base-utils-core
-
ssg_core_services
-
1
-
False
-
False
-
-
None
-
None
-
None
-
None
-
-
x86_64
-
None
What were you trying to do that didn't work?
There is an issue seen with /bin/rm in RHEL10 beta.
/bin/rm is being listed in RHEL9 and below during query on what provides it. However, it is not listed in RHEL10. It is causing an issue while installing some tools, one example is CentrifyDC.
What is the impact of this issue to you?
Customer is unable to install authentication tools thus stopping testing on new RHEL10.
Please provide the package NVR for which the bug is seen:
coreutils-9.5-2.el10.x86_64
How reproducible is this bug?:
Error:
Problem: package CentrifyDC-6.0.1-374.x86_64 from Centrify requires CentrifyDC-openssl = 6.0.1, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides /bin/rm needed by CentrifyDC-openssl-6.0.1-374.x86_64 from Centrify
(try to add '{}skip-broken' to skip uninstallable packages or '{}nobest' to use not only best candidate packages or '{-}-setopt=optional_metadata_types=filelists' to load additional filelists metadata)
In RHEL9.5:
[root@is-testrhel92t ~]# dnf whatprovides -q /bin/rm | head -4
coreutils-8.32-31.el9.x86_64 : A set of basic GNU tools commonly used in shell scripts
Repo : rhel-9-for-x86_64-baseos-rpms
Matched from:
Provide : /bin/rm[root@is-testrhel92t ~]# dnf whatprovides -q /usr/bin/rm | head -4
coreutils-8.32-31.el9.x86_64 : A set of basic GNU tools commonly used in shell scripts
Repo : rhel-9-for-x86_64-baseos-rpms
Matched from:
Filename : /usr/bin/rm
In RHEL10:
[root@is-rhel10 ~]# dnf whatprovides -q /bin/rm | head -4
coreutils-9.5-2.el10.x86_64 : A set of basic GNU tools commonly used in shell scripts
Repo : rhel-10-for-x86_64-baseos-beta-rpms
Matched from:
Filename : /usr/bin/rm
[root@is-rhel10~]#
[root@is-rhel10 ~]# dnf whatprovides -q /usr/bin/rm | head -4
coreutils-9.5-2.el10.x86_64 : A set of basic GNU tools commonly used in shell scripts
Repo : rhel-10-for-x86_64-baseos-beta-rpms
Matched from:
Filename : /usr/bin/rm
- rpm -qi coreutils-9.5-2.el10.x86_64
Name : coreutils
Version : 9.5
Release : 2.el10
Architecture: x86_64
Install Date: Mon 05 Aug 2024 03:09:06 PM IST
Group : Unspecified
Size : 5795354
License : GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
Signature : RSA/SHA256, Thu 25 Jul 2024 03:17:52 PM IST, Key ID 199e2f91fd431d51
Source RPM : coreutils-9.5-2.el10.src.rpm
Build Date : Mon 15 Jul 2024 04:54:51 PM IST
Build Host : x86-64-02.build.eng.rdu2.redhat.com
Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Vendor : Red Hat, Inc.
URL : https://www.gnu.org/software/coreutils/
Summary : A set of basic GNU tools commonly used in shell scripts
Description :
These are the GNU core utilities. This package is the combination of
the old GNU fileutils, sh-utils, and textutils packages.
Expected results
Centrify DC should be installed on RHEL 10
Actual results
Centrify DC is installable on RHEL 9 whereas the same does not get installed on RHEL 10
- relates to
-
RHEL-81048 Installation of packages with /bin/ln requirements fails
-
- Closed
-