From 42dc9eaaed08628c8c96f9ffc82864e1a7b7b83a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 12 Mar 2015 16:41:08 -0700 Subject: [PATCH] Require python-dnf so that we get the python2 version The primary dnf package is now python3, lorax is still python2, so require the right thing. --- lorax.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lorax.spec b/lorax.spec index d9379d62..ae1aed80 100644 --- a/lorax.spec +++ b/lorax.spec @@ -39,7 +39,7 @@ Requires: xz Requires: pigz Requires: python-kickstart Requires: dracut >= 030 -Requires: dnf +Requires: python-dnf %if 0%{?fedora} # Fedora specific deps