From d950991697660cf92c631df90178b12b40d0f8ed Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Mar 19 2008 10:17:03 +0000 Subject: added STRIP=/bin/true for useful debuginfo --- diff --git a/vconfig.spec b/vconfig.spec index d02fd97..250bd87 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -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 @@ The vconfig program configures and adjusts 802.1q VLAN parameters. %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 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Wed Mar 19 2008 Roman Rakus - 1.9-6 +- added STRIP=/bin/true for useful debuginfo + * Tue Feb 19 2008 Fedora Release Engineering - 1.9-5 - Autorebuild for GCC 4.3