Update to cryptsetup 1.5.0-rc2.
Add cryptsetup-reencrypt subpackage.
This commit is contained in:
parent
024fef1b87
commit
192ee62f2c
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/cryptsetup-1.5.0-rc1.tar.bz2
|
/cryptsetup-1.5.0-rc2.tar.bz2
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for setting up encrypted disks
|
Summary: A utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 1.5.0
|
Version: 1.5.0
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?dist}
|
||||||
License: GPLv2 and LGPLv2+
|
License: GPLv2 and LGPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cryptsetup.googlecode.com/
|
URL: http://cryptsetup.googlecode.com/
|
||||||
@ -14,7 +14,7 @@ Obsoletes: cryptsetup-luks < 1.4.0
|
|||||||
Requires: cryptsetup-libs = %{version}-%{release}
|
Requires: cryptsetup-libs = %{version}-%{release}
|
||||||
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
||||||
|
|
||||||
%define upstream_version %{version}-rc1
|
%define upstream_version %{version}-rc2
|
||||||
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -53,6 +53,15 @@ Requires: cryptsetup-libs = %{version}-%{release}
|
|||||||
The veritysetup package contains a utility for setting up
|
The veritysetup package contains a utility for setting up
|
||||||
disk verification using dm-verity kernel module.
|
disk verification using dm-verity kernel module.
|
||||||
|
|
||||||
|
%package reencrypt
|
||||||
|
Group: Applications/System
|
||||||
|
Summary: A utility for offline reencryption of LUKS encrypted disks.
|
||||||
|
Requires: cryptsetup-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
%description reencrypt
|
||||||
|
This package contains cryptsetup-reencrypt utility which
|
||||||
|
can be used for offline reencryption of disk in situ.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Python bindings for libcryptsetup
|
Summary: Python bindings for libcryptsetup
|
||||||
@ -69,7 +78,7 @@ for setting up disk encryption using dm-crypt kernel module.
|
|||||||
chmod -x python/pycryptsetup-test.py
|
chmod -x python/pycryptsetup-test.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-python --enable-fips
|
%configure --enable-python --enable-fips --enable-cryptsetup-reencrypt
|
||||||
# remove rpath
|
# remove rpath
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
@ -105,6 +114,11 @@ install -d %{buildroot}/%{_libdir}/fipscheck
|
|||||||
%{_mandir}/man8/veritysetup.8.gz
|
%{_mandir}/man8/veritysetup.8.gz
|
||||||
%{_sbindir}/veritysetup
|
%{_sbindir}/veritysetup
|
||||||
|
|
||||||
|
%files reencrypt
|
||||||
|
%doc COPYING
|
||||||
|
%{_mandir}/man8/cryptsetup-reencrypt.8.gz
|
||||||
|
%{_sbindir}/cryptsetup-reencrypt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc docs/examples/*
|
%doc docs/examples/*
|
||||||
%{_includedir}/libcryptsetup.h
|
%{_includedir}/libcryptsetup.h
|
||||||
@ -124,6 +138,10 @@ install -d %{buildroot}/%{_libdir}/fipscheck
|
|||||||
%clean
|
%clean
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 20 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.2
|
||||||
|
- Update to cryptsetup 1.5.0-rc2.
|
||||||
|
- Add cryptsetup-reencrypt subpackage.
|
||||||
|
|
||||||
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
|
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
|
||||||
- Update to cryptsetup 1.5.0-rc1.
|
- Update to cryptsetup 1.5.0-rc1.
|
||||||
- Add veritysetup subpackage.
|
- Add veritysetup subpackage.
|
||||||
|
Loading…
Reference in New Issue
Block a user