diff --git a/libcryptsetup.spec b/libcryptsetup.spec index 3a78dff..a0a71b2 100644 --- a/libcryptsetup.spec +++ b/libcryptsetup.spec @@ -1,7 +1,7 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libcryptsetup Epoch: 1 -Version: 2.7.2 +Version: 2.7.5 Release: 1mamba Summary: A library for setting up encrypted filesystems Group: System/Libraries @@ -54,7 +54,6 @@ Obsoletes: cryptsetup4 < 1:2.3.4 %description -n cryptsetup This package contains cryptsetup, a utility for setting up encrypted filesystems using Device Mapper and the dm-crypt target. -%debug_package %prep %setup -q -n cryptsetup-%{version} @@ -82,8 +81,6 @@ rm -rf %{buildroot}%{_libdir}/*.la %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig %files %defattr(-,root,root) @@ -112,6 +109,9 @@ rm -rf %{buildroot}%{_libdir}/*.la %{_mandir}/man8/integritysetup.8* %changelog +* Tue Dec 31 2024 Automatic Build System 2.7.5-1mamba +- automatic update by autodist + * Sat Apr 27 2024 Automatic Build System 2.7.2-1mamba - automatic update by autodist