rpms/cryptsetup-luks/devel .cvsignore, 1.21, 1.22 cryptsetup-luks.spec, 1.80, 1.81 sources, 1.21, 1.22

Milan Broz mbroz at fedoraproject.org
Sun May 23 13:56:18 UTC 2010


Author: mbroz

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28336

Modified Files:
	.cvsignore cryptsetup-luks.spec sources 
Log Message:
Update to cryptsetup 1.1.1
Fix luksClose for stacked LUKS/LVM devices.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- .cvsignore	3 May 2010 15:26:52 -0000	1.21
+++ .cvsignore	23 May 2010 13:56:17 -0000	1.22
@@ -1 +1 @@
-cryptsetup-1.1.1-rc2.tar.bz2
+cryptsetup-1.1.1.tar.bz2


Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- cryptsetup-luks.spec	3 May 2010 15:26:53 -0000	1.80
+++ cryptsetup-luks.spec	23 May 2010 13:56:18 -0000	1.81
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.1.1
-Release: 0.2%{?dist}
+Release: 1%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cryptsetup.googlecode.com/
@@ -14,7 +14,7 @@ Obsoletes: cryptsetup <= 0.1
 Requires: cryptsetup-luks-libs = %{version}-%{release}
 
 %define _root_sbindir /sbin
-%define upstream_version %{version}-rc2
+%define upstream_version %{version}
 Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
 
 %description
@@ -57,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf  $RPM_BUILD_ROOT/%{_lib}/*.la $RPM_BUILD_ROOT/%{_lib}/cryptsetup
 
-# move libcryptsetup.so to %{_libdir}
+# move libcryptsetup.so to %%{_libdir}
 pushd $RPM_BUILD_ROOT/%{_lib}
 rm libcryptsetup.so
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}
@@ -90,6 +90,10 @@ popd 
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Sun May 23 2010 Milan Broz <mbroz at redhat.com> - 1.1.1-1
+- Update to cryptsetup 1.1.1
+- Fix luksClose for stacked LUKS/LVM devices.
+
 * Mon May 03 2010 Milan Broz <mbroz at redhat.com> - 1.1.1-0.2
 - Update to cryptsetup 1.1.1-rc2.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- sources	3 May 2010 15:26:53 -0000	1.21
+++ sources	23 May 2010 13:56:18 -0000	1.22
@@ -1 +1 @@
-6a13e0988038773336296f01bc53d7a8  cryptsetup-1.1.1-rc2.tar.bz2
+9632f5cd4187e0b9118b070563da79c6  cryptsetup-1.1.1.tar.bz2



More information about the scm-commits mailing list