[cryptsetup] Temporary libcryptsetup provides workaround for package update.

Milan Broz mbroz at fedoraproject.org
Fri Oct 14 12:30:56 UTC 2011


commit 90545928eb3a1dbe0813644f54bc6fb0557b0879
Author: Milan Broz <mbroz at fedoraproject.org>
Date:   Fri Oct 14 14:30:04 2011 +0200

    Temporary libcryptsetup provides workaround for package update.

 cryptsetup.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/cryptsetup.spec b/cryptsetup.spec
index f7935a8..e14fb99 100644
--- a/cryptsetup.spec
+++ b/cryptsetup.spec
@@ -1,7 +1,7 @@
 Summary: A utility for setting up encrypted disks
 Name: cryptsetup
 Version: 1.4.0
-Release: 0.1%{?dist}
+Release: 0.2%{?dist}
 License: GPLv2
 Group: Applications/System
 URL: http://cryptsetup.googlecode.com/
@@ -37,6 +37,12 @@ used for writing code that makes use of disk encryption.
 Group: System Environment/Libraries
 Summary: Cryptsetup shared library
 Provides: cryptsetup-luks-libs = %{version}-%{release}
+# For buildroot magic
+%if %{_lib} == lib64
+Provides: libcryptsetup.so.1(CRYPTSETUP_1.0)(64bit), libcryptsetup.so.1()(64bit)
+%else
+Provides: libcryptsetup.so.1(CRYPTSETUP_1.0), libcryptsetup.so.1
+%endif
 Obsoletes: cryptsetup-luks-libs < 1.4.0
 
 %description libs


More information about the scm-commits mailing list