From 90545928eb3a1dbe0813644f54bc6fb0557b0879 Mon Sep 17 00:00:00 2001 From: Milan Broz Date: Oct 14 2011 12:30:04 +0000 Subject: Temporary libcryptsetup provides workaround for package update. --- 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