SHA256
1
0
forked from pool/rrdtool

- 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
This commit is contained in:
Dirk Mueller 2022-01-16 13:32:15 +00:00 committed by Git OBS Bridge
parent dd3c4c9595
commit cd34b8be71
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Jan 16 13:28:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
- remove conditionals around patch declaration, found by Stefan Liehmann
-------------------------------------------------------------------
Tue Jan 11 21:16:22 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -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