diff --git a/pam-config-0.24.tar.bz2 b/pam-config-0.24.tar.bz2 deleted file mode 100644 index 90689aa..0000000 --- a/pam-config-0.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33137e3b88dbb6dcc6d514a5da987511bab657cfa975beb200c9580f4df5ce95 -size 215023 diff --git a/pam-config-0.25.tar.bz2 b/pam-config-0.25.tar.bz2 new file mode 100644 index 0000000..8a20c8a --- /dev/null +++ b/pam-config-0.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a15a5b98065c167759cc31daa836e78dc8d0d8b7e504ae8f9e2fbdb5f592ff6 +size 214641 diff --git a/pam-config.changes b/pam-config.changes index 58f0fa0..14d4e5f 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Nov 13 11:34:46 CET 2007 - mc@suse.de + +- Version 0.25 + - Do not check for installed pam-module on + delete request [#337369]. + - fix missconfiguration of pam_krb5 [#335521] + ------------------------------------------------------------------- Thu Oct 25 14:24:56 CEST 2007 - sschober@suse.de diff --git a/pam-config.spec b/pam-config.spec index 1197bc1..b6e8af7 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -1,5 +1,5 @@ # -# spec file for package pam-config (Version 0.24) +# spec file for package pam-config (Version 0.25) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,7 +12,7 @@ Name: pam-config Summary: Modify common PAM configuration files -Version: 0.24 +Version: 0.25 Release: 1 License: GPL v2 only AutoReqProv: on @@ -86,6 +86,11 @@ fi %ghost %config %{_sysconfdir}/pam.d/common-password-pc %ghost %config %{_sysconfdir}/pam.d/common-session-pc %changelog +* Tue Nov 13 2007 - mc@suse.de +- Version 0.25 + - Do not check for installed pam-module on + delete request [#337369]. + - fix missconfiguration of pam_krb5 [#335521] * Thu Oct 25 2007 - sschober@suse.de - Version 0.24: - Bug fixing [#328519]