diff --git a/volume_key.spec b/volume_key.spec index 56bbc05..a376c0f 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -1,6 +1,6 @@ Name: volume_key Version: 0.3.12 -Release: 2mamba +Release: 3mamba Summary: A library for manipulating storage volume encryption keys and storing them separately from volumes Group: Applications/Security Vendor: openmamba @@ -11,22 +11,18 @@ Source: https://github.com/felixonmars/volume_key.git/volume_key-%{versio License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig -BuildRequires: libassuan-devel BuildRequires: libblkid-devel BuildRequires: libcryptsetup-devel BuildRequires: libglib-devel -BuildRequires: libgpg-error-devel BuildRequires: libgpgme-devel BuildRequires: libnspr-devel BuildRequires: libnss-devel BuildRequires: libpython27-devel -BuildRequires: libpython3-devel +BuildRequires: libpython311-devel BuildRequires: libuuid-devel -BuildRequires: python3 ## AUTOBUILDREQ-END +BuildRequires: libassuan-devel >= 0:3.0.1-1mamba Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A library for manipulating storage volume encryption keys and storing them separately from volumes to handle forgotten passphrases, and the associated command-line tool. @@ -113,12 +109,13 @@ autoreconf -f -i %defattr(-,root,root) %dir %{_includedir}/volume_key %{_includedir}/volume_key/libvolume_key.h -%{_libdir}/libvolume_key.la %{_libdir}/libvolume_key.so %doc ChangeLog NEWS README - %changelog +* Sun Jul 07 2024 Automatic Build System 0.3.12-3mamba +- rebuilt by autoport with build requirements: libassuan-devel>=0:3.0.1-1mamba + * Thu Dec 24 2020 Silvan Calarco 0.3.12-2mamba - added python subpackages and built with python3