Hello community, here is the log from the commit of package yast2-multipath for openSUSE:Factory checked in at 2013-11-19 10:57:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old) and /work/SRC/openSUSE:Factory/.yast2-multipath.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-multipath" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes 2011-09-23 12:53:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes 2013-11-19 10:57:06.000000000 +0100 @@ -1 +0,0 @@ -Wed Jul 8 15:32:14 CST 2009 - [email protected] @@ -2,0 +2 @@ +Wed Nov 13 15:56:18 UTC 2013 - [email protected] @@ -4 +4 @@ -- bnc#509048, yast2-multipath depends on yast2-python-bindings +- Add explicit COPYING file @@ -7 +7 @@ -Wed Dec 3 13:48:02 CST 2008 - [email protected] +Thu Sep 19 10:33:44 UTC 2013 - [email protected] @@ -9,2 +9,3 @@ -- Fix bnc#438055, remove all usage of /etc/init.d/multipath during -installation, disable Configure tab during installation. +- do not use *.spec.in template, use *.spec file with RPM macros + instead +- 3.1.0 @@ -13 +14 @@ -Fri Nov 21 17:35:08 CST 2008 - [email protected] +Fri Aug 9 13:05:49 UTC 2013 - [email protected] @@ -15,3 +16,3 @@ -- fix bnc#438061, call Storage::ActivateMultipath instead of /etc/init.d/multipath during installation -- related to bnc#438055, do not insserv during installation cause libstorage enable the service already. -- remove extra dependency on python +- fixed empty include files produced because of a YCP Killer bug + (gh#yast/ycp-killer#619) +- 3.0.1 @@ -20 +21 @@ -Wed Nov 19 16:59:19 CST 2008 - [email protected] +Wed Jul 31 08:33:06 UTC 2013 - [email protected] @@ -22,2 +23,3 @@ -- fix bnc#438063, no busy indicator during startup -- fix bnc#440887, typo in help text. +- converted from YCP to Ruby by YCP Killer + (https://github.com/yast/ycp-killer) +- version 3.0.0 @@ -26 +28 @@ -Tue Oct 14 18:26:14 CST 2008 - [email protected] +Mon Jul 4 13:58:36 CEST 2011 - [email protected] @@ -28 +30,14 @@ -- fix typo from illgal to illegal (bnc #432568) +- fixed typos (bnc #703181) + +------------------------------------------------------------------- +Wed Aug 18 15:17:26 CEST 2010 - [email protected] + +- fixed typo (bnc#631743) +- 2.19.0 + +------------------------------------------------------------------- +Wed Jan 13 18:56:03 CET 2010 - [email protected] + +- Adjusted .desktop file(s) to wrap /sbin/yast2/ calls in xdg-su + where root privileges are needed, removed X-KDE-SubstituteUID key + (bnc#540627) Old: ---- fix-document-error.diff use-storage-activatemultipath.diff yast2-multipath-2.17.1.tar.bz2 yast2-multipath-no-timeout-1st-time.patch New: ---- yast2-multipath-3.1.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-multipath.spec ++++++ --- /var/tmp/diff_new_pack.vKqgbG/_old 2013-11-19 10:57:06.000000000 +0100 +++ /var/tmp/diff_new_pack.vKqgbG/_new 2013-11-19 10:57:06.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package yast2-multipath (Version 2.17.1) +# spec file for package yast2-multipath # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -15,25 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -Url: http://en.opensuse.org/Yast Name: yast2-multipath -Version: 2.17.1 -Release: 5 -License: GPL-2.0+ -Group: System/YaST +Version: 3.1.1 +Release: 0 + BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-multipath-2.17.1.tar.bz2 -Prefix: /usr -Requires: yast2 yast2-storage yast2-python-bindings -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-storage yast2-testsuite +Source0: %{name}-%{version}.tar.bz2 + +Requires: yast2 +Requires: yast2-python-bindings +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2 +BuildRequires: yast2-devtools >= 3.0.6 +BuildRequires: yast2-storage +BuildRequires: yast2-testsuite + BuildArch: noarch + +Requires: yast2-ruby-bindings >= 1.0.0 + Summary: YaST2 - Multipath Configuration -Patch1: yast2-multipath-no-timeout-1st-time.patch -Patch2: fix-document-error.diff -Patch3: use-storage-activatemultipath.diff +License: GPL-2.0+ +Group: System/YaST %description Multipath I/O is a fault tolerance technique whereby there is more than @@ -43,53 +48,24 @@ You can configure your multipathed devices with this module. - - -Authors: --------- - Coly Li - %prep -%setup -n yast2-multipath-2.17.1 -%patch1 -p0 -%patch2 -p1 -%patch3 -p1 +%setup -n %{name}-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake -autoreconf --force --install -export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" -%{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} -make %{?jobs:-j%jobs} +%yast_build %install -make install DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do - d=${f##*/} - %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} -done -pushd $RPM_BUILD_ROOT/%{prefix}/lib/YaST2/ -rm -rf servers_non_y2 -popd - -%check -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" - -%clean -rm -rf "$RPM_BUILD_ROOT" +%yast_install %files %defattr(-,root,root) -%dir %{prefix}/share/YaST2/include/multipath -%{prefix}/share/YaST2/include/multipath/* -%{prefix}/share/YaST2/clients/multipath.ycp -%{prefix}/share/YaST2/modules/Multipath.* -%{prefix}/share/applications/YaST2/multipath.desktop -%{prefix}/share/YaST2/scrconf/*.scr -#%{prefix}/lib/YaST2/servers_non_y2/* -%doc %{prefix}/share/doc/packages/yast2-multipath +%dir %{_prefix}/share/YaST2/include/multipath +%{_prefix}/share/YaST2/include/multipath/* +%{_prefix}/share/YaST2/clients/multipath.rb +%{_prefix}/share/YaST2/modules/Multipath.* +%{_prefix}/share/applications/YaST2/multipath.desktop +%{_prefix}/share/YaST2/scrconf/*.scr +%{_prefix}/lib/YaST2/servers_non_y2/* +%doc %{_prefix}/share/doc/packages/yast2-multipath %changelog ++++++ yast2-multipath-2.17.1.tar.bz2 -> yast2-multipath-3.1.1.tar.bz2 ++++++ ++++ 25972 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
