automatic version update by autodist [release 7.1.0-1mamba;Tue Dec 03 2024]
This commit is contained in:
parent
214de6402d
commit
98e59faa97
@ -1,5 +1,5 @@
|
||||
Name: zulucrypt
|
||||
Version: 7.0.0
|
||||
Version: 7.1.0
|
||||
Release: 1mamba
|
||||
Summary: A tool for managing encrypted directories and volumes
|
||||
Group: Graphical Desktop/Applications/Security
|
||||
@ -11,6 +11,11 @@ Source: https://github.com/mhogomchungu/zuluCrypt.git/%{version}/zuluCryp
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libQt5Core
|
||||
BuildRequires: libQt5DBus
|
||||
BuildRequires: libQt5Gui
|
||||
BuildRequires: libQt5Network
|
||||
BuildRequires: libQt5Widgets
|
||||
BuildRequires: libblkid-devel
|
||||
BuildRequires: libcryptsetup-devel
|
||||
BuildRequires: libdevmapper-devel
|
||||
@ -24,7 +29,6 @@ BuildRequires: libpwquality-devel
|
||||
BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: qt5-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: cmake
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -68,8 +72,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -118,6 +120,9 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_libdir}/pkgconfig/libzuluCrypt.pc
|
||||
|
||||
%changelog
|
||||
* Tue Dec 03 2024 Automatic Build System <autodist@openmamba.org> 7.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Aug 22 2024 Automatic Build System <autodist@openmamba.org> 7.0.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user