[cryptsetup-luks/f16] Update spec file

okozina okozina at fedoraproject.org
Thu Dec 22 15:55:46 UTC 2011


commit b49a20062c8bb4c4999f9245f6663e243507ce96
Author: Ondrej Kozina <okozina at redhat.com>
Date:   Thu Dec 22 16:35:01 2011 +0100

    Update spec file

 cryptsetup-luks.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/cryptsetup-luks.spec b/cryptsetup-luks.spec
index 91ac4ec..c7d0431 100644
--- a/cryptsetup-luks.spec
+++ b/cryptsetup-luks.spec
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.3.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cryptsetup.googlecode.com/
@@ -17,6 +17,8 @@ Requires: cryptsetup-luks-libs = %{version}-%{release}
 %define upstream_version %{version}
 Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
 Patch0: cryptsetup-1.3.2-status.patch
+Patch1: cryptsetup-1.4.0-isluks_verbose.patch
+Patch2: cryptsetup-1.4.0_rc1-lukskillslot.patch
 
 %description
 This package contains cryptsetup, a utility for setting up
@@ -43,6 +45,8 @@ This package contains the cryptsetup shared library, libcryptsetup.
 %prep
 %setup -q -n cryptsetup-%{upstream_version}
 %patch0 -p1 -b .status
+%patch1 -p1
+%patch2 -p1
 
 iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
 mv -f ChangeLog.new ChangeLog
@@ -90,8 +94,11 @@ popd
 
 %clean
 rm -rf $RPM_BUILD_ROOT
-
 %changelog
+* Wed Dec 21 2011 Ondrej Kozina <okozina at redhat.com> - 1.3.1-3
+- Fix isLuks message (should appear only in verbose mode).
+- Fix luksKillSLot exit code if slot is inactive or invalid.
+
 * Wed Jun 22 2011 Milan Broz <mbroz at redhat.com> - 1.3.1-2
 - Fix return code for status command when device doesn't exist.
 


More information about the scm-commits mailing list