From c1e573c9f375a3bbd0053dfafa0c076f0933900fa5495d3dd15bb57576d44459 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Thu, 27 Nov 2014 15:58:33 +0000 Subject: [PATCH] Accepting request 263241 from home:bmanojlovic:python Replace version specific requirement to general opensuse/sle requirement OBS-URL: https://build.opensuse.org/request/show/263241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xmltodict?expand=0&rev=3 --- python-xmltodict.changes | 5 +++++ python-xmltodict.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-xmltodict.changes b/python-xmltodict.changes index f519596..b1a9c94 100644 --- a/python-xmltodict.changes +++ b/python-xmltodict.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 27 14:46:28 UTC 2014 - boris@steki.net + +- add python-xml to all *suse distributions as SLE 12 requires it too + ------------------------------------------------------------------- Mon Nov 3 13:45:57 UTC 2014 - boris@steki.net diff --git a/python-xmltodict.spec b/python-xmltodict.spec index 9d43bd8..87f2f94 100644 --- a/python-xmltodict.spec +++ b/python-xmltodict.spec @@ -26,7 +26,7 @@ Url: https://github.com/martinblech/xmltodict Source: https://pypi.python.org/packages/source/x/xmltodict/xmltodict-%{version}.tar.gz BuildRequires: python-devel BuildRequires: python-setuptools -%if 0%{?suse_version} == 1110 +%if 0%{?suse_version} BuildRequires: python-xml %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build