[device-mapper-persistent-data/f19] Resolves: bz#1159466

Heinz Mauelshagen mauelsha at fedoraproject.org
Wed Nov 12 18:04:27 UTC 2014


commit 36e20e8fb3d3a1fd8040bf2e10e0a0f3697ad3d6
Author: Heinz Mauelshagen <heinzm at redhat.com>
Date:   Wed Nov 12 19:03:22 2014 +0100

    Resolves: bz#1159466

 ...-mapper-persistent-data-0.4.1-avoid-strip.patch |   11 +++++++++++
 device-mapper-persistent-data.spec                 |    7 ++++++-
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/device-mapper-persistent-data-0.4.1-avoid-strip.patch b/device-mapper-persistent-data-0.4.1-avoid-strip.patch
new file mode 100644
index 0000000..f7babda
--- /dev/null
+++ b/device-mapper-persistent-data-0.4.1-avoid-strip.patch
@@ -0,0 +1,11 @@
+--- a/Makefile.in	2014-11-12 18:46:30.282251378 +0100
++++ b/Makefile.in	2014-11-12 18:46:56.108608255 +0100
+@@ -108,7 +108,7 @@
+ vpath %.cc $(TOP_DIR)
+ 
+ INSTALL_DIR = $(INSTALL) -m 755 -d
+-INSTALL_PROGRAM = $(INSTALL) -m 755 -s
++INSTALL_PROGRAM = $(INSTALL) -m 755
+ INSTALL_DATA = $(INSTALL) -p -m 644
+ 
+ ifeq ("@TESTING@", "yes")
diff --git a/device-mapper-persistent-data.spec b/device-mapper-persistent-data.spec
index a932b51..4fc4efc 100644
--- a/device-mapper-persistent-data.spec
+++ b/device-mapper-persistent-data.spec
@@ -4,7 +4,7 @@
 Summary: Device-mapper Persistent Data Tools
 Name: device-mapper-persistent-data
 Version: 0.4.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: System Environment/Base
 URL: https://github.com/jthornber/thin-provisioning-tools
@@ -14,6 +14,7 @@ BuildRequires: autoconf, expat-devel, libaio-devel, libstdc++-devel, boost-devel
 Requires: expat
 Patch0: device-mapper-persistent-data-0.4.1-bz1085620.patch
 Patch1: device-mapper-persistent-data-0.4.1-missing-man-pages.patch
+Patch2: device-mapper-persistent-data-0.4.1-avoid-strip.patch
 
 %description
 thin-provisioning-tools contains check,dump,restore,repair,rmap
@@ -27,6 +28,7 @@ snapshot eras
 %setup -q -n thin-provisioning-tools-%{version}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 echo %{version}-%{release} > VERSION
 
 %build
@@ -72,6 +74,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
 %{_sbindir}/thin_rmap
 
 %changelog
+* Wed Nov 12 2014 Heinz Mauelshagen <heinzm at redhat.com> - 0.4.1-2
+- Resolves: bz#1159466
+
 * Tue Oct 28 2014 Heinz Mauelshagen <heinzm at redhat.com> - 0.4.1-1
 - New upstream version
 - Manual header additions/fixes


More information about the scm-commits mailing list