]> git.pld-linux.org Git - packages/cryptsetup.git/blame - cryptsetup.spec
- 1.0.1 rel 1 - added BR libsepol-static, %{name}-sepol.patch and
[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
a6fd3218 4Version: 1.0.1
8d9e50de 5Release: 1
6351d6a5 6License: GPL
7Group: Base
8Source0: http://luks.endorphin.org/source/%{name}-%{version}.tar.bz2
a6fd3218 9# Source0-md5: b2415f67ceed3ad2c7dd2e878cf7787d
8d9e50de 10Patch0: %{name}-sepol.patch
6351d6a5 11URL: http://luks.endorphin.org/about
a6fd3218 12BuildRequires: device-mapper-static
13BuildRequires: libgcrypt-static >= 1.1.42
14BuildRequires: libgpg-error-static
15BuildRequires: libselinux-static
8d9e50de 16BuildRequires: libsepol-static
a6fd3218 17BuildRequires: libuuid-static
18BuildRequires: popt-static
6351d6a5 19Provides: cryptsetup
12cca230 20Obsoletes: cryptsetup
6351d6a5 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _sbindir /sbin
24
25%description
6e98e6fb 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.
6351d6a5 32
6e98e6fb 33This package contains implementation of LUKS for dm-crypt implemented
34in cryptsetup.
6351d6a5 35
12cca230
JB
36%description -l pl
37