From 5f32e574e715abe0d84f40a726c18925f65c5ddd2f2180abf04e890f808b0148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 13 May 2015 11:16:31 +0000 Subject: [PATCH] Accepting request 306740 from KDE:Unstable:Frameworks - Add python-base Requires in order to make cmake automatic provider always work, and to avoid strange and random build failures when python is not present OBS-URL: https://build.opensuse.org/request/show/306740 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=209 --- cmake.changes | 7 +++++++ cmake.spec | 1 + 2 files changed, 8 insertions(+) diff --git a/cmake.changes b/cmake.changes index a22f928..860caf8 100644 --- a/cmake.changes +++ b/cmake.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 13 11:13:00 UTC 2015 - hrvoje.senjan@gmail.com + +- Add python-base Requires in order to make cmake automatic + provider always work, and to avoid strange and random build + failures when python is not present + ------------------------------------------------------------------- Wed Apr 15 09:47:39 UTC 2015 - foss@grueninger.de diff --git a/cmake.spec b/cmake.spec index f2ea76d..7d6959d 100644 --- a/cmake.spec +++ b/cmake.spec @@ -48,6 +48,7 @@ BuildRequires: zlib-devel #endif BuildRequires: pkgconfig(liblzma) Requires: make +Requires: python-base Recommends: cmake-mans BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1110