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
|
Mon Jan 26 14:17:57 CET 2009 - hare@suse.de
|
||||||
|
|
||||||
|
@ -21,13 +21,13 @@
|
|||||||
Name: multipath-tools
|
Name: multipath-tools
|
||||||
BuildRequires: device-mapper-devel libaio-devel readline-devel
|
BuildRequires: device-mapper-devel libaio-devel readline-devel
|
||||||
Url: http://christophe.varoqui.free.fr/
|
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
|
Group: System/Base
|
||||||
Requires: device-mapper kpartx
|
Requires: device-mapper kpartx
|
||||||
PreReq: %insserv_prereq %fillup_prereq coreutils grep diffutils
|
PreReq: %insserv_prereq %fillup_prereq coreutils grep diffutils
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.4.8
|
Version: 0.4.8
|
||||||
Release: 33
|
Release: 41
|
||||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||||
Source: multipath-tools-%{version}.tar.bz2
|
Source: multipath-tools-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -118,7 +118,7 @@ Authors:
|
|||||||
Christophe Varoqui <christophe.varoqui@free.fr>
|
Christophe Varoqui <christophe.varoqui@free.fr>
|
||||||
|
|
||||||
%package -n kpartx
|
%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
|
Summary: Manages partition tables on device-mapper devices
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Requires: device-mapper
|
Requires: device-mapper
|
||||||
@ -201,6 +201,9 @@ Authors:
|
|||||||
%patch63 -p1
|
%patch63 -p1
|
||||||
|
|
||||||
%build
|
%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"
|
make OPTFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -260,6 +263,8 @@ exit 0
|
|||||||
%{_mandir}/man8/kpartx.8*
|
%{_mandir}/man8/kpartx.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 26 2009 hare@suse.de
|
||||||
- Don't access blocked devices in checkerloop()
|
- Don't access blocked devices in checkerloop()
|
||||||
- Check for validity in VECTOR_XXX defines (bnc#469269,bnc#457465)
|
- Check for validity in VECTOR_XXX defines (bnc#469269,bnc#457465)
|
||||||
@ -393,7 +398,7 @@ exit 0
|
|||||||
- update to latest fixes from git tree
|
- update to latest fixes from git tree
|
||||||
- remove fixes integrated in upstream
|
- remove fixes integrated in upstream
|
||||||
- fixup udev rule (#203688)
|
- fixup udev rule (#203688)
|
||||||
* Wed Sep 13 2006 ro@suse.de
|
* Thu Sep 14 2006 ro@suse.de
|
||||||
- use device-mapper-devel in BuildRequires
|
- use device-mapper-devel in BuildRequires
|
||||||
* Thu Aug 31 2006 hare@suse.de
|
* Thu Aug 31 2006 hare@suse.de
|
||||||
- include latest fixes from git tree
|
- include latest fixes from git tree
|
||||||
|
Loading…
x
Reference in New Issue
Block a user