Accepting request 931467 from Base:System
OBS-URL: https://build.opensuse.org/request/show/931467 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/parted?expand=0&rev=135
This commit is contained in:
commit
1fa3f7c642
@ -1,3 +1,4 @@
|
|||||||
libparted0
|
libparted2
|
||||||
obsoletes "parted-<targettype> <= 2.3.10"
|
obsoletes "parted-<targettype> <= 2.3.10"
|
||||||
provides "parted-<targettype> = <version>"
|
provides "parted-<targettype> = <version>"
|
||||||
|
libparted-fs-resize0
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 13:16:11 CEST 2021 - aschnell@suse.com
|
||||||
|
|
||||||
|
- fixed name of shared library package and split off
|
||||||
|
libparted-fs-resize (bsc#1191778)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 19 09:48:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
Tue Oct 19 09:48:22 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
31
parted.spec
31
parted.spec
@ -101,11 +101,20 @@ Obsoletes: parted-64bit
|
|||||||
GNU Parted is a program for creating, destroying, resizing, checking,
|
GNU Parted is a program for creating, destroying, resizing, checking,
|
||||||
and copying partitions, and the file systems on them.
|
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 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
|
Summary: Library for manipulating partitions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n libparted0
|
%description -n libparted-fs-resize0
|
||||||
Libparted is a library for creating, destroying, resizing, checking
|
Libparted is a library for creating, destroying, resizing, checking
|
||||||
and copying partitions and the file systems on them.
|
and copying partitions and the file systems on them.
|
||||||
|
|
||||||
@ -113,7 +122,8 @@ and copying partitions and the file systems on them.
|
|||||||
Summary: Parted Include Files and Libraries necessary for Development
|
Summary: Parted Include Files and Libraries necessary for Development
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: device-mapper-devel >= 1.02.33
|
Requires: device-mapper-devel >= 1.02.33
|
||||||
Requires: libparted0 = %version
|
Requires: libparted-fs-resize0 = %version
|
||||||
|
Requires: libparted2 = %version
|
||||||
# bug437293
|
# bug437293
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Obsoletes: parted-devel-64bit
|
Obsoletes: parted-devel-64bit
|
||||||
@ -187,8 +197,11 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
%preun
|
%preun
|
||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
|
||||||
|
|
||||||
%post -n libparted0 -p /sbin/ldconfig
|
%post -n libparted2 -p /sbin/ldconfig
|
||||||
%postun -n libparted0 -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
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -205,9 +218,13 @@ rm %{buildroot}%{_libdir}/*.la
|
|||||||
%{_libdir}/pkgconfig/libparted*.pc
|
%{_libdir}/pkgconfig/libparted*.pc
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
|
|
||||||
%files -n libparted0
|
%files -n libparted2
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/libparted.so.*
|
||||||
|
|
||||||
|
%files -n libparted-fs-resize0
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%{_libdir}/libparted-fs-resize.so.*
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user