[cryptsetup] Update to cryptsetup 1.4.0.

Milan Broz mbroz at fedoraproject.org
Wed Oct 26 18:23:31 UTC 2011


commit 6bfe7639ac075c95796bde0d6f6f14491918b9fa
Author: Milan Broz <mbroz at fedoraproject.org>
Date:   Wed Oct 26 20:21:56 2011 +0200

    Update to cryptsetup 1.4.0.
    
    Remove iconv (ChangeLog fixed upsteam).
    Remove temporary buildroot magic.

 .gitignore                   |    2 +-
 cryptsetup-1.4.0.tar.bz2.asc |    7 +++++++
 cryptsetup.spec              |   16 +++++-----------
 sources                      |    2 +-
 4 files changed, 14 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e5cdd1..6e829cc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/cryptsetup-1.4.0-rc1.tar.bz2
+/cryptsetup-1.4.0.tar.bz2
diff --git a/cryptsetup-1.4.0.tar.bz2.asc b/cryptsetup-1.4.0.tar.bz2.asc
new file mode 100644
index 0000000..87ba4d8
--- /dev/null
+++ b/cryptsetup-1.4.0.tar.bz2.asc
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iEYEABECAAYFAk6oSuUACgkQf1Jlc7shgi82tgCgjnXpdC2zWQduAF8betHUFN9N
+CVYAnRRe7Q2rcfZrPi5Uoe3EXvSVybMl
+=hnkE
+-----END PGP SIGNATURE-----
diff --git a/cryptsetup.spec b/cryptsetup.spec
index e14fb99..ec19dd5 100644
--- a/cryptsetup.spec
+++ b/cryptsetup.spec
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted disks
 Name: cryptsetup
 Version: 1.4.0
-Release: 0.2%{?dist}
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cryptsetup.googlecode.com/
@@ -13,7 +13,7 @@ Obsoletes: cryptsetup-luks < 1.4.0
 Requires: cryptsetup-libs = %{version}-%{release}
 
 %define _root_sbindir /sbin
-%define upstream_version %{version}-rc1
+%define upstream_version %{version}
 Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
 
 %description
@@ -37,12 +37,6 @@ used for writing code that makes use of disk encryption.
 Group: System Environment/Libraries
 Summary: Cryptsetup shared library
 Provides: cryptsetup-luks-libs = %{version}-%{release}
-# For buildroot magic
-%if %{_lib} == lib64
-Provides: libcryptsetup.so.1(CRYPTSETUP_1.0)(64bit), libcryptsetup.so.1()(64bit)
-%else
-Provides: libcryptsetup.so.1(CRYPTSETUP_1.0), libcryptsetup.so.1
-%endif
 Obsoletes: cryptsetup-luks-libs < 1.4.0
 
 %description libs
@@ -51,9 +45,6 @@ This package contains the cryptsetup shared library, libcryptsetup.
 %prep
 %setup -q -n cryptsetup-%{upstream_version}
 
-iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
-mv -f ChangeLog.new ChangeLog
-
 %build
 %configure  --sbindir=%{_root_sbindir} --libdir=/%{_lib}
 # remove rpath
@@ -97,6 +88,9 @@ popd
 %clean
 
 %changelog
+* Wed Oct 26 2011 Milan Broz <mbroz at redhat.com> - 1.4.0-1
+- Update to cryptsetup 1.4.0.
+
 * Mon Oct 10 2011 Milan Broz <mbroz at redhat.com> - 1.4.0-0.1
 - Update to cryptsetup 1.4.0-rc1.
 - Rename package back from cryptsetup-luks to cryptsetup.
diff --git a/sources b/sources
index 7b5f797..64b051a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe04c636af1c4ef49f2cf79cc7efd7e0  cryptsetup-1.4.0-rc1.tar.bz2
+4328641ba4532c229526c6ef282e5286  cryptsetup-1.4.0.tar.bz2


More information about the scm-commits mailing list