Accepting request 22867 from Base:System
Copy from Base:System/multipath-tools based on submit request 22867 from user hreinecke OBS-URL: https://build.opensuse.org/request/show/22867 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=28
This commit is contained in:
parent
500aa2ded5
commit
2aea547e57
@ -1,13 +0,0 @@
|
||||
Index: kpartx/kpartx.c
|
||||
===================================================================
|
||||
--- kpartx/kpartx.c.orig
|
||||
+++ kpartx/kpartx.c
|
||||
@@ -578,7 +578,7 @@ main(int argc, char **argv){
|
||||
continue;
|
||||
|
||||
if (!dm_simplecmd(DM_DEVICE_REMOVE,
|
||||
- partname)) {
|
||||
+ partname, 1)) {
|
||||
r++;
|
||||
continue;
|
||||
}
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:507361270bd9d1c703a265834334ba5d39f3d2d4677dd531ab23611c845fb381
|
||||
size 131381
|
||||
oid sha256:6ee2872ba8dd45be1f365c3e1cc76fc1e4294eca617e6830cf9a51b60173403b
|
||||
size 131574
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -27,12 +27,11 @@ Requires: device-mapper kpartx
|
||||
PreReq: %insserv_prereq %fillup_prereq coreutils grep
|
||||
AutoReqProv: on
|
||||
Version: 0.4.8
|
||||
Release: 43
|
||||
Release: 44
|
||||
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
|
||||
@ -74,7 +73,6 @@ Authors:
|
||||
%prep
|
||||
%setup -q -n multipath-tools-%{version}
|
||||
%patch0 -p1
|
||||
%patch1
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
|
Loading…
x
Reference in New Issue
Block a user