Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: dnf system-upgrade download --releasever=39 .... Error: Problem: package libsss_simpleifp-2.9.1-1.fc38.x86_64 from @System requires sssd-dbus = 2.9.1-1.fc38, but none of the providers can be installed - sssd-dbus-2.9.1-1.fc38.x86_64 from @System does not belong to a distupgrade repository - problem with installed package libsss_simpleifp-2.9.1-1.fc38.x86_64 (try to add '--skip-broken' to skip uninstallable packages) dnf system-upgrade download --releasever=39 --skip-broken .... Error: Problem: package libsss_simpleifp-2.9.1-1.fc38.x86_64 from @System requires sssd-dbus = 2.9.1-1.fc38, but none of the providers can be installed - sssd-dbus-2.9.1-1.fc38.x86_64 from @System does not belong to a distupgrade repository - problem with installed package libsss_simpleifp-2.9.1-1.fc38.x86_64 Version-Release number of selected component (if applicable): How reproducible: all the time Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
'libsss_simpleifp' removed in F39 ( https://docs.fedoraproject.org/en-US/fedora/latest/release-notes/sysadmin/Security/#_the_sssd_sss_simpleifp_library_has_been_removed ) https://src.fedoraproject.org/rpms/sssd/blob/f39/f/sssd.spec#_168 : ``` # libsss_simpleifp is removed starting 2.9.0 Obsoletes: libsss_simpleifp < 2.9.0 Obsoletes: libsss_simpleifp-debuginfo < 2.9.0 ``` I guess the problems is that F38 packaged it for 2.9.1 - https://src.fedoraproject.org/rpms/sssd/blob/f38/f/sssd.spec#_434 : ``` %package -n libsss_simpleifp ``` @pbrezina, probably condition in F39+ spec files should be changed to "< 2.9.2"?
FEDORA-2023-8eddd5e5c2 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-8eddd5e5c2
Yes, this should now be fixed in sssd-2.9.2-3
FEDORA-2023-8eddd5e5c2 has been pushed to the Fedora 39 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-8eddd5e5c2` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-8eddd5e5c2 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2023-8eddd5e5c2 has been pushed to the Fedora 39 stable repository. If problem still persists, please make note of it in this bug report.