Hello community, here is the log from the commit of package multipath-tools checked in at Mon May 21 18:10:24 CEST 2007. -------- --- multipath-tools/multipath-tools.changes 2007-05-14 16:21:28.000000000 +0200 +++ /mounts/work_src_done/STABLE/multipath-tools/multipath-tools.changes 2007-05-21 16:00:53.397751000 +0200 @@ -1,0 +2,6 @@ +Mon May 21 15:34:07 CEST 2007 - hare@suse.de + +- Rework udev handling +- Split off kpartx package + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ multipath-tools.spec ++++++ --- /var/tmp/diff_new_pack.hU1296/_old 2007-05-21 18:10:03.000000000 +0200 +++ /var/tmp/diff_new_pack.hU1296/_new 2007-05-21 18:10:03.000000000 +0200 @@ -15,13 +15,13 @@ URL: http://christophe.varoqui.free.fr/ License: BSD License and BSD-like, GNU General Public License (GPL) Group: System/Base -Requires: device-mapper +Requires: device-mapper kpartx %if %suse_version > 800 PreReq: %insserv_prereq %endif Autoreqprov: on Version: 0.4.7 -Release: 48 +Release: 50 Summary: Tools to Manage Multipathed Devices with the device-mapper Source: multipath-tools-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -50,6 +50,20 @@ -------- Christophe Varoqui <christophe.varoqui@free.fr> +%package -n kpartx +Summary: Manages partition tables on device-mapper devices +Group: System/Base + +%description -n kpartx +The kpartx program maps linear devmaps to device partitions, which +makes multipath maps partionable. + + + +Authors: +-------- + Christophe Varoqui <christophe.varoqui@free.fr> + %prep %setup -n multipath-tools-%{version} %patch0 -p1 @@ -63,8 +77,6 @@ mkdir -p $RPM_BUILD_ROOT/sbin mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8 make DESTDIR=$RPM_BUILD_ROOT install -rm $RPM_BUILD_ROOT/etc/udev/rules.d/multipath.rules -install -m 644 multipathd/71-multipath.rules $RPM_BUILD_ROOT/etc/udev/rules.d mkdir -p $RPM_BUILD_ROOT/etc/init.d install -m 744 multipath/multipath.init.suse $RPM_BUILD_ROOT/etc/init.d/boot.multipath install -m 744 multipathd/multipathd.init.suse $RPM_BUILD_ROOT/etc/init.d/multipathd @@ -84,13 +96,13 @@ %defattr(-,root,root) %doc AUTHOR COPYING README ChangeLog %doc multipath.conf* +%dir /etc/udev +%dir /etc/udev/rules.d %config /etc/init.d/multipathd %config /etc/init.d/boot.multipath -%config /etc/udev +%config /etc/udev/rules.d/71-multipath.rules /sbin/devmap_name /sbin/multipath -/sbin/kpartx -/sbin/kpartx_id /sbin/multipathd /sbin/mpath_prio_netapp /sbin/mpath_prio_balance_units @@ -104,11 +116,22 @@ %{_mandir}/man8/devmap_name.8* %{_mandir}/man8/multipath.8* %{_mandir}/man5/multipath.conf.5* -%{_mandir}/man8/kpartx.8* %{_mandir}/man8/multipathd.8* %{_mandir}/man8/mpath_prio_alua.8* +%files -n kpartx +%defattr(-,root,root) +%dir /etc/udev +%dir /etc/udev/rules.d +%config /etc/udev/rules.d/70-kpartx.rules +/sbin/kpartx +/sbin/kpartx_id +%{_mandir}/man8/kpartx.8* + %changelog +* Mon May 21 2007 - hare@suse.de +- Rework udev handling +- Split off kpartx package * Mon May 14 2007 - hare@suse.de - Merge in latest fixes from upstream - Add all SuSE specific files to git repository. ++++++ multipath-tools-suse-update ++++++ ++++ 893 lines (skipped) ++++ between multipath-tools-suse-update ++++ and /mounts/work_src_done/STABLE/multipath-tools/multipath-tools-suse-update ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de