rpms/conman/FC-5 conman.spec,1.2,1.3

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Tue Jun 27 21:20:10 UTC 2006


Author: jwilson

Update of /cvs/extras/rpms/conman/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6841/FC-5

Modified Files:
	conman.spec 
Log Message:
Don't let make install strip the bins, leave that for find-debug.sh


Index: conman.spec
===================================================================
RCS file: /cvs/extras/rpms/conman/FC-5/conman.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- conman.spec	27 Jun 2006 18:02:32 -0000	1.2
+++ conman.spec	27 Jun 2006 21:20:10 -0000	1.3
@@ -1,6 +1,6 @@
 Name:		conman
 Version:	0.1.9.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	ConMan - The Console Manager
 
 Group:		Applications/System
@@ -38,6 +38,9 @@
     Makefile.in
 %{__perl} -pi -e 's|lib\/|share\/|g' \
     Makefile.in share/examples/*.exp
+# don't strip the bins on install, let find-debug.sh do it
+%{__perl} -pi -e 's|-m 755 -s conman|-m 755 conman|g' \
+    Makefile.in
 
 # don't run service by default
 %{__perl} -pi -e 's|chkconfig:.*345 95 5|chkconfig: - 95 5|g' \
@@ -95,6 +98,9 @@
 %{_mandir}/*/*
 
 %changelog
+* Tue Jun 27 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-2
+- Don't strip bins on make install, leave for find-debug.sh
+
 * Tue Jun 27 2006 Jarod Wilson <jwilson at redhat.com> 0.1.9.2-1
 - Update to 0.1.9.2
 




More information about the scm-commits mailing list