Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package parted for openSUSE:Factory checked in at 2021-11-20 02:38:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/parted (Old) and /work/SRC/openSUSE:Factory/.parted.new.1895 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "parted" Sat Nov 20 02:38:02 2021 rev:135 rq:931467 version:3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/parted/parted.changes 2021-10-25 15:17:57.585695378 +0200 +++ /work/SRC/openSUSE:Factory/.parted.new.1895/parted.changes 2021-11-20 02:38:06.692983811 +0100 @@ -1,0 +2,6 @@ +Tue Oct 19 13:16:11 CEST 2021 - aschn...@suse.com + +- fixed name of shared library package and split off + libparted-fs-resize (bsc#1191778) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ parted.spec ++++++ --- /var/tmp/diff_new_pack.4lYZR0/_old 2021-11-20 02:38:09.100975866 +0100 +++ /var/tmp/diff_new_pack.4lYZR0/_new 2021-11-20 02:38:09.104975852 +0100 @@ -101,11 +101,20 @@ GNU Parted is a program for creating, destroying, resizing, checking, and copying partitions, and the file systems on them. -%package -n libparted0 +%package -n libparted2 Summary: Library for manipulating partitions Group: System/Libraries +Obsoletes: libparted0 -%description -n libparted0 +%description -n libparted2 +Libparted is a library for creating, destroying, resizing, checking +and copying partitions and the file systems on them. + +%package -n libparted-fs-resize0 +Summary: Library for manipulating partitions +Group: System/Libraries + +%description -n libparted-fs-resize0 Libparted is a library for creating, destroying, resizing, checking and copying partitions and the file systems on them. @@ -113,7 +122,8 @@ Summary: Parted Include Files and Libraries necessary for Development Group: Development/Libraries/C and C++ Requires: device-mapper-devel >= 1.02.33 -Requires: libparted0 = %version +Requires: libparted-fs-resize0 = %version +Requires: libparted2 = %version # bug437293 %ifarch ppc64 Obsoletes: parted-devel-64bit @@ -187,8 +197,11 @@ %preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%post -n libparted0 -p /sbin/ldconfig -%postun -n libparted0 -p /sbin/ldconfig +%post -n libparted2 -p /sbin/ldconfig +%postun -n libparted2 -p /sbin/ldconfig + +%post -n libparted-fs-resize0 -p /sbin/ldconfig +%postun -n libparted-fs-resize0 -p /sbin/ldconfig %files %defattr(-,root,root) @@ -205,9 +218,13 @@ %{_libdir}/pkgconfig/libparted*.pc %{_libdir}/*.so -%files -n libparted0 +%files -n libparted2 +%defattr(-,root,root) +%{_libdir}/libparted.so.* + +%files -n libparted-fs-resize0 %defattr(-,root,root) -%{_libdir}/*.so.* +%{_libdir}/libparted-fs-resize.so.* %files lang -f %{name}.lang ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.4lYZR0/_old 2021-11-20 02:38:09.140975733 +0100 +++ /var/tmp/diff_new_pack.4lYZR0/_new 2021-11-20 02:38:09.140975733 +0100 @@ -1,3 +1,4 @@ -libparted0 +libparted2 obsoletes "parted-<targettype> <= 2.3.10" provides "parted-<targettype> = <version>" +libparted-fs-resize0