rpms/vconfig/devel vconfig.spec,1.17,1.18

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Wed Mar 19 10:17:42 UTC 2008


Author: rrakus

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

Modified Files:
	vconfig.spec 
Log Message:
added STRIP=/bin/true for useful debuginfo


Index: vconfig.spec
===================================================================
RCS file: /cvs/extras/rpms/vconfig/devel/vconfig.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- vconfig.spec	19 Feb 2008 19:51:21 -0000	1.17
+++ vconfig.spec	19 Mar 2008 10:17:03 -0000	1.18
@@ -1,7 +1,7 @@
 Summary: Linux 802.1q VLAN configuration utility
 Name: vconfig
 Version: 1.9
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2+
 Group: System Environment/Base
 Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz
@@ -18,7 +18,7 @@
 %build
 make clean
 rm -f vconfig
-make CCFLAGS="%{optflags}" vconfig
+make CCFLAGS="%{optflags}" STRIP=/bin/true vconfig
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
@@ -36,6 +36,9 @@
 %{_mandir}/man8/vconfig.8*
 
 %changelog
+* Wed Mar 19 2008 Roman Rakus <rrakus at redhat.cz> - 1.9-6
+- added STRIP=/bin/true for useful debuginfo
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.9-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list