diff --git a/rrdtool.changes b/rrdtool.changes index df5b32b..bbb40ef 100644 --- a/rrdtool.changes +++ b/rrdtool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 21 18:55:20 UTC 2023 - Bjørn Lie + +- 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 diff --git a/rrdtool.spec b/rrdtool.spec index 53fce5b..5f3c5dc 100644 --- a/rrdtool.spec +++ b/rrdtool.spec @@ -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}