Accepting request 932237 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/932237 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libblockdev?expand=0&rev=14
This commit is contained in:
commit
78fb166bbe
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:555aa42a2db39649ad83253bdc902ab5bd63d39c123e0c8055c4de7fe7571668
|
||||
size 930238
|
3
libblockdev-2.26.tar.gz
Normal file
3
libblockdev-2.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c4c0e10b35ac632bda8ce6d200b5601184984dec387fe59185921eb42432e069
|
||||
size 932129
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 14 16:20:46 UTC 2021 - Luciano Santos <luc14n0@linuxmail.org>
|
||||
|
||||
- Update to version 2.26:
|
||||
+ Fixes:
|
||||
- Deprecated glib function call;
|
||||
- Build with LLVM/clang;
|
||||
- Many memory leaks;
|
||||
- Many tests.
|
||||
- Fix dbus.h being wrongly packaged in libbd_lvm-dbus-devl instead
|
||||
of libbd_utils-devel (boo#1189787).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 26 08:34:04 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_with python2
|
||||
|
||||
Name: libblockdev
|
||||
Version: 2.25
|
||||
Version: 2.26
|
||||
Release: 0
|
||||
Summary: A library for low-level manipulation with block devices
|
||||
License: LGPL-2.1-only
|
||||
@ -629,8 +629,6 @@ find %{buildroot} -name "*.la" -print -type f -delete
|
||||
|
||||
%files -n libbd_lvm-dbus-devel
|
||||
%{_libdir}/libbd_lvm-dbus.so
|
||||
%dir %{_includedir}/blockdev
|
||||
%{_includedir}/blockdev/dbus.h
|
||||
|
||||
%files -n libbd_mdraid%{somajor}
|
||||
%{_libdir}/libbd_mdraid.so.%{somajor}*
|
||||
@ -673,12 +671,13 @@ find %{buildroot} -name "*.la" -print -type f -delete
|
||||
%{_libdir}/libbd_part_err.so
|
||||
%{_libdir}/pkgconfig/blockdev-utils.pc
|
||||
%dir %{_includedir}/blockdev
|
||||
%{_includedir}/blockdev/utils.h
|
||||
%{_includedir}/blockdev/sizes.h
|
||||
%{_includedir}/blockdev/dbus.h
|
||||
%{_includedir}/blockdev/dev_utils.h
|
||||
%{_includedir}/blockdev/exec.h
|
||||
%{_includedir}/blockdev/extra_arg.h
|
||||
%{_includedir}/blockdev/dev_utils.h
|
||||
%{_includedir}/blockdev/module.h
|
||||
%{_includedir}/blockdev/sizes.h
|
||||
%{_includedir}/blockdev/utils.h
|
||||
|
||||
%files -n libbd_vdo%{somajor}
|
||||
%{_libdir}/libbd_vdo.so.%{somajor}*
|
||||
|
Loading…
Reference in New Issue
Block a user