Author: qboosh                       Date: Mon Sep  8 20:06:14 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added crypt patch to restore MD5(!) and add blowfish support in chpasswd(8)
- added lt patch to fix build with libtool 2
- updated am BR
- dropped outdated todo
- release 5

---- Files affected:
SPECS:
   pwdutils.spec (1.87 -> 1.88) 

---- Diffs:

================================================================
Index: SPECS/pwdutils.spec
diff -u SPECS/pwdutils.spec:1.87 SPECS/pwdutils.spec:1.88
--- SPECS/pwdutils.spec:1.87    Wed May 14 12:16:59 2008
+++ SPECS/pwdutils.spec Mon Sep  8 22:06:08 2008
@@ -1,6 +1,4 @@
 # $Revision$, $Date$
-# TODO:
-# - review default login.defs
 #
 # Conditional build:
 %bcond_without audit           # don't build audit log plugin
@@ -13,7 +11,7 @@
 Summary(pl.UTF-8):     Narzędzia do zarządzania informacjami o użytkownikach z 
passwd i shadow
 Name:          pwdutils
 Version:       3.1.3
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Applications/System
 Source0:       
ftp://ftp.kernel.org/pub/linux/utils/net/NIS/%{name}-%{version}.tar.bz2
@@ -32,10 +30,12 @@
 Patch1:                %{name}-no_bash.patch
 Patch2:                %{name}-silent_crontab.patch
 Patch3:                %{name}-pl.po-update.patch
+Patch4:                %{name}-crypt.patch
+Patch5:                %{name}-lt.patch
 URL:           http://www.thkukuk.de/pam/pwdutils/
 %{?with_audit:BuildRequires:   audit-libs-devel}
 BuildRequires: autoconf
-BuildRequires: automake >= 1:1.7
+BuildRequires: automake >= 1:1.8
 %{?with_bioapi:BuildRequires:  bioapi-devel}
 BuildRequires: gcc >= 5:3.2
 BuildRequires: gettext-devel
@@ -158,6 +158,8 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 sed -i -e 's/-Werror //' configure.in
 
@@ -165,6 +167,7 @@
 
 %build
 %{__gettextize}
+%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
@@ -203,6 +206,7 @@
 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
 
 :> $RPM_BUILD_ROOT%{_sysconfdir}/shadow
@@ -273,11 +277,30 @@
 %attr(755,root,root) %{_sbindir}/vipw
 %dir %{_libdir}/pwdutils
 %attr(755,root,root) %{_libdir}/pwdutils/liblog_syslog.so*
-%{_mandir}/man?/*
-%exclude %{_mandir}/man1/rpasswd.1*
-%exclude %{_mandir}/man5/rpasswd.conf.5*
-%exclude %{_mandir}/man8/rpasswdd.8*
-%exclude %{_mandir}/man8/pam_rpasswd.8*
+%{_mandir}/man1/chage.1*
+%{_mandir}/man1/chfn.1*
+%{_mandir}/man1/chsh.1*
+%{_mandir}/man1/expiry.1*
+%{_mandir}/man1/gpasswd.1*
+%{_mandir}/man1/newgrp.1*
+%{_mandir}/man1/passwd.1*
+%{_mandir}/man1/sg.1*
+%{_mandir}/man5/login.defs.5*
+%{_mandir}/man8/chpasswd.8*
+%{_mandir}/man8/groupadd.8*
+%{_mandir}/man8/groupdel.8*
+%{_mandir}/man8/groupmod.8*
+%{_mandir}/man8/grpck.8*
+%{_mandir}/man8/grpconv.8*
+%{_mandir}/man8/grpunconv.8*
+%{_mandir}/man8/pwck.8*
+%{_mandir}/man8/pwconv.8*
+%{_mandir}/man8/pwunconv.8*
+%{_mandir}/man8/useradd.8*
+%{_mandir}/man8/userdel.8*
+%{_mandir}/man8/usermod.8*
+%{_mandir}/man8/vigr.8*
+%{_mandir}/man8/vipw.8*
 
 %if %{with audit}
 %files log-audit
@@ -310,6 +333,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2008/09/08 20:06:08  qboosh
+- added crypt patch to restore MD5(!) and add blowfish support in chpasswd(8)
+- added lt patch to fix build with libtool 2
+- updated am BR
+- dropped outdated todo
+- release 5
+
 Revision 1.87  2008/05/14 10:16:59  baggins
 - rel 4
 - /etc/default moved to filesystem
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pwdutils.spec?r1=1.87&r2=1.88&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to