rpms/shadow-utils/devel shadow-utils.spec,1.118,1.119

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Mon Jul 28 11:46:03 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/shadow-utils/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10914

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



Index: shadow-utils.spec
===================================================================
RCS file: /cvs/extras/rpms/shadow-utils/devel/shadow-utils.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- shadow-utils.spec	24 Jul 2008 08:30:14 -0000	1.118
+++ shadow-utils.spec	28 Jul 2008 11:45:33 -0000	1.119
@@ -5,7 +5,7 @@
 Summary: Utilities for managing accounts and shadow password files
 Name: shadow-utils
 Version: 4.1.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 2
 URL: http://pkg-shadow.alioth.debian.org/
 Source0: ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/shadow-%{version}.tar.bz2
@@ -56,16 +56,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
@@ -185,6 +184,9 @@
 %{_mandir}/man8/vigr.8*
 
 %changelog
+* Mon Jul 28 2008 Peter Vrabec <pvrabec at redhat.com> 2:4.1.2-4
+- fix configure options (#456748)
+
 * Thu Jul 24 2008 Peter Vrabec <pvrabec at redhat.com> 2:4.1.2-3
 - recreate selinux patch
 




More information about the fedora-extras-commits mailing list