[vtun/f18] avoid stripping too early to preserve debuginfo (#857716)

Gabriel L. Somlo somlo at fedoraproject.org
Sun Sep 16 14:56:03 UTC 2012


commit 986649a89a41cfcd665c9c0c3aae50e5b9a15f92
Author: Gabriel L. Somlo <somlo at hedwig.ini.cmu.edu>
Date:   Sun Sep 16 10:55:57 2012 -0400

    avoid stripping too early to preserve debuginfo (#857716)

 vtun.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/vtun.spec b/vtun.spec
index a4616af..ba51fc2 100644
--- a/vtun.spec
+++ b/vtun.spec
@@ -1,6 +1,6 @@
 Name: vtun
 Version: 3.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: Virtual tunnel over TCP/IP networks
 License: GPLv2+
 Group: System Environment/Daemons
@@ -8,6 +8,7 @@ Url: http://vtun.sourceforge.net
 Source0: http://prdownloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1: vtun.socket
 Source2: vtun.service
+Patch0: vtun-nostrip.patch
 
 Requires(post): systemd-units
 Requires(preun): systemd-units
@@ -26,6 +27,7 @@ require modification to any kernel parts.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure
@@ -59,6 +61,9 @@ make install DESTDIR=%{buildroot} INSTALL_OWNER= INSTALL="/usr/bin/install -p"
 %{_mandir}/man8/vtund.8*
 
 %changelog
+* Sun Sep 16 2012 Gabriel Somlo <somlo at cmu.edu> 3.0.3-2
+- avoid stripping too early to preserve debuginfo (#857716)
+
 * Thu Sep 13 2012 Gabriel Somlo <somlo at cmu.edu> 3.0.3-1
 - update to 3.0.3
 - new systemd-rpm macros (#850362)


More information about the scm-commits mailing list