rpms/sudo/devel sudo.spec,1.66,1.67

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Wed Jun 18 09:53:26 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sudo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14893

Modified Files:
	sudo.spec 
Log Message:
build with newer autoconf-2.62 (#449614)



Index: sudo.spec
===================================================================
RCS file: /cvs/extras/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- sudo.spec	13 May 2008 12:42:02 -0000	1.66
+++ sudo.spec	18 Jun 2008 09:52:34 -0000	1.67
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p13
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -47,9 +47,10 @@
 %patch4 -p1 -b .noPam
 %patch5 -p1 -b .audit
 
-autoreconf
-
 %build
+#hande newer autoconf
+rm acsite.m4 && mv aclocal.m4 acinclude.m4 && autoreconf
+
 %ifarch s390 s390x sparc64
 F_PIE=-fPIE
 %else
@@ -132,6 +133,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Wed Jun 18 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-7
+- build with newer autoconf-2.62 (#449614)
+
 * Tue May 13 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-6
 - compiled with secure path (#80215)
 




More information about the fedora-extras-commits mailing list