From 03e1080eacd952d27582b9377f4edc43aba3196d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 26 Sep 2024 15:35:52 +0200 Subject: [PATCH] update to 3.2.0 [release 3.2.0-1mamba;Wed Sep 25 2024] --- libblockdev.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/libblockdev.spec b/libblockdev.spec index ce516ae..3d9aeb8 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -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 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 3.2.0-1mamba +- update to 3.2.0 + * Wed Mar 27 2024 Automatic Build System 3.1.1-1mamba - automatic version update by autodist