r3226 - trunk/varnish-cache/redhat

ingvar at projects.linpro.no ingvar at projects.linpro.no
Fri Sep 26 09:09:57 CEST 2008


Author: ingvar
Date: 2008-09-26 09:09:57 +0200 (Fri, 26 Sep 2008)
New Revision: 3226

Modified:
   trunk/varnish-cache/redhat/varnish.spec
Log:
Whitespace changes to make rpmlint more happy

Modified: trunk/varnish-cache/redhat/varnish.spec
===================================================================
--- trunk/varnish-cache/redhat/varnish.spec	2008-09-25 21:39:02 UTC (rev 3225)
+++ trunk/varnish-cache/redhat/varnish.spec	2008-09-26 07:09:57 UTC (rev 3226)
@@ -95,7 +95,7 @@
 # We have to remove rpath - not allowed in Fedora
 # (This problem only visible on 64 bit arches)
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g;
-        s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+	s|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 %{__make} %{?_smp_mflags}
 
@@ -111,11 +111,11 @@
 tail -n +11 etc/default.vcl >> redhat/default.vcl
 
 %if 0%{?fedora}%{?rhel} == 0 || 0%{?rhel} <= 4 && 0%{?fedora} <= 8
-    # Old style daemon function
-    sed -i 's,--pidfile \$pidfile,,g;
-            s,status -p \$pidfile,status,g;
-            s,killproc -p \$pidfile,killproc,g' \
-    redhat/varnish.initrc redhat/varnishlog.initrc redhat/varnishncsa.initrc
+	# Old style daemon function
+	sed -i 's,--pidfile \$pidfile,,g;
+		s,status -p \$pidfile,status,g;
+		s,killproc -p \$pidfile,killproc,g' \
+	redhat/varnish.initrc redhat/varnishlog.initrc redhat/varnishncsa.initrc
 %endif
 
 %check
@@ -192,8 +192,8 @@
 %pre
 getent group varnish >/dev/null || groupadd -r varnish
 getent passwd varnish >/dev/null || \
-    useradd -r -g varnish -d /var/lib/varnish -s /sbin/nologin \
-        -c "Varnish http accelerator user" varnish
+	useradd -r -g varnish -d /var/lib/varnish -s /sbin/nologin \
+		-c "Varnish http accelerator user" varnish
 exit 0
 
 %post
@@ -223,6 +223,10 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Fri Sep 26 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-0.10.beta2
+- 2.0-beta2 released. New upstream sources
+- Whitespace changes to make rpmlint more happy
+
 * Fri Sep 12 2008 Ingvar Hagelund <ingvar at linpro.no> - 2.0-0.8.20080912svn3184
 - Added varnisnsca init script (Colin Hill)
 - Corrected varnishlog init script (Colin Hill)




More information about the varnish-commit mailing list