update to 2.4.2 [release 2.4.2-1mamba;Sat Dec 25 2021]
This commit is contained in:
parent
49d1c138dd
commit
18f4fc34a5
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: libcryptsetup
|
Name: libcryptsetup
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.3.4
|
Version: 2.4.2
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: A library for setting up encrypted filesystems
|
Summary: A library for setting up encrypted filesystems
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://code.google.com/p/cryptsetup/
|
URL: https://gitlab.com/cryptsetup/cryptsetup/-/wikis/home
|
||||||
Source: https://www.kernel.org/pub/linux/utils/cryptsetup/v%{majver}/cryptsetup-%{version}.tar.xz
|
Source: https://www.kernel.org/pub/linux/utils/cryptsetup/v%{majver}/cryptsetup-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -18,6 +18,7 @@ BuildRequires: libdevmapper-devel
|
|||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libpopt-devel
|
BuildRequires: libpopt-devel
|
||||||
|
BuildRequires: libssh-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libselinux-devel
|
BuildRequires: libselinux-devel
|
||||||
@ -57,8 +58,8 @@ This package contains cryptsetup, a utility for setting up encrypted filesystems
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n cryptsetup-%{version}
|
%setup -q -n cryptsetup-%{version}
|
||||||
|
|
||||||
iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
|
#iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
|
||||||
mv -f ChangeLog.new ChangeLog
|
#mv -f ChangeLog.new ChangeLog
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -86,6 +87,8 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libcryptsetup.so.*
|
%{_libdir}/libcryptsetup.so.*
|
||||||
|
%dir %{_libdir}/cryptsetup
|
||||||
|
%{_libdir}/cryptsetup/libcryptsetup-token-ssh.*
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -93,21 +96,25 @@ rm -rf %{buildroot}%{_libdir}/*.la
|
|||||||
%{_includedir}/libcryptsetup.h
|
%{_includedir}/libcryptsetup.h
|
||||||
%{_libdir}/libcryptsetup.so
|
%{_libdir}/libcryptsetup.so
|
||||||
%{_libdir}/pkgconfig/libcryptsetup.pc
|
%{_libdir}/pkgconfig/libcryptsetup.pc
|
||||||
%doc ChangeLog FAQ TODO
|
|
||||||
|
|
||||||
%files -n cryptsetup -f cryptsetup.lang
|
%files -n cryptsetup -f cryptsetup.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sbindir}/cryptsetup
|
%{_sbindir}/cryptsetup
|
||||||
|
%{_sbindir}/cryptsetup-ssh
|
||||||
%{_sbindir}/veritysetup
|
%{_sbindir}/veritysetup
|
||||||
%{_sbindir}/cryptsetup-reencrypt
|
%{_sbindir}/cryptsetup-reencrypt
|
||||||
%{_sbindir}/integritysetup
|
%{_sbindir}/integritysetup
|
||||||
%{_tmpfilesdir}/cryptsetup.conf
|
%{_tmpfilesdir}/cryptsetup.conf
|
||||||
%{_mandir}/man8/cryptsetup.8*
|
%{_mandir}/man8/cryptsetup.8*
|
||||||
%{_mandir}/man8/cryptsetup-reencrypt.8*
|
%{_mandir}/man8/cryptsetup-reencrypt.8*
|
||||||
|
%{_mandir}/man8/cryptsetup-ssh.8*
|
||||||
%{_mandir}/man8/veritysetup.8*
|
%{_mandir}/man8/veritysetup.8*
|
||||||
%{_mandir}/man8/integritysetup.8*
|
%{_mandir}/man8/integritysetup.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 25 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.4.2-1mamba
|
||||||
|
- update to 2.4.2
|
||||||
|
|
||||||
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.4-3mamba
|
* Sat May 01 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3.4-3mamba
|
||||||
- obsolete cryptsetup4 legacy packages
|
- obsolete cryptsetup4 legacy packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user