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