From cd34b8be710f0b82dfd65526cb7cf501bf9c38742d11c42d68f8fc0470cb4430 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Jan 2022 13:32:15 +0000 Subject: [PATCH] - remove conditionals around patch declaration, found by Stefan Liehmann OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=93 --- rrdtool.changes | 5 +++++ rrdtool.spec | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/rrdtool.changes b/rrdtool.changes index c81e6c9..9c29e52 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jan 16 13:28:42 UTC 2022 - Dirk Müller + +- remove conditionals around patch declaration, found by Stefan Liehmann + ------------------------------------------------------------------- Tue Jan 11 21:16:22 UTC 2022 - Dirk Müller diff --git a/rrdtool.spec b/rrdtool.spec index e430d8f..60be46a 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -65,10 +65,8 @@ BuildRequires: python-rpm-macros BuildRequires: systemd-rpm-macros BuildRequires: zlib-devel Requires: dejavu -%if 0%{?suse_version} >= 1500 Patch13: python3.patch Patch14: harden_rrdcached.service.patch -%endif %if %{with python} BuildRequires: %{python}-devel BuildRequires: %{python}-setuptools