Notification time stamped 2020-01-31 23:08:44 UTC
From c69cf8c51e7ca2426780afd3e1e60c59d0ec9156 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot(a)fedoraproject.org>
Date: Jan 31 2020 23:08:36 +0000
Subject: cleanup condit
---
diff --git a/check.spec b/check.spec
index ee13a4e..1fb3d14 100644
--- a/check.spec
+++ b/check.spec
@@ -90,12 +90,12 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
%ifnarch s390x
export LD_LIBRARY_PATH=$PWD/src/.libs
make check
+%endif
# Don't need to package the sh, log or trs files
# when we scoop the other checkmk/test files for doc
rm -rf checkmk/test/check_checkmk*
# these files are empty
rm -rf checkmk/test/empty_input
-%endif
%ldconfig_scriptlets
https://src.fedoraproject.org/rpms/check/c/c69cf8c51e7ca2426780afd3e1e60c59…