rpms/shadow-utils/F-13 shadow-utils.spec,1.140,1.141

Peter Vrabec pvrabec at fedoraproject.org
Fri Mar 26 13:54:01 UTC 2010


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25469

Modified Files:
	shadow-utils.spec 
Log Message:
max group name length set to 32 characters



Index: shadow-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/F-13/shadow-utils.spec,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -p -r1.140 -r1.141
--- shadow-utils.spec	18 Nov 2009 09:33:28 -0000	1.140
+++ shadow-utils.spec	26 Mar 2010 13:54:01 -0000	1.141
@@ -1,7 +1,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 2
 URL: http://pkg-shadow.alioth.debian.org/
 Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
@@ -58,7 +58,8 @@ cp -f doc/HOWTO.utf8 doc/HOWTO
         --with-selinux \
         --without-libcrack \
         --without-libpam \
-        --disable-shared
+        --disable-shared \
+	--with-group-name-max-length=32
 make
 
 %install
@@ -180,6 +181,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Fri Mar 26 2010 Peter Vrabec <pvrabec at redhat.com> - 2:4.1.4.2-3
+- max group name length set to 32 characters
+
 * Wed Nov 18 2009 Peter Vrabec <pvrabec at redhat.com> - 2:4.1.4.2-2
 - apply patches{1,2,3}
 - enable SHA512 in /etc/login.defs



More information about the scm-commits mailing list