Hello community,
here is the log from the commit of package yast2-storage
checked in at Fri Dec 22 01:09:23 CET 2006.
--------
--- yast2-storage/yast2-storage.changes 2006-11-21 12:01:47.000000000 +0100
+++ /mounts/work_src_done/STABLE/yast2-storage/yast2-storage.changes 2006-12-21 17:40:14.000000000 +0100
@@ -1,0 +2,49 @@
+Thu Dec 21 17:38:46 CET 2006 - fehr(a)suse.de
+
+- change encryption method used to LUKS (feature #301787)
+- version 2.15.1
+
+-------------------------------------------------------------------
+Wed Dec 13 15:19:35 CET 2006 - fehr(a)suse.de
+
+- change default mount method to MOUNTBY_ID (feature #301385)
+
+-------------------------------------------------------------------
+Tue Dec 12 11:36:00 CET 2006 - fehr(a)suse.de
+
+- real fix for bug #219381
+
+-------------------------------------------------------------------
+Mon Dec 11 12:47:33 CET 2006 - fehr(a)suse.de
+
+- fix wrong order of fstab lines if label is set but device
+ formatted (#225705)
+- disable evms activation in libstorage if evms_config in control.xml
+ is set to false (#224585)
+- fix missing parenthesis in ycp (#219381)
+
+-------------------------------------------------------------------
+Wed Dec 6 15:09:25 CET 2006 - fehr(a)suse.de
+
+- fix failing EVMS proposal when container already contains
+ volumes named home, root or swap (#224444)
+- prevent crash in libstorage if dmraid names is malformed (#223843)
+
+-------------------------------------------------------------------
+Tue Dec 5 18:02:11 CET 2006 - fehr(a)suse.de
+
+- recognize Apple HFS partition also in gpt label (#217986)
+- forget about former label when adding a Pv (#221455)
+- do not allow partitions crossing maximal supported size
+ of disk label (e.g. 2TB for msdos) any more (#217416)
+- remove unneeded .la file (#223716)
+- make cancel Button in raid type popup work (#222690)
+
+-------------------------------------------------------------------
+Mon Dec 4 16:50:17 CET 2006 - fehr(a)suse.de
+
+- fix resize problem with logical partitions (#216953)
+- fix problem handling cciss devices (#219496)
+- 2.15.0
+
+-------------------------------------------------------------------
Old:
----
yast2-storage-2.14.18.tar.bz2
New:
----
yast2-storage-2.15.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.CnK6Q8/_old 2006-12-22 01:09:09.000000000 +0100
+++ /var/tmp/diff_new_pack.CnK6Q8/_new 2006-12-22 01:09:09.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-storage (Version 2.14.18)
+# spec file for package yast2-storage (Version 2.15.1)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-storage
-Version: 2.14.18
+Version: 2.15.1
Release: 1
License: GNU General Public License (GPL)
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-storage-2.14.18.tar.bz2
+Source0: yast2-storage-2.15.1.tar.bz2
prefix: /usr
BuildRequires: blocxx-devel docbook-xsl-stylesheets doxygen evms gcc-c++ libxcrypt-devel libxslt openssl-devel perl-XML-Writer sablot sgml-skel swig update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-installation yast2-perl-bindings yast2-testsuite
Requires: yast2 parted yast2-installation yast2-storage-lib yast2-perl-bindings
@@ -40,7 +40,7 @@
%prep
-%setup -n yast2-storage-2.14.18
+%setup -n yast2-storage-2.15.1
%build
%{prefix}/bin/y2tool y2autoconf
@@ -59,6 +59,7 @@
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
+rm -f $RPM_BUILD_ROOT/%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.la
%clean
rm -rf "$RPM_BUILD_ROOT"
@@ -99,7 +100,6 @@
# libstorage ycp callbacks
%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so.*
%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.so
-%{_libdir}/YaST2/plugin/libpy2StorageCallbacks.la
# disk
%dir %{prefix}/share/applications/YaST2
%{prefix}/share/applications/YaST2/disk.desktop
@@ -165,6 +165,34 @@
%doc %{prefix}/share/doc/packages/yast2-storage/config.xml.description
%changelog -n yast2-storage
+* Thu Dec 21 2006 - fehr(a)suse.de
+- change encryption method used to LUKS (feature #301787)
+- version 2.15.1
+* Wed Dec 13 2006 - fehr(a)suse.de
+- change default mount method to MOUNTBY_ID (feature #301385)
+* Tue Dec 12 2006 - fehr(a)suse.de
+- real fix for bug #219381
+* Mon Dec 11 2006 - fehr(a)suse.de
+- fix wrong order of fstab lines if label is set but device
+ formatted (#225705)
+- disable evms activation in libstorage if evms_config in control.xml
+ is set to false (#224585)
+- fix missing parenthesis in ycp (#219381)
+* Wed Dec 06 2006 - fehr(a)suse.de
+- fix failing EVMS proposal when container already contains
+ volumes named home, root or swap (#224444)
+- prevent crash in libstorage if dmraid names is malformed (#223843)
+* Tue Dec 05 2006 - fehr(a)suse.de
+- recognize Apple HFS partition also in gpt label (#217986)
+- forget about former label when adding a Pv (#221455)
+- do not allow partitions crossing maximal supported size
+ of disk label (e.g. 2TB for msdos) any more (#217416)
+- remove unneeded .la file (#223716)
+- make cancel Button in raid type popup work (#222690)
+* Mon Dec 04 2006 - fehr(a)suse.de
+- fix resize problem with logical partitions (#216953)
+- fix problem handling cciss devices (#219496)
+- 2.15.0
* Tue Nov 21 2006 - jsuchome(a)suse.cz
- show error when password for encrypted partition is too short (#220665)
- 2.14.18
++++++ yast2-storage-2.14.18.tar.bz2 -> yast2-storage-2.15.1.tar.bz2 ++++++
++++ 6170 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org