rpms/shadow-utils/F-9 shadow-utils.spec,1.114,1.115

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Mon Jul 28 13:38:45 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27555

Modified Files:
	shadow-utils.spec 
Log Message:
fix configure options (#456748)



Index: shadow-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/F-9/shadow-utils.spec,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- shadow-utils.spec	20 May 2008 11:59:45 -0000	1.114
+++ shadow-utils.spec	28 Jul 2008 13:38:15 -0000	1.115
@@ -5,7 +5,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.1
-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
@@ -60,16 +60,15 @@
 
 %build
 %configure \
-	--disable-desrpc \
 	--enable-shadowgrp \
-	--without-libcrack \
-	--with-libcrypt \
+	--with-audit \
+	--with-sha-crypt \
 %if %{WITH_SELINUX}
 	--with-selinux \
 %endif
+	--without-libcrack \
 	--without-libpam \
-	--disable-shared \
-	--with-libaudit
+	--disable-shared
 make 
 
 %install
@@ -188,6 +187,9 @@
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Mon Jul 28 2008 Peter Vrabec <pvrabec at redhat.com> 2:4.1.1-3
+- fix configure options (#456748)
+
 * Tue May 20 2008 Peter Vrabec <pvrabec at redhat.com> 2:4.1.1-2
 - fix salt size problem (#447136)
 




More information about the fedora-extras-commits mailing list