SHA256
1
0
forked from pool/rrdtool
Dirk Mueller 2022-01-11 21:16:33 +00:00 committed by Git OBS Bridge
parent bfff176f02
commit dd3c4c9595
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jan 11 21:16:22 UTC 2022 - Dirk Müller <dmueller@suse.com>
- add python-rpm-macros
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 16 08:36:04 UTC 2021 - Johannes Segitz <jsegitz@suse.com> Tue Nov 16 08:36:04 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rrdtool # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -61,12 +61,13 @@ BuildRequires: libtool
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: pango-devel >= 1.14 BuildRequires: pango-devel >= 1.14
BuildRequires: python-rpm-macros
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: zlib-devel BuildRequires: zlib-devel
Requires: dejavu Requires: dejavu
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500
Patch13: python3.patch Patch13: python3.patch
Patch14: harden_rrdcached.service.patch Patch14: harden_rrdcached.service.patch
%endif %endif
%if %{with python} %if %{with python}
BuildRequires: %{python}-devel BuildRequires: %{python}-devel