The package rpms/x2goclient.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/x2goclient.git/commit/?id=f936f837b1....
Change: +ExclusiveArch: x86_64
Thanks.
Full change: ============
commit f936f837b14a09ba24c4bb6bb13f6a6522848110 Author: Orion Poplawski orion@nwra.com Date: Wed Nov 29 15:04:16 2017 -0700
Rebuild for proper libssh Make x86_64 only for EL7 (libssh dep)
diff --git a/x2goclient.spec b/x2goclient.spec index 3e7595e..4a260e5 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -1,6 +1,6 @@ Name: x2goclient Version: 4.1.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: X2Go Client application
Group: Applications/Communications @@ -36,6 +36,10 @@ Requires: nxproxy Requires: openssh-clients # For local folder sharing and printing Requires: openssh-server +%if 0%{?rhel} == 7 +# libssh is x86_64 only for EL7 +ExclusiveArch: x86_64 +%endif
%description X2Go is a server-based computing environment with @@ -166,6 +170,10 @@ fi
%changelog +* Wed Nov 29 2017 Orion Poplawski orion@cora.nwra.com - 4.1.1.0-2 +- Rebuild for proper libssh +- Make x86_64 only for EL7 (libssh dep) + * Mon Oct 30 2017 Orion Poplawski orion@cora.nwra.com - 4.1.1.0-1 - Update to 4.1.1.0
arch-excludes@lists.fedoraproject.org