Temporary libcryptsetup provides workaround for package update.
This commit is contained in:
parent
44fc54e7ff
commit
90545928eb
@ -1,7 +1,7 @@
|
|||||||
Summary: A utility for setting up encrypted disks
|
Summary: A utility for setting up encrypted disks
|
||||||
Name: cryptsetup
|
Name: cryptsetup
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 0.1%{?dist}
|
Release: 0.2%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cryptsetup.googlecode.com/
|
URL: http://cryptsetup.googlecode.com/
|
||||||
@ -37,6 +37,12 @@ used for writing code that makes use of disk encryption.
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Summary: Cryptsetup shared library
|
Summary: Cryptsetup shared library
|
||||||
Provides: cryptsetup-luks-libs = %{version}-%{release}
|
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
|
Obsoletes: cryptsetup-luks-libs < 1.4.0
|
||||||
|
|
||||||
%description libs
|
%description libs
|
||||||
|
Loading…
Reference in New Issue
Block a user