From c5e5076ba5d4abd0d382096f29e332213926721cff3073700481a22f3e506119 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 12 Jan 2023 14:10:45 +0000 Subject: [PATCH 1/2] Accepting request 1058008 from home:schubi2:pam_usr_etc - Added pam-config-rpmlintrc in order to ignore the rpmlint check for /etc/pam.d/common* files. OBS-URL: https://build.opensuse.org/request/show/1058008 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=105 --- pam-config-rpmlintrc | 1 + pam-config.changes | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 pam-config-rpmlintrc diff --git a/pam-config-rpmlintrc b/pam-config-rpmlintrc new file mode 100644 index 0000000..42120ff --- /dev/null +++ b/pam-config-rpmlintrc @@ -0,0 +1 @@ +addFilter('E: filelist-forbidden-move-to-usr /etc/pam.d/common*') diff --git a/pam-config.changes b/pam-config.changes index 74e6e7a..9872c86 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jan 12 14:01:17 UTC 2023 - Stefan Schubert + +- Added pam-config-rpmlintrc in order to ignore the rpmlint check + for /etc/pam.d/common* files. + ------------------------------------------------------------------- Mon Oct 24 09:33:52 UTC 2022 - Thorsten Kukuk From f52b495784157a76373b05da6d2d66988f7aeb90e2704467865a6ce9c8af5668 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 12 Jan 2023 14:47:37 +0000 Subject: [PATCH 2/2] Accepting request 1058018 from home:schubi2:pam_usr_etc Added missing pam-config-rpmlintrc file to spec file. OBS-URL: https://build.opensuse.org/request/show/1058018 OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=106 --- pam-config.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pam-config.spec b/pam-config.spec index 0512d17..7378133 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -24,6 +24,8 @@ License: GPL-2.0-only Group: System/Management URL: https://github.com/SUSE/pam-config Source: %{name}-%{version}.tar.xz +# Do not show some rpmlint errors. +Source1: pam-config-rpmlintrc PreReq: pam >= 1.3.0 Recommends: pam_pwquality