Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2011-12-07 14:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2011-11-08 18:02:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2011-12-07 14:40:39.000000000 +0100
@@ -1,0 +2,33 @@
+Tue Dec 06 14:08:41 CET 2011 - [email protected]
+
+- add nofail for volumes using iSCSI disks (bnc#734786)
+
+-------------------------------------------------------------------
+Fri Nov 25 12:25:53 UTC 2011 - [email protected]
+
+- add libtool as buildrequire to avoid implicit dependency
+
+-------------------------------------------------------------------
+Fri Nov 18 15:20:30 CET 2011 - [email protected]
+
+- merged proofread texts
+
+-------------------------------------------------------------------
+Thu Nov 17 15:44:52 CET 2011 - [email protected]
+
+- add var/crash to default subvolume list
+- fix proposal for some cases where exactly 1 partition selected
+
+-------------------------------------------------------------------
+Tue Nov 15 16:20:05 CET 2011 - [email protected]
+
+- adapted dbus command to disable automounting of desktop
+  environments (bnc#727538)
+
+-------------------------------------------------------------------
+Tue Nov 15 13:51:57 CET 2011 - [email protected]
+
+- remove /var/run from default subvolume list (bnc#729463)
+- version 2.22.0
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-2.21.14.tar.bz2

New:
----
  yast2-storage-2.22.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.8fRuvC/_old  2011-12-07 14:40:40.000000000 +0100
+++ /var/tmp/diff_new_pack.8fRuvC/_new  2011-12-07 14:40:40.000000000 +0100
@@ -15,27 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:           yast2-storage
-Version:        2.21.14
+Version:        2.22.0
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        yast2-storage-2.21.14.tar.bz2
-
-Prefix:         /usr
+Source0:        yast2-storage-%{version}.tar.bz2
 
 Group:          System/YaST
 License:        GPL-2.0+
-BuildRequires:  blocxx-devel boost-devel gcc-c++ libxcrypt-devel openssl-devel 
sablot swig
+BuildRequires:  blocxx-devel boost-devel gcc-c++ libtool libxcrypt-devel 
openssl-devel sablot swig
 BuildRequires:  docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer 
sgml-skel update-desktop-files
 BuildRequires:  libstorage-devel >= 2.21.11 yast2 >= 2.19.4 yast2-core-devel 
>= 2.18.1 yast2-devtools
 BuildRequires:  yast2-perl-bindings yast2-testsuite >= 2.19.0
 Requires:       yast2-perl-bindings perl = %{perl_version}
 Requires:       yast2-core >= 2.18.3 yast2 >= 2.19.4 yast2-libyui >= 2.18.7
-Requires:       yast2-dbus-client
+Requires:       yast2-dbus-client >= 2.22.0
 %ifarch s390 s390x
 Requires:       yast2-s390
 %endif
@@ -55,26 +52,26 @@
 devices during installation and on an installed system.
 
 %prep
-%setup -n yast2-storage-2.21.14
+%setup -n yast2-storage-%{version}
 
 %build
-%{prefix}/bin/y2tool y2autoconf
-%{prefix}/bin/y2tool y2automake
+%{_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}
+./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
 # V=1: verbose build in case we used AM_SILENT_RULES(yes)
 # so that RPM_OPT_FLAGS check works
 make %{?jobs:-j%jobs} V=1
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
-[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
-for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name 
"*.desktop"` ; do
+[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || 
Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check 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
@@ -114,9 +111,9 @@
 %dir /usr/share/YaST2/data
 /usr/share/YaST2/data/*.ycp
 
-%doc %dir %{prefix}/share/doc/packages/yast2-storage
-%doc %{prefix}/share/doc/packages/yast2-storage/README*
-%doc %{prefix}/share/doc/packages/yast2-storage/COPY*
+%doc %dir %{_prefix}/share/doc/packages/yast2-storage
+%doc %{_prefix}/share/doc/packages/yast2-storage/README*
+%doc %{_prefix}/share/doc/packages/yast2-storage/COPY*
 
 # agents-scr
 /usr/share/YaST2/scrconf/*.scr
@@ -125,11 +122,11 @@
 %{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so.*
 
 # disk
-%dir %{prefix}/share/applications/YaST2
-%{prefix}/share/applications/YaST2/disk.desktop
+%dir %{_prefix}/share/applications/YaST2
+%{_prefix}/share/applications/YaST2/disk.desktop
 
 # scripts
-%{prefix}/lib/YaST2/bin/check.boot
+%{_prefix}/lib/YaST2/bin/check.boot
 
 # perl bindings of libstorage
 %{perl_vendorarch}/LibStorage.so
@@ -146,7 +143,7 @@
 
 %files devel
 %defattr(-,root,root)
-%doc %{prefix}/share/doc/packages/yast2-storage/autodocs
-%doc %{prefix}/share/doc/packages/yast2-storage/config.xml.description
+%doc %{_prefix}/share/doc/packages/yast2-storage/autodocs
+%doc %{_prefix}/share/doc/packages/yast2-storage/config.xml.description
 
 %changelog

++++++ yast2-storage-2.21.14.tar.bz2 -> yast2-storage-2.22.0.tar.bz2 ++++++
++++ 2284 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to