diff --git a/cmake.changes b/cmake.changes index 8e12837..e6a37dd 100644 --- a/cmake.changes +++ b/cmake.changes @@ -26,6 +26,12 @@ Tue Nov 28 21:46:30 UTC 2017 - foss@grueninger.de full changelog: https://cmake.org/cmake/help/v3.10/release/3.10.html - update form.patch +------------------------------------------------------------------- +Tue Nov 7 15:36:19 UTC 2017 - jmatejek@suse.com + +- switch to python3-base for requirements +- switch to python3 for cmake.prov + ------------------------------------------------------------------- Fri Nov 3 14:29:04 UTC 2017 - aavindraa@gmail.com diff --git a/cmake.prov b/cmake.prov index 1156923..b0d0092 100644 --- a/cmake.prov +++ b/cmake.prov @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding:utf-8 -*- # # Copyright (C) 2015 Daniel Vrátil diff --git a/cmake.spec b/cmake.spec index ab4729b..1480777 100644 --- a/cmake.spec +++ b/cmake.spec @@ -66,7 +66,7 @@ BuildRequires: zlib-devel BuildRequires: pkgconfig(liblzma) Requires: make # bnc#953842 - A python file is shipped so require python base so it can be run. -Requires: python-base +Requires: python3-base Recommends: cmake-mans BuildRoot: %{_tmppath}/%{name}-%{version}-build