Author: glen Date: Wed Nov 12 21:16:18 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - update for udev 115 with udevadm; rel 5
---- Files affected: SPECS: cryptsetup-luks.spec (1.28 -> 1.29) ---- Diffs: ================================================================ Index: SPECS/cryptsetup-luks.spec diff -u SPECS/cryptsetup-luks.spec:1.28 SPECS/cryptsetup-luks.spec:1.29 --- SPECS/cryptsetup-luks.spec:1.28 Mon Nov 10 02:55:27 2008 +++ SPECS/cryptsetup-luks.spec Wed Nov 12 22:16:13 2008 @@ -8,12 +8,13 @@ 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 @@ -34,6 +35,7 @@ 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) @@ -95,6 +97,7 @@ %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 @@ -103,6 +106,7 @@ %prep %setup -q -n %{realname}-%{version} %patch1 -p1 +%patch2 -p1 %build %{__gettextize} @@ -180,6 +184,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.29 2008/11/12 21:16:13 glen +- update for udev 115 with udevadm; rel 5 + Revision 1.28 2008/11/10 01:55:27 glen - initrd a bit smaller by disabling nls ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cryptsetup-luks.spec?r1=1.28&r2=1.29&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
