Author: caleb Date: Sat Nov 13 19:17:21 2010 GMT Module: packages Tag: HEAD ---- Log message: - Up to 3.2.13
---- Files affected: packages/pwdutils: pwdutils.spec (1.100 -> 1.101) ---- Diffs: ================================================================ Index: packages/pwdutils/pwdutils.spec diff -u packages/pwdutils/pwdutils.spec:1.100 packages/pwdutils/pwdutils.spec:1.101 --- packages/pwdutils/pwdutils.spec:1.100 Fri Sep 17 01:04:58 2010 +++ packages/pwdutils/pwdutils.spec Sat Nov 13 20:17:15 2010 @@ -10,12 +10,12 @@ Summary: Utilities to manage the passwd and shadow user information Summary(pl.UTF-8): Narzędzia do zarządzania informacjami o użytkownikach z passwd i shadow Name: pwdutils -Version: 3.2.11 +Version: 3.2.13 Release: 1 License: GPL v2 Group: Base Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2 -# Source0-md5: bb39596ccd7f80e698ea690de142a4a1 +# Source0-md5: e247bf8af65393e369735d83faecdb26 Source1: %{name}.useradd Source2: %{name}.rpasswdd.init Source3: %{name}.login.defs @@ -197,8 +197,8 @@ install %{SOURCE10} $RPM_BUILD_ROOT/etc/pam.d/rpasswd rm -f $RPM_BUILD_ROOT%{_libdir}/pwdutils/*.{la,a} -rm -f $RPM_BUILD_ROOT/%{_lib}/security/pam_*.la -rm -f $RPM_BUILD_ROOT/etc/init.d/rpasswdd +rm -f $RPM_BUILD_ROOT%{_libdir}/security/pam_*.la +rm -f $RPM_BUILD_ROOT%{_sysconfdir}/init.d/rpasswdd :> $RPM_BUILD_ROOT%{_sysconfdir}/shadow :> $RPM_BUILD_ROOT/etc/security/chfn.allow @@ -210,7 +210,7 @@ rm -rf $RPM_BUILD_ROOT %post -if [ ! -f /etc/shadow ]; then +if [ ! -f %{_sysconfdir}/shadow ]; then %{_sbindir}/pwconv fi @@ -303,7 +303,7 @@ %files -n rpasswd %defattr(644,root,root,755) %attr(755,root,root) %{_bindir}/rpasswd -%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/rpasswd.conf +%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/rpasswd.conf %{_mandir}/man1/rpasswd.1* %{_mandir}/man5/rpasswd.conf.5* @@ -316,7 +316,7 @@ %files -n pam-pam_rpasswd %defattr(644,root,root,755) -%attr(755,root,root) /%{_lib}/security/pam_rpasswd.so +%attr(755,root,root) %{_libdir}/security/pam_rpasswd.so %{_mandir}/man8/pam_rpasswd.8* %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -325,6 +325,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101 2010/11/13 19:17:15 caleb +- Up to 3.2.13 + Revision 1.100 2010/09/16 23:04:58 aredridel - newgrp and sg must be suid to work ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pwdutils/pwdutils.spec?r1=1.100&r2=1.101&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
