diff --git a/multipath-tools-0.4.8-opensuse-11.2.diff.bz2 b/multipath-tools-0.4.8-opensuse-11.2.diff.bz2 index b2535b6..e55f7ec 100644 --- a/multipath-tools-0.4.8-opensuse-11.2.diff.bz2 +++ b/multipath-tools-0.4.8-opensuse-11.2.diff.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6ee2872ba8dd45be1f365c3e1cc76fc1e4294eca617e6830cf9a51b60173403b -size 131574 +oid sha256:507361270bd9d1c703a265834334ba5d39f3d2d4677dd531ab23611c845fb381 +size 131381 diff --git a/multipath-tools.changes b/multipath-tools.changes index c305613..1d98954 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,9 +1,3 @@ -------------------------------------------------------------------- -Thu Oct 22 16:29:35 CEST 2009 - hare@suse.de - -- Make 'param' local (bnc#548708) -- Include multipath-fix.patch in git tree. - ------------------------------------------------------------------- Tue Sep 8 20:56:53 UTC 2009 - aj@suse.de diff --git a/multipath-tools.spec b/multipath-tools.spec index aa0b431..231aef5 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -21,17 +21,18 @@ Name: multipath-tools BuildRequires: device-mapper-devel libaio-devel readline-devel Url: http://christophe.varoqui.free.fr/ -License: BSD 3-clause (or similar) ; GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware ; MIT License (or similar) +License: BSD 3-clause (or similar) ; GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware ; MIT License (or similar) Group: System/Base Requires: device-mapper kpartx PreReq: %insserv_prereq %fillup_prereq coreutils grep AutoReqProv: on Version: 0.4.8 -Release: 41 +Release: 43 Summary: Tools to Manage Multipathed Devices with the device-mapper Source: multipath-tools-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build Patch0: %{name}-%{version}-opensuse-11.2.diff.bz2 +Patch1: multipath-fix.patch %description This package provides the tools to manage multipathed devices by @@ -55,7 +56,7 @@ Authors: Christophe Varoqui %package -n kpartx -License: BSD 3-clause (or similar) ; GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware ; MIT License (or similar) +License: BSD 3-clause (or similar) ; GPL v2 or later ; LGPL v2.1 or later ; Public Domain, Freeware ; MIT License (or similar) Summary: Manages partition tables on device-mapper devices Group: System/Base Requires: device-mapper @@ -73,6 +74,7 @@ Authors: %prep %setup -q -n multipath-tools-%{version} %patch0 -p1 +%patch1 %build # This package failed when testing with -Wl,-as-needed being default.