From c05a2fb4ba41b7dc6146ac5073e869499375cf33cef41745b405baa53dc0f975 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 21 Dec 2023 10:25:43 +0000 Subject: [PATCH] Accepting request 1134321 from home:gcomes.obs - add: prereq "pam-config" in baselibs.conf * post scriptlet in pam_pwquality-32bit runs: pam-config OBS-URL: https://build.opensuse.org/request/show/1134321 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpwquality?expand=0&rev=43 --- baselibs.conf | 1 + libpwquality.changes | 6 ++++++ libpwquality.spec | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/baselibs.conf b/baselibs.conf index 7ed330c..62ab71f 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,6 @@ pam_pwquality requires "pam-" + prereq "pam-config" supplements "packageand(pam_pwquality:pam-)" post "%{_sbindir}/pam-config -a --pwquality || :" libpwquality1 diff --git a/libpwquality.changes b/libpwquality.changes index dbc72d1..c787cbd 100644 --- a/libpwquality.changes +++ b/libpwquality.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 20 19:23:49 UTC 2023 - Giacomo Comes + +- add: prereq "pam-config" in baselibs.conf + * post scriptlet in pam_pwquality-32bit runs: pam-config + ------------------------------------------------------------------- Mon Dec 26 10:03:04 UTC 2022 - Andreas Stieger diff --git a/libpwquality.spec b/libpwquality.spec index b6c5309..a685c5b 100644 --- a/libpwquality.spec +++ b/libpwquality.spec @@ -1,7 +1,7 @@ # # spec file for package libpwquality # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed