]> git.pld-linux.org Git - packages/cryptsetup.git/commitdiff
- update for udev 115 with udevadm; rel 5 auto/th/cryptsetup-luks-1_0_6-5
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 12 Nov 2008 21:16:13 +0000 (21:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cryptsetup.spec -> 1.29

cryptsetup.spec

index d86c20c291186602176384b69f7d68ef4a169eb6..344a7d387f6de496924e02b11a5a74409876c684 100644 (file)
@@ -7,12 +7,13 @@ Summary:      LUKS for dm-crypt implemented in cryptsetup
 Summary(pl.UTF-8):     LUKS dla dm-crypta zaimplementowany w cryptsetup
 Name:          cryptsetup-luks
 Version:       1.0.6
-Release:       4
+Release:       5
 License:       GPL v2
 Group:         Base
 Source0:       http://luks.endorphin.org/source/%{realname}-%{version}.tar.bz2
 # Source0-md5: 00d452eb7a76e39f5749545d48934a10
 Patch1:                %{name}-nostatic.patch
+Patch2:                %{name}-udev.patch
 URL:           http://luks.endorphin.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -33,6 +34,7 @@ BuildRequires:        libsepol-static
 BuildRequires: libuuid-static
 BuildRequires: popt-static
 %endif
+Requires:      udev-core >= 1:115
 Provides:      cryptsetup = %{version}
 Obsoletes:     cryptsetup
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -94,6 +96,7 @@ Statyczna wersja biblioteki cryptsetup.
 %package initrd
 Summary:       LUKS for dm-crypt implemented in cryptsetup - initrd version
 Group:         Base
+Requires:      udev-initrd >= 1:115
 
 %description initrd
 This package contains implementation of LUKS for dm-crypt implemented
@@ -102,6 +105,7 @@ in cryptsetup - staticaly linked for initrd.
 %prep
 %setup -q -n %{realname}-%{version}
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__gettextize}
This page took 0.169853 seconds and 4 git commands to generate.