Hello community,

here is the log from the commit of package lvm2 for openSUSE:Factory checked in 
at 2015-01-10 23:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lvm2 (Old)
 and      /work/SRC/openSUSE:Factory/.lvm2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lvm2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lvm2/lvm2.changes        2015-01-05 
04:44:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lvm2.new/lvm2.changes   2015-01-10 
23:07:02.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Jan  8 15:21:17 UTC 2015 - dims...@opensuse.org
+
+- Add lvm2-do-not-strip-pdata_tools.patch: Change build system to
+  not strip pdata_tools during installation. We need the file in
+  tact in order to be able to produce valid debuginfo packages
+  (boo#910327).
+
+-------------------------------------------------------------------

New:
----
  lvm2-do-not-strip-pdata_tools.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lvm2.spec ++++++
--- /var/tmp/diff_new_pack.0X2JBD/_old  2015-01-10 23:07:03.000000000 +0100
+++ /var/tmp/diff_new_pack.0X2JBD/_new  2015-01-10 23:07:03.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lvm2
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -85,6 +85,8 @@
 Patch2004:      udev_rules-update.diff
 #suse, bnc#875233
 Patch2005:      udev-Check-for-DM_NR_VALID_PATHS.patch
+# suse, boo#910327
+Patch2006:      lvm2-do-not-strip-pdata_tools.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
@@ -145,6 +147,7 @@
 %patch2003 -p1
 %patch2004 -p1
 %patch2005 -p1
+%patch2006 -p1
 
 %build
 #set path so that thin_check can be found


++++++ lvm2-do-not-strip-pdata_tools.patch ++++++
Index: LVM2.2.02.114/thin-provisioning-tools-0.4.1/Makefile.in
===================================================================
--- LVM2.2.02.114.orig/thin-provisioning-tools-0.4.1/Makefile.in
+++ LVM2.2.02.114/thin-provisioning-tools-0.4.1/Makefile.in
@@ -108,7 +108,7 @@ MANPATH:=$(DATADIR)/man
 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")
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to