[ampr-ripd] Make debuginfo available (#1139051)

Jaroslav Škarvada jskarvad at fedoraproject.org
Wed Sep 17 14:47:47 UTC 2014


commit f7fa142b69181846585c7e78f16dfe9e81912485
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Wed Sep 17 16:47:44 2014 +0200

    Make debuginfo available (#1139051)

 ampr-ripd-1.11-install-fix.patch |    5 +++--
 ampr-ripd.spec                   |    5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ampr-ripd-1.11-install-fix.patch b/ampr-ripd-1.11-install-fix.patch
index d666268..54ffc6d 100644
--- a/ampr-ripd-1.11-install-fix.patch
+++ b/ampr-ripd-1.11-install-fix.patch
@@ -33,10 +33,11 @@ index ac8146d..f9956c5 100644
  
  all:	ampr-ripd
  
-@@ -35,5 +31,5 @@ clean:
+@@ -34,6 +30,5 @@
+ 	rm -f ampr-ripd
  
  install:	ampr-ripd
- 	strip ampr-ripd
+-	strip ampr-ripd
 -	install -m 755 -o $(OWN) -g $(GRP) -d        $(SCACHEDIR)
 -	install -m 755 -o $(OWN) -g $(GRP) ampr-ripd $(SBINDIR)
 +	install -m 755 -p -D -d        $(SCACHEDIR)
diff --git a/ampr-ripd.spec b/ampr-ripd.spec
index c7544b1..7a8ec8d 100644
--- a/ampr-ripd.spec
+++ b/ampr-ripd.spec
@@ -9,7 +9,7 @@
 Summary: Routing daemon for the ampr network
 Name: ampr-ripd
 Version: 1.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Communications
 URL: http://www.yo2loj.ro/hamprojects/
@@ -63,5 +63,8 @@ install -Dpm 644 -t %{buildroot}%{_datadir}/%{name} ampr-run.sh find_pass.sh
 %{_unitdir}/%{name}.service
 
 %changelog
+* Mon Sep  8 2014 Jan Synáček <jsynacek at redhat.com> - 1.11-2
+- Make debuginfo available (#1139051)
+
 * Tue Jul 22 2014 Jaroslav Škarvada <jskarvad at redhat.com> - 1.11-1
 - Initial release


More information about the scm-commits mailing list