#17 Add Requires(posttrans): authselect for libs subpackage
Opened 2 years ago by ngompa. Modified a year ago
rpms/ ngompa/authselect fix-posttrans-dep  into  rawhide

file modified
+6 -1
@@ -3,7 +3,7 @@ 

  

  Name:           authselect

  Version:        1.3.0

- Release:        10%{?dist}

+ Release:        11%{?dist}

  Summary:        Configures authentication and identity sources from supported profiles

  URL:            https://github.com/authselect/authselect

  
@@ -87,6 +87,8 @@ 

  Requires: coreutils

  Requires: sed

  Suggests: systemd

+ # Required for posttrans scriptlet to work

+ Requires(posttrans): authselect%{?_isa} = %{version}-%{release}

  %if %{enforce_authselect}

  # authselect now owns nsswitch.conf (glibc) and pam files

  Conflicts: pam < 1.5.2-8
@@ -354,6 +356,9 @@ 

  exit 0

  

  %changelog

+ * Mon Feb 21 2022 Neal Gompa <ngompa@fedoraproject.org> - 1.3.0-11

+ - Add Requires(posttrans): authselect for libs subpackage

+ 

  * Thu Feb 10 2022 Pavel Březina <pbrezina@redhat.com> - 1.3.0-10

  - Fix mdns support (#2052269)

  

This issue was discovered by Adrian Schröter from the openSUSE
Build Service team when Fedora Rawhide build environments stopped
working.

Hi, I'm sorry, I did not notice this PR. Can you please rebase it?

Metadata