From 90a3154a5217ff531387bf2e3bc0c32a75fce5534302f741749b94fd10196153 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 29 Jan 2007 16:09:00 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=2 --- pam-config-0.13.tar.bz2 | 3 --- pam-config-0.15.tar.bz2 | 3 +++ pam-config.changes | 13 +++++++++++++ pam-config.spec | 15 +++++++++++---- 4 files changed, 27 insertions(+), 7 deletions(-) delete mode 100644 pam-config-0.13.tar.bz2 create mode 100644 pam-config-0.15.tar.bz2 diff --git a/pam-config-0.13.tar.bz2 b/pam-config-0.13.tar.bz2 deleted file mode 100644 index 999e0ab..0000000 --- a/pam-config-0.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f82730eb278465dfbe416728bc91cfdee1998efd806229df9df691e00bd754ee -size 144411 diff --git a/pam-config-0.15.tar.bz2 b/pam-config-0.15.tar.bz2 new file mode 100644 index 0000000..1a8fa9d --- /dev/null +++ b/pam-config-0.15.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fbca0942cd057f47d72cc997a8d0bb678c22c7c82d3003437f155abeeea5ee +size 145182 diff --git a/pam-config.changes b/pam-config.changes index e8d9bc3..a5abc31 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 29 13:29:09 CET 2007 - kukuk@suse.de + +- Version 0.15: + - Fix -d handling of minlen option of pam_pwcheck + +------------------------------------------------------------------- +Fri Jan 26 16:25:03 CET 2007 - kukuk@suse.de + +- Version 0.14: + - Add --krb5_ignore_unknown_principals option + - Add --pam_pwcheck-no_minlen option [bnc#227395] + ------------------------------------------------------------------- Wed Oct 25 12:18:35 CEST 2006 - kukuk@suse.de diff --git a/pam-config.spec b/pam-config.spec index a8c6b1e..22d3bdb 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -1,7 +1,7 @@ # -# spec file for package pam-config (Version 0.13) +# spec file for package pam-config (Version 0.15) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -12,9 +12,9 @@ Name: pam-config Summary: Modify common PAM configuration files -Version: 0.13 +Version: 0.15 Release: 1 -License: GNU General Public License (GPL) - all versions +License: GNU General Public License (GPL) Autoreqprov: on PreReq: pam >= 0.99 Requires: pam-modules >= 10.2 @@ -87,6 +87,13 @@ fi %ghost %config %{_sysconfdir}/pam.d/common-session-pc %changelog -n pam-config +* Mon Jan 29 2007 - kukuk@suse.de +- Version 0.15: + - Fix -d handling of minlen option of pam_pwcheck +* Fri Jan 26 2007 - kukuk@suse.de +- Version 0.14: + - Add --krb5_ignore_unknown_principals option + - Add --pam_pwcheck-no_minlen option [bnc#227395] * Wed Oct 25 2006 - kukuk@suse.de - Version 0.13: - Add pam_capability support