[master 1/1] Make sure python2 dnf is required

David Lehman dlehman at redhat.com
Fri Feb 27 21:48:50 UTC 2015


On 02/27/2015 11:23 AM, bcl wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
>
> ---
>   anaconda.spec.in | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/anaconda.spec.in b/anaconda.spec.in
> index e92ec29..a8a10d9 100644
> --- a/anaconda.spec.in
> +++ b/anaconda.spec.in
> @@ -23,7 +23,7 @@ Source0: %{name}-%{version}.tar.bz2
>   %define intltoolver 0.31.2-3
>   %define pykickstartver 2.0
>   %define yumver 3.4.3-91
> -%define dnfver 0.4.18
> +%define dnfver 0.6.4
>   %define partedver 1.8.1
>   %define pypartedver 2.5-2
>   %define nmver 0.9.9.0-10.git20130906
> @@ -83,6 +83,7 @@ The anaconda package is a metapackage for the Anaconda installer.
>   %package core
>   Summary: Core of the Anaconda installer
>   Requires: dnf >= %{dnfver}
> +Requires: python-dnf >= %{dnfver}
>   Requires: python-blivet >= 1:1.0
>   Requires: python-meh >= %{mehver}
>   Requires: libreport-anaconda >= 2.0.21-1
>
>

Ack.


More information about the anaconda-patches mailing list