[python-cryptsetup/f14/master] new version

Martin Sivák msivak at fedoraproject.org
Tue Mar 29 09:57:25 UTC 2011


commit ff86aba0608df6f9f484aaf7dc643779ba5a022e
Author: Martin Sivak <msivak at redhat.com>
Date:   Tue Mar 29 11:57:01 2011 +0200

    new version

 .gitignore             |    1 +
 python-cryptsetup.spec |    8 ++++++--
 sources                |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2991d22..fbeea75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 python-cryptsetup-0.0.10.tar.gz
 /python-cryptsetup-0.0.11.tar.gz
+/python-cryptsetup-0.1.0.tar.gz
diff --git a/python-cryptsetup.spec b/python-cryptsetup.spec
index 44d5b4b..0fcedc7 100644
--- a/python-cryptsetup.spec
+++ b/python-cryptsetup.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-cryptsetup
-Version:        0.0.11
+Version:        0.1.0
 Release:        1%{?dist}
 Summary:        Python bindings for cryptsetup
 
@@ -16,7 +16,8 @@ Url:            http://git.fedorahosted.org/git/?p=python-cryptsetup.git;a=snaps
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  cryptsetup-luks-devel
+Requires: cryptsetup-luks-lib >= 1.2.0
+BuildRequires:  cryptsetup-luks-devel >= 1.2.0
 BuildRequires:  python
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
@@ -48,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc selftest.py
 
 %changelog
+* Tue Nov 16 2010 Martin Sivak <msivak at redhat dot com> - 0.1.0-1
+- Change in API! due to libcryptsetup rewrite
+
 * Fri Aug 13 2010 Martin Sivak <msivak at redhat dot com> - 0.0.11-1
 - Different payload alignment
   Resolves: rhbz#623703
diff --git a/sources b/sources
index c6814b5..fafd5f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83f7842c11af6ee87a993b8c3a9b5c1d  python-cryptsetup-0.0.11.tar.gz
+2e84aa641b9bace46b034ededd3bdea2  python-cryptsetup-0.1.0.tar.gz


More information about the scm-commits mailing list