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
|
||||
|
||||
Name: libblockdev
|
||||
Version: 3.1.1
|
||||
Version: 3.2.0
|
||||
Release: 1mamba
|
||||
Summary: A C library supporting GObject Introspection for manipulation of block devices
|
||||
Group: System/Libraries
|
||||
@ -11,10 +11,11 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libatasmart-devel
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libbytesize-devel
|
||||
BuildRequires: libcryptsetup-devel
|
||||
@ -22,6 +23,7 @@ BuildRequires: libdevmapper-devel
|
||||
BuildRequires: libe2fs-devel
|
||||
BuildRequires: libfdisk-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libkeyutils-devel
|
||||
BuildRequires: libkmod-devel
|
||||
BuildRequires: libmount-devel
|
||||
@ -34,6 +36,7 @@ BuildRequires: libpython311-devel
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libvolume_key-devel
|
||||
BuildRequires: libyaml-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libnvme-devel
|
||||
|
||||
@ -61,9 +64,9 @@ This package contains utility applications for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure
|
||||
%make
|
||||
|
||||
@ -74,8 +77,6 @@ This package contains utility applications for %{name}.
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -108,6 +109,9 @@ This package contains utility applications for %{name}.
|
||||
%{_bindir}/lvm-cache-stats
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user