rpms/cryptsetup-luks/devel .cvsignore, 1.13, 1.14 cryptsetup-luks.spec, 1.70, 1.71 sources, 1.13, 1.14

Milan Broz mbroz at fedoraproject.org
Fri Sep 11 11:46:38 UTC 2009


Author: mbroz

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

Modified Files:
	.cvsignore cryptsetup-luks.spec sources 
Log Message:
Update to new upstream testing version with new API interface.
Add luksSuspend and luksResume commands.
Introduce pkgconfig.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	22 Jul 2009 11:36:06 -0000	1.13
+++ .cvsignore	11 Sep 2009 11:46:38 -0000	1.14
@@ -1 +1 @@
-cryptsetup-1.0.7.tar.bz2
+cryptsetup-1.1.0-test0.tar.bz2


Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/cryptsetup-luks.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -p -r1.70 -r1.71
--- cryptsetup-luks.spec	24 Jul 2009 19:42:08 -0000	1.70
+++ cryptsetup-luks.spec	11 Sep 2009 11:46:38 -0000	1.71
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
-Version: 1.0.7
-Release: 2%{?dist}
+Version: 1.1.0
+Release: 0.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}
+%define upstream_version %{version}-test0
 Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
 
 %description
@@ -25,6 +25,7 @@ encrypted filesystems using Device Mappe
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: libgcrypt-devel > 1.1.42, device-mapper-devel, libuuid-devel
+Requires: pkgconfig
 Summary: Headers and libraries for using encrypted filesystems
 
 %description devel
@@ -60,6 +61,7 @@ pushd $RPM_BUILD_ROOT/%{_lib}
 rm libcryptsetup.so
 mkdir -p $RPM_BUILD_ROOT/%{_libdir}
 ln -s ../../%{_lib}/$(ls libcryptsetup.so.?.?.?) $RPM_BUILD_ROOT/%{_libdir}/libcryptsetup.so
+mv $RPM_BUILD_ROOT/%{_lib}/pkgconfig $RPM_BUILD_ROOT/%{_libdir}
 popd 
 %find_lang cryptsetup
 
@@ -77,6 +79,7 @@ popd 
 %defattr(-,root,root,-)
 %{_includedir}/libcryptsetup.h
 %{_libdir}/libcryptsetup.so
+%{_libdir}/pkgconfig/libcryptsetup.pc
 
 %files libs
 %defattr(-,root,root,-)
@@ -86,6 +89,11 @@ popd 
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Thu Sep 11 2009 Milan Broz <mbroz at redhat.com> - 1.1.0-0.1
+- Update to new upstream testing version with new API interface.
+- Add luksSuspend and luksResume commands.
+- Introduce pkgconfig.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cryptsetup-luks/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	22 Jul 2009 11:36:06 -0000	1.13
+++ sources	11 Sep 2009 11:46:38 -0000	1.14
@@ -1 +1 @@
-5eea2a77391a8a1a651b31cbaef59e22  cryptsetup-1.0.7.tar.bz2
+61f0ba826ae2d69d20e9db4e471f8e78  cryptsetup-1.1.0-test0.tar.bz2




More information about the fedora-extras-commits mailing list