rpms/statserial/devel statserial.spec,1.13,1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue May 10 08:54:00 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/statserial/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8148

Modified Files:
	statserial.spec 
Log Message:
* Tue May 10 2005 Tim Waugh <twaugh at redhat.com>
- Don't strip the binary.



Index: statserial.spec
===================================================================
RCS file: /cvs/dist/rpms/statserial/devel/statserial.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- statserial.spec	2 Mar 2005 18:53:32 -0000	1.13
+++ statserial.spec	10 May 2005 08:53:58 -0000	1.14
@@ -33,7 +33,7 @@
 mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man1
 
-install -m 755 -s statserial ${RPM_BUILD_ROOT}%{_bindir}/statserial
+install -m 755 statserial ${RPM_BUILD_ROOT}%{_bindir}/statserial
 install -m 644 statserial.1 ${RPM_BUILD_ROOT}%{_mandir}/man1/statserial.1
 
 %clean
@@ -45,6 +45,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue May 10 2005 Tim Waugh <twaugh at redhat.com>
+- Don't strip the binary.
+
 * Wed Mar  2 2005 Tim Waugh <twaugh at redhat.com> 1.1-37
 - Rebuild for new GCC.
 




More information about the fedora-cvs-commits mailing list