From ea49794d6167d12fd3f9041312409842da3c1a0e Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Mon, 18 Feb 2013 08:09:24 -0500 Subject: If you cannot reclaim more space, don't show the reclaim radio (#911791). The primary case for this is if you've got initially all blank disks, though you'd also hit it if you first went through reclaim and deleted everything, then went back to the install options dialogs. --- anaconda.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'anaconda.spec.in') diff --git a/anaconda.spec.in b/anaconda.spec.in index 7755fe88d..f3efd8343 100644 --- a/anaconda.spec.in +++ b/anaconda.spec.in @@ -69,7 +69,7 @@ BuildRequires: s390utils-devel %endif Requires: anaconda-widgets = %{version}-%{release} -Requires: python-blivet +Requires: python-blivet >= 0.6 Requires: gnome-icon-theme-symbolic Requires: python-meh >= %{mehver} Requires: libreport-anaconda >= 2.0.21-1 -- cgit