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 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