This commit is contained in:
parent
3a8f129bb4
commit
0af7053f7a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:69944768afa2d563f82c4641d304d845992f45b787b63df500c88de2ae8635cc
|
||||
size 154762
|
3
pam-config-0.21.tar.bz2
Normal file
3
pam-config-0.21.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37ce0f7e9fee3af12a25c5d0b08179d3ed4b3fdc83a69183cc2a8d52850533d2
|
||||
size 200521
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 27 13:17:21 CEST 2007 - kukuk@suse.de
|
||||
|
||||
- Version 0.21:
|
||||
- Add translations
|
||||
- Bug fixing
|
||||
- Add pam_cryptpass
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 6 12:48:18 CEST 2007 - kukuk@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package pam-config (Version 0.20)
|
||||
# spec file for package pam-config (Version 0.21)
|
||||
#
|
||||
# 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.20
|
||||
Version: 0.21
|
||||
Release: 1
|
||||
License: GPL v2 only
|
||||
Autoreqprov: on
|
||||
@ -44,6 +44,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d
|
||||
for i in account auth password session ; do
|
||||
touch $RPM_BUILD_ROOT/%{_sysconfdir}/pam.d/common-$i-pc
|
||||
done
|
||||
%{find_lang} pam-config
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -76,7 +77,7 @@ if [ $1 == 0 ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
%files
|
||||
%files -f pam-config.lang
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/pam-config
|
||||
%doc %{_mandir}/man8/pam-config.8*
|
||||
@ -86,6 +87,11 @@ fi
|
||||
%ghost %config %{_sysconfdir}/pam.d/common-session-pc
|
||||
|
||||
%changelog
|
||||
* Fri Jul 27 2007 - kukuk@suse.de
|
||||
- Version 0.21:
|
||||
- Add translations
|
||||
- Bug fixing
|
||||
- Add pam_cryptpass
|
||||
* Fri Jul 06 2007 - kukuk@suse.de
|
||||
- Version 0.20:
|
||||
- Rewrite internal interface
|
||||
|
Loading…
Reference in New Issue
Block a user