- Update to version 2.10

- Enable session and account support for kanidm and himmelblau

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=119
This commit is contained in:
Thorsten Kukuk 2023-11-27 10:03:24 +00:00 committed by Git OBS Bridge
parent eed713acda
commit 1f65cca459
4 changed files with 14 additions and 8 deletions

3
pam-config-2.10.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7df05e6a59fe5d843d72393a9eb2589f98b2ee809d92d37e8c1f9fe46b257bc2
size 268072

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26945b622918ee13481643770cdbebd1aa1a10edf6ca259b865a21fa22a4fe5d
size 268468

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 27 10:01:51 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.10
- Enable session and account support for kanidm and himmelblau
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 29 12:56:23 UTC 2023 - Thorsten Kukuk <kukuk@suse.com> Fri Sep 29 12:56:23 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package pam-config # spec file for package pam-config
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,12 +12,12 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
Name: pam-config Name: pam-config
Version: 2.9 Version: 2.10
Release: 0 Release: 0
Summary: Utility to modify common PAM configuration files Summary: Utility to modify common PAM configuration files
License: GPL-2.0-only License: GPL-2.0-only
@ -41,7 +41,7 @@ add/adjust/remove other PAM modules and their options.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install
@ -79,7 +79,7 @@ pam-config --debug --update ||:
%files -f pam-config.lang %files -f pam-config.lang
%license COPYING %license COPYING
%{_sbindir}/pam-config %{_sbindir}/pam-config
%{_mandir}/man8/pam-config.8* %{_mandir}/man8/pam-config.8%{?ext_man}
%ghost %config %{_sysconfdir}/pam.d/common-account-pc %ghost %config %{_sysconfdir}/pam.d/common-account-pc
%ghost %config %{_sysconfdir}/pam.d/common-auth-pc %ghost %config %{_sysconfdir}/pam.d/common-auth-pc
%ghost %config %{_sysconfdir}/pam.d/common-password-pc %ghost %config %{_sysconfdir}/pam.d/common-password-pc