Discussion:
[PATCH] Bump required pykickstart version
Eugene Syromiatnikov
2017-02-24 20:36:36 UTC
Permalink
The commit anaconda-25.20-1-132-gfa08a9d introduced usage of
commands.displaymode.F26_DisplayMode, which appeared in pykickstart only
in r3.4-1-99-g2e9246a (3.5 being the first release with this class being
provided).

* anaconda.spec.in: Update pykickstartver definition.
---
anaconda.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/anaconda.spec.in b/anaconda.spec.in
index 2e3ae0c..6ec8c81 100644
--- a/anaconda.spec.in
+++ b/anaconda.spec.in
@@ -19,7 +19,7 @@ Source0: %{name}-%{version}.tar.bz2
# match the requires versions of things).

%define gettextver 0.19.8
-%define pykickstartver 2.32-1
+%define pykickstartver 3.5-1
%define dnfver 2.0.0
%define partedver 1.8.1
%define pypartedver 2.5-2
--
2.1.4
Loading...