rpms/cryptsetup-luks/devel .cvsignore, 1.18, 1.19 cryptsetup-luks.spec, 1.77, 1.78 sources, 1.18, 1.19 cryptsetup-fix-gcrypt-init.patch, 1.2, NONE

Milan Broz mbroz at fedoraproject.org
Sun Jan 17 13:59:41 UTC 2010


Author: mbroz

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3330

Modified Files:
	.cvsignore cryptsetup-luks.spec sources 
Removed Files:
	cryptsetup-fix-gcrypt-init.patch 
Log Message:
Update to cryptsetup 1.1.0.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- .cvsignore	30 Dec 2009 20:48:02 -0000	1.18
+++ .cvsignore	17 Jan 2010 13:59:40 -0000	1.19
@@ -1 +1 @@
-cryptsetup-1.1.0-rc4.tar.bz2
+cryptsetup-1.1.0.tar.bz2


Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -p -r1.77 -r1.78
--- cryptsetup-luks.spec	15 Jan 2010 10:54:57 -0000	1.77
+++ cryptsetup-luks.spec	17 Jan 2010 13:59:41 -0000	1.78
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.1.0
-Release: 0.6%{?dist}
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cryptsetup.googlecode.com/
@@ -14,9 +14,8 @@ Obsoletes: cryptsetup <= 0.1
 Requires: cryptsetup-luks-libs = %{version}-%{release}
 
 %define _root_sbindir /sbin
-%define upstream_version %{version}-rc4
+%define upstream_version %{version}
 Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
-Patch0: cryptsetup-fix-gcrypt-init.patch
 
 %description
 This package contains cryptsetup, a utility for setting up
@@ -34,6 +33,7 @@ The cryptsetup-luks-devel package contai
 used for writing code that makes use of encrypted filesystems.
 
 %package libs
+Group: System Environment/Libraries
 Summary: Cryptsetup shared library
 
 %description libs
@@ -41,7 +41,6 @@ This package contains the cryptsetup sha
 
 %prep
 %setup -q -n cryptsetup-%{upstream_version}
-%patch0 -p1 -b .gcrypt
 
 iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
 mv -f ChangeLog.new ChangeLog 
@@ -91,6 +90,9 @@ popd 
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sun Jan 17 2010 Milan Broz <mbroz at redhat.com> - 1.1.0-1
+- Update to cryptsetup 1.1.0.
+
 * Fri Jan 15 2010 Milan Broz <mbroz at redhat.com> - 1.1.0-0.6
 - Fix gcrypt initialisation.
 - Fix backward compatibility for hash algorithm (uppercase).


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	30 Dec 2009 20:48:02 -0000	1.18
+++ sources	17 Jan 2010 13:59:41 -0000	1.19
@@ -1 +1 @@
-c363949344edfb0343ae23e7f51a5f73  cryptsetup-1.1.0-rc4.tar.bz2
+8177f1833f4d6aaacc5812046d2010b6  cryptsetup-1.1.0.tar.bz2


--- cryptsetup-fix-gcrypt-init.patch DELETED ---



More information about the scm-commits mailing list