rpms/mod_auth_shadow/devel mod_auth_shadow.spec,1.1,1.2

David Anderson (anderson) fedora-extras-commits at redhat.com
Tue Apr 3 07:04:00 UTC 2007


Author: anderson

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

Modified Files:
	mod_auth_shadow.spec 
Log Message:
Fix build error



Index: mod_auth_shadow.spec
===================================================================
RCS file: /cvs/extras/rpms/mod_auth_shadow/devel/mod_auth_shadow.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_shadow.spec	3 Apr 2007 06:46:19 -0000	1.1
+++ mod_auth_shadow.spec	3 Apr 2007 07:03:27 -0000	1.2
@@ -1,6 +1,6 @@
 Name:		mod_auth_shadow
 Version:	2.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Source:		http://downloads.sourceforge.net/mod-auth-shadow/%{name}-%{version}.tar.gz
 Source1:	mod_auth_shadow.conf
 URL:		http://mod-auth-shadow.sourceforge.net
@@ -26,6 +26,8 @@
 %setup -q
 
 sed -i 's#/usr/local#/usr#' makefile
+sed -i 's/chown/#chown/' makefile
+sed -i 's/chmod/#chmod/' makefile
 
 %build
 gcc -o validate validate.c -lcrypt
@@ -51,6 +53,9 @@
 %doc CHANGES INSTALL README COPYING
 
 %changelog
+* Tue Apr 03 2007 David Anderson <fedora-packaging at dw-perspective.org.uk> 2.2-2
+- Removed chmod/chown from makefile (sometimes caused root builds to fail)
+
 * Mon Apr 02 2007 David Anderson <fedora-packaging at dw-perspective.org.uk> 2.2-1
 - Upstream new release (includes license file)
 




More information about the fedora-extras-commits mailing list