Accepting request 922855 from home:cboltz:branches:openSUSE:Factory:zSystems

- drop sysstat-disable-test-failures.patch - tests are fine on s390x
  and ppc64, no need to ignore test failures anymore

OBS-URL: https://build.opensuse.org/request/show/922855
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=129
This commit is contained in:
Pedro Monreal Gonzalez 2021-10-04 09:37:46 +00:00 committed by Git OBS Bridge
parent 1421e90fb4
commit acbf41dda9
3 changed files with 6 additions and 18 deletions

View File

@ -1,13 +0,0 @@
Index: sysstat-12.2.0/Makefile.in
===================================================================
--- sysstat-12.2.0.orig/Makefile.in
+++ sysstat-12.2.0/Makefile.in
@@ -638,7 +638,7 @@ testcomp: tests/ini/inisar
unit:
@echo $(X) 2>&1
- @cat $(TESTDIR)/$(X) | $(TESTRUN)
+ @cat $(TESTDIR)/$(X) | $(TESTRUN) || { echo "Skip build failure in s390x and ppc64" ; }
# Use "do_test" script to make the following target
simtest: all testcomp

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Oct 3 15:11:09 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>
- drop sysstat-disable-test-failures.patch - tests are fine on s390x
and ppc64, no need to ignore test failures anymore
-------------------------------------------------------------------
Fri Jun 4 07:18:37 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -33,8 +33,6 @@ Patch0: sysstat-8.1.6-sa1sa2lock.diff
Patch2: sysstat-8.0.4-pagesize.diff
# PATCH-FIX-OPENSUSE bsc#1151453
Patch3: sysstat-service.patch
# PATCH-FIX-OPENSUSE Temporarily disable failing tests on s390x and ppc64
Patch4: sysstat-disable-test-failures.patch
BuildRequires: findutils
BuildRequires: gettext-runtime
BuildRequires: pkgconfig
@ -74,9 +72,6 @@ from a sysstat package.
%patch0 -p1
%patch2 -p1
%patch3 -p1
%ifarch s390x ppc64
%patch4 -p1
%endif
cp %{SOURCE1} .
# remove date and time from objects
find ./ -name \*.c -exec sed -i -e 's: " compiled " __DATE__ " " __TIME__::g' {} \;