OBS User unknown 2007-11-13 20:27:23 +00:00 committed by Git OBS Bridge
parent d4dbb2a5a5
commit 37fb93c248
4 changed files with 18 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33137e3b88dbb6dcc6d514a5da987511bab657cfa975beb200c9580f4df5ce95
size 215023

3
pam-config-0.25.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a15a5b98065c167759cc31daa836e78dc8d0d8b7e504ae8f9e2fbdb5f592ff6
size 214641

View File

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

View File

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