[packages/audit] - disable go bindings on archs not supported by golang
baggins
baggins at pld-linux.org
Sat Jan 3 18:27:31 CET 2015
commit f99a47387b9826a1e759ccf8ab0d09810fb624d1
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Jan 3 17:26:58 2015 +0000
- disable go bindings on archs not supported by golang
audit.spec | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/audit.spec b/audit.spec
index 4f40ec8..7365284 100644
--- a/audit.spec
+++ b/audit.spec
@@ -5,7 +5,11 @@
%bcond_without golang # Go language bindings
%bcond_without python # Python bindings
%bcond_without zos_remote # zos-remote audisp plugin (LDAP dep)
-#
+
+%ifnarch %{ix86} %{x8664} %{arm}
+%undefine with_golang
+%endif
+
Summary: User space tools for 2.6 kernel auditing
Summary(pl.UTF-8): Narzędzia przestrzeni użytkownika do audytu jąder 2.6
Name: audit
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/audit.git/commitdiff/f99a47387b9826a1e759ccf8ab0d09810fb624d1
More information about the pld-cvs-commit
mailing list