[packages/syslog-ng] - disable problematic test on x32 - rel 3

baggins baggins at pld-linux.org
Sun Mar 15 21:37:04 CET 2015


commit 0ec030dd2d2e8d661eb676e0e6182779889dfea4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Mar 15 21:36:44 2015 +0100

    - disable problematic test on x32
    - rel 3

 syslog-ng.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 5af1186..68d4a6e 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -30,7 +30,7 @@ Summary(pl.UTF-8):	Syslog-ng - systemowy demon logujący nowej generacji
 Summary(pt_BR.UTF-8):	Daemon de log nova geração
 Name:		syslog-ng
 Version:	3.5.6
-Release:	2
+Release:	3
 License:	GPL v2+ with OpenSSL exception
 Group:		Daemons
 Source0:	http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz
@@ -296,6 +296,11 @@ cp -p %{SOURCE5} contrib/syslog-ng.conf.simple
 
 %{__sed} -i -e 's|/usr/bin/awk|/bin/awk|' scl/syslogconf/convert-syslogconf.awk
 
+# timestamp paring on x32 confuses glib2 testsuite
+%ifarch x32
+%{__sed} -i -e '/tests\/unit\/test_msgparse/d' tests/unit/Makefile.am
+%endif
+
 %build
 for i in . lib/ivykis; do
 cd $i
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/syslog-ng.git/commitdiff/0ec030dd2d2e8d661eb676e0e6182779889dfea4



More information about the pld-cvs-commit mailing list