From ab36e21a0192d90cb6b4dd0c76b0004d044f39fefbab35e8d079d7390f1f4a7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Mon, 11 Oct 2021 06:28:05 +0000 Subject: [PATCH 1/3] Accepting request 923464 from home:jmoellers:branches:Linux-PAM OBS-URL: https://build.opensuse.org/request/show/923464 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=250 --- macros.pam | 2 +- pam.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/macros.pam b/macros.pam index fdffe5d..9a06a33 100644 --- a/macros.pam +++ b/macros.pam @@ -1,5 +1,5 @@ %_pam_libdir %{_libdir} -%_pam_moduledir %{_libdir}/security +%_pam_moduledir /%{_lib}/security %_pam_secconfdir %{_sysconfdir}/security %_pam_confdir %{_sysconfdir}/pam.d %_pam_vendordir %{_distconfdir}/pam.d diff --git a/pam.changes b/pam.changes index 77fd3a4..fdf7f85 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Oct 6 09:14:11 UTC 2021 - Josef Möllers + +- Prepend a slash to the expansion of %{_lib} in macros.pam as + this are defined without a leading slash! + ------------------------------------------------------------------- Wed Sep 15 13:34:52 UTC 2021 - Thorsten Kukuk From 6f28f708b67a310fba21b23eadb115bff2d2c3f9e502ec88649271b931bbea5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Mon, 18 Oct 2021 07:41:15 +0000 Subject: [PATCH 2/3] Accepting request 924878 from home:jmoellers:branches:Linux-PAM OBS-URL: https://build.opensuse.org/request/show/924878 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=251 --- macros.pam | 2 +- pam.changes | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/macros.pam b/macros.pam index 9a06a33..fdffe5d 100644 --- a/macros.pam +++ b/macros.pam @@ -1,5 +1,5 @@ %_pam_libdir %{_libdir} -%_pam_moduledir /%{_lib}/security +%_pam_moduledir %{_libdir}/security %_pam_secconfdir %{_sysconfdir}/security %_pam_confdir %{_sysconfdir}/pam.d %_pam_vendordir %{_distconfdir}/pam.d diff --git a/pam.changes b/pam.changes index fdf7f85..5c04f0c 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 12 13:49:53 UTC 2021 - Josef Möllers + +- Corrected macro definition of %_pam_moduledir: + %_pam_moduledir %{_libdir}/security + [macros.pam] + ------------------------------------------------------------------- Wed Oct 6 09:14:11 UTC 2021 - Josef Möllers From b73acde402a81e9834ea47be59d4a01b8b5133b2f285ec90fcc1db75bc718c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20M=C3=B6llers?= Date: Wed, 3 Nov 2021 07:33:24 +0000 Subject: [PATCH 3/3] Accepting request 928857 from home:gmbr3:Active - Add /run/pam_timestamp to pam.tmpfiles OBS-URL: https://build.opensuse.org/request/show/928857 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam?expand=0&rev=252 --- pam.changes | 5 +++++ pam.tmpfiles | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/pam.changes b/pam.changes index 5c04f0c..ec7c4be 100644 --- a/pam.changes +++ b/pam.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 2 20:32:04 UTC 2021 - Callum Farmer + +- Add /run/pam_timestamp to pam.tmpfiles + ------------------------------------------------------------------- Tue Oct 12 13:49:53 UTC 2021 - Josef Möllers diff --git a/pam.tmpfiles b/pam.tmpfiles index b6e8937..444ec5d 100644 --- a/pam.tmpfiles +++ b/pam.tmpfiles @@ -1,3 +1,4 @@ -#Type Path Mode User Group Age Argument -d /run/faillock 0755 root root - - -d /run/motd.d 0755 root root - - +#Type Path Mode User Group Age Argument +d /run/faillock 0755 root root - - +d /run/motd.d 0755 root root - - +d /run/pam_timestamp 0755 root root - -