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