Temporary libcryptsetup provides workaround for package update.

This commit is contained in:
Milan Broz 2011-10-14 14:30:04 +02:00
parent 44fc54e7ff
commit 90545928eb

View File

@ -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