rebuilt by autoport with build requirements: libassuan-devel>=0:3.0.1-1mamba [release 0.3.12-3mamba;Sun Jul 07 2024]

This commit is contained in:
Automatic Build System 2024-07-08 01:01:27 +02:00
parent c22b4d2093
commit bd4c7eb317

View File

@ -1,6 +1,6 @@
Name: volume_key Name: volume_key
Version: 0.3.12 Version: 0.3.12
Release: 2mamba Release: 3mamba
Summary: A library for manipulating storage volume encryption keys and storing them separately from volumes Summary: A library for manipulating storage volume encryption keys and storing them separately from volumes
Group: Applications/Security Group: Applications/Security
Vendor: openmamba Vendor: openmamba
@ -11,22 +11,18 @@ Source: https://github.com/felixonmars/volume_key.git/volume_key-%{versio
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libassuan-devel
BuildRequires: libblkid-devel BuildRequires: libblkid-devel
BuildRequires: libcryptsetup-devel BuildRequires: libcryptsetup-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgpg-error-devel
BuildRequires: libgpgme-devel BuildRequires: libgpgme-devel
BuildRequires: libnspr-devel BuildRequires: libnspr-devel
BuildRequires: libnss-devel BuildRequires: libnss-devel
BuildRequires: libpython27-devel BuildRequires: libpython27-devel
BuildRequires: libpython3-devel BuildRequires: libpython311-devel
BuildRequires: libuuid-devel BuildRequires: libuuid-devel
BuildRequires: python3
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libassuan-devel >= 0:3.0.1-1mamba
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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) %defattr(-,root,root)
%dir %{_includedir}/volume_key %dir %{_includedir}/volume_key
%{_includedir}/volume_key/libvolume_key.h %{_includedir}/volume_key/libvolume_key.h
%{_libdir}/libvolume_key.la
%{_libdir}/libvolume_key.so %{_libdir}/libvolume_key.so
%doc ChangeLog NEWS README %doc ChangeLog NEWS README
%changelog %changelog
* Sun Jul 07 2024 Automatic Build System <autodist@mambasoft.it> 0.3.12-3mamba
- rebuilt by autoport with build requirements: libassuan-devel>=0:3.0.1-1mamba
* Thu Dec 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.12-2mamba * Thu Dec 24 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.12-2mamba
- added python subpackages and built with python3 - added python subpackages and built with python3