[PATCH 18/20] Remove no longer needed requires

vpodzime installerbot-noreply at redhat.com
Fri Feb 27 15:31:52 UTC 2015


From: Vratislav Podzimek <vpodzime at redhat.com>

These tool packages are no longer directly used by blivet, libblockdev hides
them as direct requires.
---
 python-blivet.spec | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/python-blivet.spec b/python-blivet.spec
index 7bf50ab..c391292 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -11,14 +11,11 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
 
 # Versions of required components (done so we make sure the buildrequires
 # match the requires versions of things).
-%define dmver 1.02.17-6
 %define pykickstartver 1.99.22
 %define partedver 1.8.1
 %define pypartedver 2.5-2
 %define e2fsver 1.41.0
-%define pythoncryptsetupver 0.1.1
 %define utillinuxver 2.15.1
-%define lvm2ver 2.02.99
 %define libblockdevver 0.6
 
 BuildArch: noarch
@@ -32,15 +29,8 @@ Requires: util-linux >= %{utillinuxver}
 Requires: python-pyudev
 Requires: parted >= %{partedver}
 Requires: pyparted >= %{pypartedver}
-Requires: device-mapper >= %{dmver}
-Requires: cryptsetup
-Requires: python-cryptsetup >= %{pythoncryptsetupver}
-Requires: mdadm
-Requires: lvm2 >= %{lvm2ver}
 Requires: dosfstools
 Requires: e2fsprogs >= %{e2fsver}
-Requires: btrfs-progs
-Requires: device-mapper-multipath
 Requires: lsof
 Requires: libblockdev >= %{libblockdevver}
 Requires: libblockdev-plugins-all >= %{libblockdevver}


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/86b67cdec8c6aea7752baab9a0aeb038ed847f46


More information about the anaconda-patches mailing list