]> git.pld-linux.org Git - packages/cryptsetup.git/commitdiff
- disabled initrd package, as it has impossible deps (udev-initrd has been removed) auto/th/cryptsetup-1.5.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Jan 2013 12:09:41 +0000 (13:09 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Fri, 11 Jan 2013 12:09:41 +0000 (13:09 +0100)
cryptsetup.spec

index 0fa3c08d61b18f067a1e312a4f5a50b00946d525..fbc85ab4a7d674ea7f08e9df7d03ce54486512fb 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Conditonal build:
-%bcond_without initrd          # don't build initrd version
+%bcond_with    initrd          # don't build initrd version
 %bcond_with    dietlibc        # build initrd version with static glibc instead of dietlibc
 %bcond_without python          # Python binding
 
@@ -51,6 +51,7 @@ BuildRequires:        udev-static
 Requires:      popt >= 1.7
 Provides:      cryptsetup-luks = %{version}-%{release}
 Obsoletes:     cryptsetup-luks < 1.4.1-2
+%{!?with_initrd:Obsoletes:     cryptsetup-initrd < %{version}-%{release}}
 Conflicts:     udev < 1:118-1
 Conflicts:     udev-core < 1:115
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
This page took 0.179783 seconds and 4 git commands to generate.