From 0b93a68d7fa7e99cc765f2aeabec5c3f4155a40eb1a70ba9191e0987ce3b9ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 17 Sep 2019 08:39:01 +0000 Subject: [PATCH] Accepting request 731320 from home:jayvdb:branches:devel:languages:python Use recommended syntax in .spec OBS-URL: https://build.opensuse.org/request/show/731320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=44 --- python-ruamel.yaml.changes | 5 +++++ python-ruamel.yaml.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-ruamel.yaml.changes b/python-ruamel.yaml.changes index 81812b1..cd91517 100644 --- a/python-ruamel.yaml.changes +++ b/python-ruamel.yaml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 16 15:36:08 UTC 2019 - John Vandenberg + +- Replace => with >= in BuildRequires + ------------------------------------------------------------------- Fri Sep 6 06:54:38 UTC 2019 - Ondřej Súkup diff --git a/python-ruamel.yaml.spec b/python-ruamel.yaml.spec index 2ab35fc..297aacd 100644 --- a/python-ruamel.yaml.spec +++ b/python-ruamel.yaml.spec @@ -28,7 +28,7 @@ Source: https://files.pythonhosted.org/packages/source/r/ruamel.yaml/rua BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-ruamel.yaml.clib => 0.1.2 +Requires: python-ruamel.yaml.clib >= 0.1.2 BuildArch: noarch %ifpython2 Requires: python-ruamel.ordereddict