]> git.pld-linux.org Git - packages/cryptsetup-luks.git/blame - cryptsetup-luks.spec
- 1.0.1 rel 1 - added BR libsepol-static, %{name}-sepol.patch and
[packages/cryptsetup-luks.git] / cryptsetup-luks.spec
CommitLineData
c25a01c4 1Summary: LUKS for dm-crypt implemented in cryptsetup
b08008aa 2Summary(pl): LUKS dla dm-crypta zaimplementowany w cryptsetup
00a57b4e 3Name: cryptsetup-luks
24fff120 4Version: 1.0.1
4ad6edfa 5Release: 1
00a57b4e 6License: GPL
7Group: Base
8Source0: http://luks.endorphin.org/source/%{name}-%{version}.tar.bz2
24fff120 9# Source0-md5: b2415f67ceed3ad2c7dd2e878cf7787d
4ad6edfa 10Patch0: %{name}-sepol.patch
00a57b4e 11URL: http://luks.endorphin.org/about
24fff120 12BuildRequires: device-mapper-static
13BuildRequires: libgcrypt-static >= 1.1.42
14BuildRequires: libgpg-error-static
15BuildRequires: libselinux-static
4ad6edfa 16BuildRequires: libsepol-static
24fff120 17BuildRequires: libuuid-static
18BuildRequires: popt-static
00a57b4e 19Provides: cryptsetup
b08008aa 20Obsoletes: cryptsetup
00a57b4e 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sbindir /sbin
24
25%description
d23e9766 26LUKS is the upcoming standard for Linux hard disk encryption. By
27providing a standard on-disk-format, it does not only facilitate
28compatibility among distributions, but also provide secure management
29of multiple user passwords. In contrast to existing solution, LUKS
30stores all setup necessary setup information in the partition header,
31enabling the user to transport or migrate his data seamlessly.
00a57b4e 32
d23e9766 33This package contains implementation of LUKS for dm-crypt implemented
34in cryptsetup.
00a57b4e 35
b08008aa
JB
36%description -l pl
37