diff --git a/systemd-mini.changes b/systemd-mini.changes index 49998b05..9a345222 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 4 14:40:12 UTC 2021 - Franck Bui + +- No need to install upstream pam configuration file "systemd-user" + + It's overwritten by the SUSE version anyway. + ------------------------------------------------------------------- Wed Sep 29 10:04:38 UTC 2021 - Franck Bui diff --git a/systemd-mini.spec b/systemd-mini.spec index c7cf5326..ef901410 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -611,7 +611,7 @@ Have fun with these services at your own risk. -Dsplit-bin=true \ -Dsystem-uid-max=499 \ -Dsystem-gid-max=499 \ - -Dpamconfdir=%{_pam_vendordir} \ + -Dpamconfdir=no \ -Dpamlibdir=%{_pam_moduledir} \ -Dxinitrcdir=%{_distconfdir}/X11/xinit/xinitrc.d \ -Drpmmacrosdir=no \ diff --git a/systemd.changes b/systemd.changes index 49998b05..9a345222 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 4 14:40:12 UTC 2021 - Franck Bui + +- No need to install upstream pam configuration file "systemd-user" + + It's overwritten by the SUSE version anyway. + ------------------------------------------------------------------- Wed Sep 29 10:04:38 UTC 2021 - Franck Bui diff --git a/systemd.spec b/systemd.spec index bd5c5924..eae5c1dd 100644 --- a/systemd.spec +++ b/systemd.spec @@ -609,7 +609,7 @@ Have fun with these services at your own risk. -Dsplit-bin=true \ -Dsystem-uid-max=499 \ -Dsystem-gid-max=499 \ - -Dpamconfdir=%{_pam_vendordir} \ + -Dpamconfdir=no \ -Dpamlibdir=%{_pam_moduledir} \ -Dxinitrcdir=%{_distconfdir}/X11/xinit/xinitrc.d \ -Drpmmacrosdir=no \