Accepting request 1073636 from home:iznogood:factory

- Follow upstream, disable the following, failing tests: rpn1
  https://github.com/oetiker/rrdtool-1.x/blob/master/.travis.yml#L30

OBS-URL: https://build.opensuse.org/request/show/1073636
OBS-URL: https://build.opensuse.org/package/show/server:database/rrdtool?expand=0&rev=3
This commit is contained in:
Martin Pluskal 2023-03-22 08:32:21 +00:00 committed by Git OBS Bridge
parent 90d7ff58e6
commit e3053613d5
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 21 18:55:20 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Follow upstream, disable the following, failing tests: rpn1
https://github.com/oetiker/rrdtool-1.x/blob/master/.travis.yml#L30
-------------------------------------------------------------------
Wed Apr 13 08:27:59 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -316,7 +316,12 @@ mkdir -p %{buildroot}%{_sbindir}
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcrrdcached
%check
make %{?_smp_mflags} check
# Follow upstream, disable the following, failing tests: rpn1
# https://github.com/oetiker/rrdtool-1.x/blob/master/.travis.yml#L30
make %{?_smp_mflags} check TESTS="modify1 modify2 modify3 modify4 modify5 rpn2 xport1 \
tune1 tune2 graph1 rrdcreate dump-restore create-with-source-1 create-with-source-2 \
create-with-source-3 create-with-source-4 create-with-source-and-mapping-1 \
create-from-template-1 dcounter1 vformatter1 list1 pdp-calc1"
%pre cached
getent group %{rrdcached_group} >/dev/null || groupadd %{rrdcached_group}