Accepting request 406622 from home:jengelh:branches:Base:System

- Remove obsoletes spec sections

OBS-URL: https://build.opensuse.org/request/show/406622
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=98
This commit is contained in:
Dirk Mueller 2016-07-06 16:38:01 +00:00 committed by Git OBS Bridge
parent 033744e963
commit 3dd54be22f
2 changed files with 5 additions and 20 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 4 22:30:43 UTC 2016 - jengelh@inai.de
- Remove obsoletes spec sections
-------------------------------------------------------------------
Mon Jul 4 09:47:21 CEST 2016 - hare@suse.de

View File

@ -63,12 +63,6 @@ are:
- kpartx: maps linear devmaps to device partitions, which makes
multipath maps partionable
Authors:
--------
Christophe Varoqui <christophe.varoqui@free.fr>
%package -n kpartx
Summary: Manages partition tables on device-mapper devices
Group: System/Base
@ -78,12 +72,6 @@ Requires: device-mapper
The kpartx program maps linear devmaps to device partitions, which
makes multipath maps partionable.
Authors:
--------
Christophe Varoqui <christophe.varoqui@free.fr>
%package devel
Summary: Development libraries for multipath-tools
Group: Development/Libraries/Other
@ -93,11 +81,6 @@ Requires: device-mapper
This package contains the development libraries for multipath-tools
and libmpath_persist.
Authors:
--------
Christophe Varoqui <christophe.varoqui@free.fr>
%prep
%setup -q -n multipath-tools-%{version}
@ -112,9 +95,6 @@ rm $RPM_BUILD_ROOT/%_lib/libmpathcmd.so
mkdir -p $RPM_BUILD_ROOT/usr/sbin
ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd
%clean
rm -rf $RPM_BUILD_ROOT;
%pre
[ -f /.buildenv ] && exit 0
if [ -f /etc/init.d/multipathd ] && dmsetup --target multipath table | grep -q multipath ; then