Hello community, here is the log from the commit of package device-mapper for openSUSE:Factory checked in at 2014-04-05 16:49:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/device-mapper (Old) and /work/SRC/openSUSE:Factory/.device-mapper.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "device-mapper" Changes: -------- --- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes 2013-09-11 12:52:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 2014-04-05 16:49:58.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Mar 28 07:44:18 UTC 2014 - [email protected] + +- bnc#862817, thinly provisioned LVM VGs not activating after deactivation + s390-sectorsize4096.patch + +------------------------------------------------------------------- New: ---- s390-sectorsize4096.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ device-mapper.spec ++++++ --- /var/tmp/diff_new_pack.UjCdc0/_old 2014-04-05 16:49:59.000000000 +0200 +++ /var/tmp/diff_new_pack.UjCdc0/_new 2014-04-05 16:49:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package device-mapper # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -49,6 +49,9 @@ #bnc#788882 Patch14: udev_sync-cookie_set-1-on-each-dm_task_set_cookie-ca.patch +#bnc#862817,upstraem +Patch15: s390-sectorsize4096.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: boost-devel BuildRequires: gcc-c++ @@ -98,6 +101,7 @@ %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 %build export CFLAGS="$RPM_OPT_FLAGS" ++++++ s390-sectorsize4096.patch ++++++ Index: LVM2.2.02.98/thin-provisioning-tools-0.2.4/persistent-data/buffer.h =================================================================== --- LVM2.2.02.98.orig/thin-provisioning-tools-0.2.4/persistent-data/buffer.h 2013-08-02 20:15:36.000000000 +0800 +++ LVM2.2.02.98/thin-provisioning-tools-0.2.4/persistent-data/buffer.h 2014-03-28 15:41:50.494566831 +0800 @@ -41,7 +41,7 @@ namespace persistent_data { // guarantees. // // Alignment must be a power of two. - template <uint32_t Size = DEFAULT_BUFFER_SIZE, uint32_t Alignment = 512> + template <uint32_t Size = DEFAULT_BUFFER_SIZE, uint32_t Alignment = 4096> class buffer : private boost::noncopyable { public: BOOST_STATIC_ASSERT_MSG((Alignment > 1) & !(Alignment & (Alignment - 1)), -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
