From c6b3f079ef737e46f9f9217ae0cf7bb993e0cf58b342bb5142c4ffb49d510697 Mon Sep 17 00:00:00 2001 From: Franck Bui Date: Tue, 5 Oct 2021 08:47:13 +0000 Subject: [PATCH] - No need to install upstream pam configuration file "systemd-user" It's overwritten by the SUSE version anyway. OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1195 --- systemd-mini.changes | 7 +++++++ systemd-mini.spec | 2 +- systemd.changes | 7 +++++++ systemd.spec | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) 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 \