rpms/vnstat/devel vnstat.spec,1.14,1.15

Adrian Reber adrian at fedoraproject.org
Thu Nov 19 10:36:29 UTC 2009


Author: adrian

Update of /cvs/extras/rpms/vnstat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3540

Modified Files:
	vnstat.spec 
Log Message:
* Wed Nov 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.8-7
- Prevent upstream build from stripping binaries before rpmbuild does it.



Index: vnstat.spec
===================================================================
RCS file: /cvs/extras/rpms/vnstat/devel/vnstat.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- vnstat.spec	9 Nov 2009 10:31:05 -0000	1.14
+++ vnstat.spec	19 Nov 2009 10:36:29 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Console-based network traffic monitor
 Name: vnstat
 Version: 1.8
-Release: 6%{?dist}
+Release: 7%{?dist}
 
 License: GPLv2
 Group: System Environment/Daemons
@@ -30,8 +30,8 @@ be used without root permissions. See th
             -e "s,Default-Start:     2 3 4 5,Default-Start:," \
             -e "s,Default-Stop:      0 1 6,Default-Stop:," \
   examples/init.d/fedora/vnstat
-# Use -p everywhere
-%{__sed} -i -e "s,install ,install -p ," Makefile
+# Use -p everywhere, -s nowhere
+%{__sed} -i -e "s,install \(-s \)\?,install -p ," Makefile
 
 %build
 %{__make} %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" all
@@ -119,6 +119,9 @@ fi
 %attr(-,vnstat,vnstat)%{_localstatedir}/lib/%{name}
 
 %changelog
+* Wed Nov 18 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.8-7
+- Prevent upstream build from stripping binaries before rpmbuild does it.
+
 * Mon Nov 09 2009 Adrian Reber <adrian at lisas.de> - 1.8-6
 - to not activate vnstatd by default
 - remove executable bit from perl cgi example




More information about the scm-commits mailing list