diff --git a/_service b/_service new file mode 100644 index 0000000..a120e3d --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + https://github.com/SUSE/pam-config.git + git + enable + pam-config + 2.11+git.%cd + + + *.tar + xz + + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..dac2019 --- /dev/null +++ b/_servicedata @@ -0,0 +1,6 @@ + + + https://github.com/SUSE/pam-config.git + +6fa5c1eda11697f87d076de8c5ad0b3c435a5f4a + \ No newline at end of file diff --git a/pam-config-2.11+git.20240620.tar.xz b/pam-config-2.11+git.20240620.tar.xz new file mode 100644 index 0000000..8488263 --- /dev/null +++ b/pam-config-2.11+git.20240620.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce695944f1b19f18aae2f738cab4cce2f8d9aae793c6ab866373d2542d7263bc +size 146428 diff --git a/pam-config-2.11.tar.xz b/pam-config-2.11.tar.xz deleted file mode 100644 index adf9a6c..0000000 --- a/pam-config-2.11.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7223ddc49f4f880304f81e1f7a00c81a667fca36fb2e1bcff097fa7c2050480 -size 268416 diff --git a/pam-config.changes b/pam-config.changes index 71e9ed6..c95e115 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 20 08:40:38 UTC 2024 - kukuk@suse.com + +- Update to version 2.11+git.20240620: + * Call pam_fscrypt/pam_ecryptfs as first session module + [bsc#1226452] + +------------------------------------------------------------------- +Mon May 27 12:31:16 UTC 2024 - kukuk@suse.com + +- Update to version 2.11+git.20240527: + * Move ecryptfs/fscrypt earlier in session list [bsc#1225290] + +------------------------------------------------------------------- +Thu Apr 11 08:55:34 UTC 2024 - kukuk@suse.com + +- Update to version 2.11+git.20240411: + * Configure Himmelblau correctly w/ other services present + * Configure other services correctly w/ Himmelblau present + * Himmelblau session is only optional + ------------------------------------------------------------------- Tue Feb 13 10:59:28 UTC 2024 - Thorsten Kukuk diff --git a/pam-config.spec b/pam-config.spec index 860bbae..79ce948 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.11 +Version: 2.11+git.20240620 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only @@ -26,6 +26,9 @@ URL: https://github.com/SUSE/pam-config Source: %{name}-%{version}.tar.xz # Do not show some rpmlint errors. Source1: pam-config-rpmlintrc +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: docbook-xsl-stylesheets PreReq: pam >= 1.3.0 Recommends: pam_pwquality @@ -40,6 +43,7 @@ add/adjust/remove other PAM modules and their options. %setup -q %build +./autogen.sh %configure %make_build