rpms/cryptsetup-luks/devel cryptsetup-luks.spec,1.59,1.60

Till Maas (till) fedora-extras-commits at redhat.com
Wed May 28 13:27:10 UTC 2008


Author: till

Update of /cvs/pkgs/rpms/cryptsetup-luks/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21458

Modified Files:
	cryptsetup-luks.spec 
Log Message:
* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
- remove a duplicate sentence from the manpage (RH #448705)
- add patch metadata about upstream status



Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- cryptsetup-luks.spec	15 Apr 2008 17:39:12 -0000	1.59
+++ cryptsetup-luks.spec	28 May 2008 13:26:25 -0000	1.60
@@ -3,12 +3,16 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
 Version: 1.0.6
-Release: 2%{?devrelease:.%{devrelease}}%{?dist}
+Release: 3%{?devrelease:.%{devrelease}}%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://luks.endorphin.org/
 Source: http://luks.endorphin.org/source/cryptsetup-%{version}%{?devrelease:-%{devrelease}}.tar.bz2
+# 2008-04-15: sent to upstream via personal e-mail to Clemens Fruhwirth
 Patch: cryptsetup-prompt.patch
+# 2008-05-28: sent to upstream via newsgroup:
+# http://permalink.gmane.org/gmane.linux.kernel.device-mapper.dm-crypt/2735
+Patch1: cryptsetup-luks-1.0.6-duplicate_sentence.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
 BuildRequires: libgpg-error-devel, e2fsprogs-devel, libsepol-devel
@@ -37,6 +41,7 @@
 %prep
 %setup -q -n cryptsetup-%{version}%{?devrelease:-%{devrelease}}
 %patch -p1 -b .prompt
+%patch1 -p1 -b .duplicate_sentence
 iconv -f latin1 -t utf8 ChangeLog > ChangeLog.new
 mv -f ChangeLog.new ChangeLog 
 
@@ -81,6 +86,10 @@
 
 
 %changelog
+* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
+- remove a duplicate sentence from the manpage (RH #448705)
+- add patch metadata about upstream status
+
 * Tue Apr 15 2008 Bill Nottinghm <notting at redhat.com> - 1.0.6-2
 - Add the device to the luksOpen prompt (#433406)
 - Use iconv, not recode (#442574)




More information about the fedora-extras-commits mailing list