diff --git a/authselect.spec b/authselect.spec index 81d4e2a..a70ccd2 100644 --- a/authselect.spec +++ b/authselect.spec @@ -3,7 +3,7 @@ Name: authselect Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/authselect/authselect @@ -80,9 +80,9 @@ Requires: systemd %if %{enforce_authselect} # authselect now owns nsswitch.conf (glibc) and pam files Conflicts: pam < 1.5.2-8 -Conflicts: glibc < 2.34.9000-27 +Conflicts: glibc < 2.34.9000-28 # systemd, nss-mdns no longer contains nsswitch.conf scriptlets -Conflicts: systemd < 249.7-4 +Conflicts: systemd < 250~rc1-3 Conflicts: nss-mdns < 0.15.1-3 %endif @@ -333,6 +333,9 @@ fi exit 0 %changelog +* Fri Dec 12 2021 Pavel Březina - 1.3.0-2 +- Update conflicting versions of glibc and pam + * Mon Dec 6 2021 Pavel Březina - 1.3.0-1 - Rebase to 1.3.0 - Authselect configuration is now enforced (#2000936)