Hello community, here is the log from the commit of package multipath-tools for openSUSE:Factory checked in at 2014-01-30 06:55:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old) and /work/SRC/openSUSE:Factory/.multipath-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools" Changes: -------- --- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes 2013-05-02 11:24:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 2014-01-30 06:55:43.000000000 +0100 @@ -1,0 +2,16 @@ +Tue Jan 21 16:32:33 CET 2014 - [email protected] + +- Fixup build issues + +------------------------------------------------------------------- +Tue Jan 21 13:58:15 CET 2014 - [email protected] + +- Update to official version 0.5.0 + - remove: multipath-tools-0.4.9.tar.bz2 + - remove: multipath-tools-0.4.9-opensuse-12.3.diff.bz2 + - add: multipath-tools-0.5.0.tar.bz2 + - add: multipath-tools-0.5.0-sles12.diff.bz2 +- Merge: + - multipath-tools-make-flexible-install-of-systemd-and-udev-files.patch + +------------------------------------------------------------------- Old: ---- multipath-tools-0.4.9-opensuse-12.3.diff.bz2 multipath-tools-0.4.9.tar.bz2 multipath-tools-make-flexible-install-of-systemd-and-udev-files.patch New: ---- multipath-tools-0.5.0-sles12.diff.bz2 multipath-tools-0.5.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ multipath-tools.spec ++++++ --- /var/tmp/diff_new_pack.rIsiwZ/_old 2014-01-30 06:55:43.000000000 +0100 +++ /var/tmp/diff_new_pack.rIsiwZ/_new 2014-01-30 06:55:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package multipath-tools # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,12 +21,12 @@ BuildRequires: libaio-devel BuildRequires: libudev-devel BuildRequires: readline-devel -BuildRequires: systemd +BuildRequires: systemd-devel Url: http://christophe.varoqui.free.fr/ Requires: device-mapper Requires: kpartx PreReq: %insserv_prereq %fillup_prereq coreutils grep -Version: 0.4.9 +Version: 0.5.0 Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0 @@ -35,8 +35,7 @@ %define has_systemd 1 Source: http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Patch0: %{name}-%{version}-opensuse-12.3.diff.bz2 -Patch1: multipath-tools-make-flexible-install-of-systemd-and-udev-files.patch +Patch0: %{name}-%{version}-sles12.diff.bz2 %if %suse_version > 1220 %define _sysdir usr/lib %else @@ -94,17 +93,18 @@ Christophe Varoqui <[email protected]> %prep -%setup -q -c -n multipath-tools-%{version} +%setup -q -n multipath-tools-%{version} %patch0 -p1 -%patch1 -p1 %build -make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%{_lib} SYSDPATH=%{_sysdir} +make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%{_lib} SYSTEMDPATH=%{_sysdir} %install -make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSDPATH=%{_sysdir} install +make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSTEMDPATH=%{_sysdir} install # Compability with older versions -mv $RPM_BUILD_ROOT/etc/udev/rules.d/kpartx.rules $RPM_BUILD_ROOT/etc/udev/rules.d/70-kpartx.rules +mkdir -p $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d +mv $RPM_BUILD_ROOT/etc/udev/rules.d/kpartx.rules $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d/70-kpartx.rules +mv $RPM_BUILD_ROOT/etc/udev/rules.d/kpartx-compat.rules $RPM_BUILD_ROOT/%{_sysdir}/udev/rules.d/71-kpartx-compat.rules mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/ rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so @@ -151,8 +151,7 @@ %defattr(-,root,root) %doc AUTHOR COPYING README ChangeLog %doc multipath.conf* -%dir /etc/udev -%dir /etc/udev/rules.d +%dir /%{_sysdir}/udev/rules.d /%{_lib}/libmultipath.so.0 /%{_lib}/libmpathpersist.so.0 /%{_lib}/multipath @@ -160,14 +159,9 @@ /sbin/multipathd /sbin/mpathpersist %attr (0700, root, root) /var/cache/multipath -%dir /lib/mkinitrd -%dir /lib/mkinitrd/scripts -/lib/mkinitrd/scripts/boot-multipath.sh -/lib/mkinitrd/scripts/setup-multipath.sh -/lib/mkinitrd/scripts/boot-multipathd.sh -/lib/mkinitrd/scripts/boot-killmultipathd.sh %dir /%{_sysdir}/systemd/system /%{_sysdir}/systemd/system/multipathd.service +/%{_sysdir}/systemd/system/multipathd.socket %{_mandir}/man8/multipath.8* %{_mandir}/man5/multipath.conf.5* %{_mandir}/man8/multipathd.8* @@ -180,16 +174,11 @@ %files -n kpartx %defattr(-,root,root) -%dir /etc/udev -%dir /etc/udev/rules.d -%config /etc/udev/rules.d/70-kpartx.rules /sbin/kpartx %dir /%{_sysdir}/udev +%config /%{_sysdir}/udev/rules.d/70-kpartx.rules +%config /%{_sysdir}/udev/rules.d/71-kpartx-compat.rules /%{_sysdir}/udev/kpartx_id -%dir /lib/mkinitrd -%dir /lib/mkinitrd/scripts -/lib/mkinitrd/scripts/boot-kpartx.sh -/lib/mkinitrd/scripts/setup-kpartx.sh %{_mandir}/man8/kpartx.8* %changelog ++++++ multipath-tools-0.5.0-sles12.diff.bz2 ++++++ ++++ 1632 lines (skipped) ++++++ multipath-tools-0.4.9.tar.bz2 -> multipath-tools-0.5.0.tar.bz2 ++++++ ++++ 76115 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
