This commit is contained in:
parent
0abbbec656
commit
a5688557c7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 14:17:57 CET 2009 - hare@suse.de
|
||||
|
||||
|
@ -21,13 +21,13 @@
|
||||
Name: multipath-tools
|
||||
BuildRequires: device-mapper-devel libaio-devel readline-devel
|
||||
Url: http://christophe.varoqui.free.fr/
|
||||
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware; X11/MIT
|
||||
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 diffutils
|
||||
AutoReqProv: on
|
||||
Version: 0.4.8
|
||||
Release: 33
|
||||
Release: 41
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
Source: multipath-tools-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -118,7 +118,7 @@ Authors:
|
||||
Christophe Varoqui <christophe.varoqui@free.fr>
|
||||
|
||||
%package -n kpartx
|
||||
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later; Public Domain, Freeware; X11/MIT
|
||||
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
|
||||
@ -201,6 +201,9 @@ Authors:
|
||||
%patch63 -p1
|
||||
|
||||
%build
|
||||
# This package failed when testing with -Wl,-as-needed being default.
|
||||
# So we disable it here, if you want to retest, just delete this comment and the line below.
|
||||
export SUSE_ASNEEDED=0
|
||||
make OPTFLAGS="$RPM_OPT_FLAGS"
|
||||
|
||||
%install
|
||||
@ -260,6 +263,8 @@ exit 0
|
||||
%{_mandir}/man8/kpartx.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Mon Jan 26 2009 hare@suse.de
|
||||
- Don't access blocked devices in checkerloop()
|
||||
- Check for validity in VECTOR_XXX defines (bnc#469269,bnc#457465)
|
||||
@ -393,7 +398,7 @@ exit 0
|
||||
- update to latest fixes from git tree
|
||||
- remove fixes integrated in upstream
|
||||
- fixup udev rule (#203688)
|
||||
* Wed Sep 13 2006 ro@suse.de
|
||||
* Thu Sep 14 2006 ro@suse.de
|
||||
- use device-mapper-devel in BuildRequires
|
||||
* Thu Aug 31 2006 hare@suse.de
|
||||
- include latest fixes from git tree
|
||||
|
Loading…
x
Reference in New Issue
Block a user