From dd3c4c9595891a78d98e30c15ea3f0d3f17ef7e6c45281619c7afb2420a62719 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 11 Jan 2022 21:16:33 +0000 Subject: [PATCH] - add python-rpm-macros OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/rrdtool?expand=0&rev=92 --- rrdtool.changes | 5 +++++ rrdtool.spec | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rrdtool.changes b/rrdtool.changes index c26e58e..c81e6c9 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 11 21:16:22 UTC 2022 - Dirk Müller + +- add python-rpm-macros + ------------------------------------------------------------------- Tue Nov 16 08:36:04 UTC 2021 - Johannes Segitz diff --git a/rrdtool.spec b/rrdtool.spec index f5056cd..e430d8f 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -1,7 +1,7 @@ # # spec file for package rrdtool # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -61,12 +61,13 @@ BuildRequires: libtool BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pango-devel >= 1.14 +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 +Patch14: harden_rrdcached.service.patch %endif %if %{with python} BuildRequires: %{python}-devel