update to 3.2.0 [release 3.2.0-1mamba;Wed Sep 25 2024]
This commit is contained in:
parent
02e5df2dbf
commit
03e1080eac
@ -3,7 +3,7 @@
|
|||||||
%define apiver 3.0
|
%define apiver 3.0
|
||||||
|
|
||||||
Name: libblockdev
|
Name: libblockdev
|
||||||
Version: 3.1.1
|
Version: 3.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A C library supporting GObject Introspection for manipulation of block devices
|
Summary: A C library supporting GObject Introspection for manipulation of block devices
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -11,10 +11,11 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/storaged-project/libblockdev
|
URL: https://github.com/storaged-project/libblockdev
|
||||||
Source: https://github.com/storaged-project/libblockdev.git/%{version}-1/libblockdev-%{version}.tar.bz2
|
Source: https://github.com/storaged-project/libblockdev.git/%{version}/libblockdev-%{version}.tar.bz2
|
||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libatasmart-devel
|
||||||
BuildRequires: libblkid-devel
|
BuildRequires: libblkid-devel
|
||||||
BuildRequires: libbytesize-devel
|
BuildRequires: libbytesize-devel
|
||||||
BuildRequires: libcryptsetup-devel
|
BuildRequires: libcryptsetup-devel
|
||||||
@ -22,6 +23,7 @@ BuildRequires: libdevmapper-devel
|
|||||||
BuildRequires: libe2fs-devel
|
BuildRequires: libe2fs-devel
|
||||||
BuildRequires: libfdisk-devel
|
BuildRequires: libfdisk-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: libkeyutils-devel
|
BuildRequires: libkeyutils-devel
|
||||||
BuildRequires: libkmod-devel
|
BuildRequires: libkmod-devel
|
||||||
BuildRequires: libmount-devel
|
BuildRequires: libmount-devel
|
||||||
@ -34,6 +36,7 @@ BuildRequires: libpython311-devel
|
|||||||
BuildRequires: libudev-devel
|
BuildRequires: libudev-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: libvolume_key-devel
|
BuildRequires: libvolume_key-devel
|
||||||
|
BuildRequires: libyaml-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libnvme-devel
|
BuildRequires: libnvme-devel
|
||||||
|
|
||||||
@ -61,9 +64,9 @@ This package contains utility applications for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -74,8 +77,6 @@ This package contains utility applications for %{name}.
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -108,6 +109,9 @@ This package contains utility applications for %{name}.
|
|||||||
%{_bindir}/lvm-cache-stats
|
%{_bindir}/lvm-cache-stats
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 25 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 3.2.0-1mamba
|
||||||
|
- update to 3.2.0
|
||||||
|
|
||||||
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 3.1.1-1mamba
|
* Wed Mar 27 2024 Automatic Build System <autodist@openmamba.org> 3.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user