SHA256
1
0
forked from pool/rrdtool

Accepting request 946788 from devel:languages:python

- remove conditionals around patch declaration, found by Stefan Liehmann

OBS-URL: https://build.opensuse.org/request/show/946788
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rrdtool?expand=0&rev=73
This commit is contained in:
Dominique Leuenberger 2022-01-19 23:11:48 +00:00 committed by Git OBS Bridge
commit c9f9469a09
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