forked from pool/cryptsetup
This commit is contained in:
parent
10d7167770
commit
4bb53f0d1e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 20 15:20:06 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
- enable SELinux support [fate#303662]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 11:21:14 CEST 2008 - mkoenig@suse.de
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
||||
Name: cryptsetup
|
||||
Url: http://luks.endorphin.org/dm-crypt
|
||||
BuildRequires: device-mapper-devel e2fsprogs-devel libgcrypt-devel popt-devel
|
||||
BuildRequires: libselinux-devel
|
||||
# hashalot version
|
||||
%define haver 0.3
|
||||
# boot.crypto version
|
||||
@ -29,7 +30,7 @@ License: BSD 3-Clause; GPL v2 or later
|
||||
Group: System/Base
|
||||
AutoReqProv: on
|
||||
Version: 1.0.5_SVNr46
|
||||
Release: 39
|
||||
Release: 45
|
||||
Summary: Set Up dm-crypt Based Encrypted Block Devices
|
||||
Source: cryptsetup-%{version}.tar.bz2
|
||||
Source1: hashalot-%haver.tar.bz2
|
||||
@ -107,7 +108,8 @@ autoreconf -f -i
|
||||
CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%_prefix --mandir=%_mandir \
|
||||
--libdir=/%_lib \
|
||||
--bindir=/sbin --sbindir=/sbin \
|
||||
--disable-static --enable-shared
|
||||
--disable-static --enable-shared \
|
||||
--enable-selinux
|
||||
make
|
||||
#
|
||||
# hashalot build
|
||||
@ -191,6 +193,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/libcryptsetup.so
|
||||
|
||||
%changelog
|
||||
* Wed Aug 20 2008 mkoenig@suse.de
|
||||
- enable SELinux support [fate#303662]
|
||||
* Wed Aug 13 2008 mkoenig@suse.de
|
||||
- boot.crypto:
|
||||
* Fix init script tags
|
||||
|
Loading…
Reference in New Issue
Block a user