From 192ee62f2c57a74bb1baddb2ff46edf683a48a5a Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Jun 20 2012 10:07:40 +0000 Subject: Update to cryptsetup 1.5.0-rc2. Add cryptsetup-reencrypt subpackage. --- diff --git a/.gitignore b/.gitignore index be191a0..b1a2323 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cryptsetup-1.5.0-rc1.tar.bz2 +/cryptsetup-1.5.0-rc2.tar.bz2 diff --git a/cryptsetup.spec b/cryptsetup.spec index 414244a..2be4762 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -1,7 +1,7 @@ Summary: A utility for setting up encrypted disks Name: cryptsetup Version: 1.5.0 -Release: 0.1%{?dist} +Release: 0.2%{?dist} License: GPLv2 and LGPLv2+ Group: Applications/System URL: http://cryptsetup.googlecode.com/ @@ -14,7 +14,7 @@ Obsoletes: cryptsetup-luks < 1.4.0 Requires: cryptsetup-libs = %{version}-%{release} 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 %description @@ -53,6 +53,15 @@ Requires: cryptsetup-libs = %{version}-%{release} The veritysetup package contains a utility for setting up 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 Group: System Environment/Libraries 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 %build -%configure --enable-python --enable-fips +%configure --enable-python --enable-fips --enable-cryptsetup-reencrypt # remove rpath 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 @@ -105,6 +114,11 @@ install -d %{buildroot}/%{_libdir}/fipscheck %{_mandir}/man8/veritysetup.8.gz %{_sbindir}/veritysetup +%files reencrypt +%doc COPYING +%{_mandir}/man8/cryptsetup-reencrypt.8.gz +%{_sbindir}/cryptsetup-reencrypt + %files devel %doc docs/examples/* %{_includedir}/libcryptsetup.h @@ -124,6 +138,10 @@ install -d %{buildroot}/%{_libdir}/fipscheck %clean %changelog +* Wed Jun 20 2012 Milan Broz - 1.5.0-0.2 +- Update to cryptsetup 1.5.0-rc2. +- Add cryptsetup-reencrypt subpackage. + * Mon Jun 11 2012 Milan Broz - 1.5.0-0.1 - Update to cryptsetup 1.5.0-rc1. - Add veritysetup subpackage. diff --git a/sources b/sources index 9c82953..db5ad1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d947854c29b1830e135a7a90ccfb3375 cryptsetup-1.5.0-rc1.tar.bz2 +bb8ed6c9362ac68846b4bf237ee0cbab cryptsetup-1.5.0-rc2.tar.bz2