public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/conman] epel10: Don't let make install strip the bins, leave that for find-debug.sh
@ 2026-08-12 20:05 Jarod Wilson
  0 siblings, 0 replies; only message in thread
From: Jarod Wilson @ 2026-08-12 20:05 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/conman
Branch : epel10
Commit : 2a92b12c707392ba62e7797f97d2405799777702
Author : Jarod Wilson <jwilson@fedoraproject.org>
Date   : 2006-06-27T21:20:16+00:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/conman/c/2a92b12c707392ba62e7797f97d2405799777702?branch=epel10

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

---
diff --git a/conman.spec b/conman.spec
index ff5dd41..109c19f 100644
--- a/conman.spec
+++ b/conman.spec
@@ -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 @@ chmod -x share/examples/*.exp
     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 @@ fi
 %{_mandir}/*/*
 
 %changelog
+* Tue Jun 27 2006 Jarod Wilson <jwilson@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@redhat.com> 0.1.9.2-1
 - Update to 0.1.9.2
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-12 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-12 20:05 [rpms/conman] epel10: Don't let make install strip the bins, leave that for find-debug.sh Jarod Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox