Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory
checked in at Fri May 27 10:40:52 CEST 2011.



--------
--- libstorage/libstorage.changes       2011-02-04 10:51:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/libstorage/libstorage.changes  2011-05-26 
16:32:30.000000000 +0200
@@ -1,0 +2,42 @@
+Thu May 26 16:07:46 CEST 2011 - f...@suse.de
+
+- more btrfs related bugfixes
+
+-------------------------------------------------------------------
+Thu May 26 11:51:55 CEST 2011 - aschn...@suse.de
+
+- adapted to parted 2.4
+- 2.21.2
+
+-------------------------------------------------------------------
+Thu May 12 13:31:16 CEST 2011 - f...@suse.de
+
+- fix missing crypttab entry in installed system (bnc#693325)
+- 2.21.1
+
+-------------------------------------------------------------------
+Thu Apr 21 11:16:43 CEST 2011 - f...@suse.de
+
+- add support for tmpfs (fate#303810)
+
+-------------------------------------------------------------------
+Thu Mar 24 17:28:53 CET 2011 - f...@suse.de
+
+- add code to add/remove volumes to/from BTRFS volume
+
+-------------------------------------------------------------------
+Thu Mar  3 19:31:43 CET 2011 - f...@suse.de
+
+- bugfixes and improvements in BTRFS handling
+
+-------------------------------------------------------------------
+Wed Feb 16 11:12:02 CET 2011 - aschn...@suse.de
+
+- make temporary mounts more robust (see bnc #672118)
+
+-------------------------------------------------------------------
+Thu Feb  3 15:54:24 CET 2011 - f...@suse.de
+
+- add options provided in addNfs call to volume automatically
+
+-------------------------------------------------------------------
@@ -6 +47,0 @@
-- 2.20.7

calling whatdependson for head-i586


Old:
----
  libstorage-2.20.7.tar.bz2
  libstorage-rpmlintrc

New:
----
  libstorage-2.21.2.tar.bz2

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

Other differences:
------------------
++++++ libstorage.spec ++++++
--- /var/tmp/diff_new_pack.w3JDbv/_old  2011-05-27 10:13:43.000000000 +0200
+++ /var/tmp/diff_new_pack.w3JDbv/_new  2011-05-27 10:13:43.000000000 +0200
@@ -19,37 +19,22 @@
 
 
 Name:           libstorage
-Version:        2.20.7
+Version:        2.21.2
 Release:        1
 License:        GPL
 Group:          System/Libraries
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         libstorage-%{version}.tar.bz2
-Source1:        libstorage-rpmlintrc
 
 Prefix:         /usr
 
 BuildRequires:  blocxx-devel boost-devel dejagnu doxygen gcc-c++ libxml2-devel 
python-devel swig
 
-Requires:       parted >= 2.2 mdadm device-mapper lvm2 dmraid multipath-tools 
cryptsetup
-Requires:       coreutils udev util-linux >= 2.16 grep lsscsi
-%ifarch s390 s390x
-Requires:       s390-tools
-%endif
-
-PreReq:         %fillup_prereq
-Obsoletes:      yast2-storage-lib
-Provides:       yast2-storage-lib
 Summary:        Library for storage management
 
 %description
 This package contains libstorage, a library for storage management.
 
-Authors:
---------
-    Thomas Fehr <f...@suse.de>
-    Arvin Schnell <aschn...@suse.de>
-
 %prep
 %setup -n libstorage-%{version}
 
@@ -87,7 +72,29 @@
 %clean
 rm -rf "$RPM_BUILD_ROOT"
 
-%files -f libstorage.lang
+%package -n libstorage3
+
+
+Requires:       parted >= 2.2 mdadm device-mapper lvm2 dmraid multipath-tools 
cryptsetup
+Requires:       coreutils udev util-linux >= 2.16 grep lsscsi
+%ifarch s390 s390x
+Requires:       s390-tools
+%endif
+
+PreReq:         %fillup_prereq
+Obsoletes:      yast2-storage-lib
+Provides:       yast2-storage-lib
+Summary:        Library for storage management
+
+%description -n libstorage3
+This package contains libstorage, a library for storage management.
+
+Authors:
+--------
+    Thomas Fehr <f...@suse.de>
+    Arvin Schnell <aschn...@suse.de>
+
+%files -n libstorage3 -f libstorage.lang
 %defattr(-,root,root)
 %{_libdir}/libstorage.so.*
 %dir /var/lock/libstorage
@@ -96,21 +103,21 @@
 %doc %{prefix}/share/doc/packages/libstorage/AUTHORS
 %doc %{prefix}/share/doc/packages/libstorage/COPYING
 
-%post
+%post -n libstorage3
 /sbin/ldconfig
 %{fillup_only -an storage}
 
-%postun
+%postun -n libstorage3
 /sbin/ldconfig
 
-%package devel
-License:        GPL
-Requires:       libstorage = %version
+%package -n libstorage-devel
+
+Requires:       libstorage3 = %version
 Requires:       gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel
 Summary:        Header files and documentation for libstorage
 Group:          Development/Languages/C and C++
 
-%description devel
+%description -n libstorage-devel
 This package contains header files and documentation for developing with
 libstorage.
 
@@ -119,7 +126,7 @@
     Thomas Fehr <f...@suse.de>
     Arvin Schnell <aschn...@suse.de>
 
-%files devel
+%files -n libstorage-devel
 %defattr(-,root,root)
 %{_libdir}/libstorage.la
 %{_libdir}/libstorage.so
@@ -127,9 +134,9 @@
 %doc %{prefix}/share/doc/packages/libstorage/autodocs
 %doc %{prefix}/share/doc/packages/libstorage/examples
 
-%package python
-License:        GPL
-Requires:       libstorage = %version
+%package -n libstorage-python
+
+Requires:       libstorage3 = %version
 Summary:        Python bindings for libstorage
 Group:          System/Libraries
 
@@ -140,18 +147,18 @@
 --------
     Arvin Schnell <aschn...@suse.de>
 
-%files python
+%files -n libstorage-python
 %defattr(-,root,root)
 %{python_sitelib}/libstorage.py*
 %attr(755,root,root) %{python_sitearch}/_libstorage.so
 
-%package testsuite
-License:        GPL
-Requires:       libstorage = %version
-Summary:        testsuite for libstorage
+%package -n libstorage-testsuite
+
+Requires:       libstorage3 = %version
+Summary:        Testsuite for libstorage
 Group:          Development/Tools/Other
 
-%description testsuite
+%description -n libstorage-testsuite
 This package contains testsuite programs for libstorage.
 
 Authors:

++++++ libstorage-2.20.7.tar.bz2 -> libstorage-2.21.2.tar.bz2 ++++++
++++ 7871 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to