From d1e432e9b24bdf75e4fb063744a100a64072eb95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Wed, 16 May 2018 19:49:37 +0200 Subject: [PATCH] Add: "ExcludeArch: armv7hl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For some reason still unclear we're *not* able to build SSSD on koji's buildroot for armv7hl. Some tests have been done and SSSD was built successfully using real armv7hl hardware, which indicates that we're facing https://bugzilla.redhat.com/show_bug.cgi?id=1576593 As soon as the bug is resolved, this patch could be safely reverted. Signed-off-by: Fabiano FidĂȘncio (cherry picked from commit bc3790f5a0da28c52d1d22a6da574b7b133ac14d) (cherry picked from commit 38221da669d7b6ff6340b374668dd5b92be60a40) (cherry picked from commit af12cc578874d07d54e31e4179c6aa42a1116345) --- sssd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sssd.spec b/sssd.spec index 5eefb35..4c97fef 100644 --- a/sssd.spec +++ b/sssd.spec @@ -218,7 +218,7 @@ Requires: libsss_idmap = %{version}-%{release} Requires(post): systemd-units chkconfig Requires(preun): systemd-units chkconfig Requires(postun): systemd-units chkconfig - +ExcludeArch: armv7hl ### Provides ### Provides: libsss_sudo-devel = %{version}-%{release} @@ -237,6 +237,7 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires(post): /usr/sbin/alternatives Requires(preun): /usr/sbin/alternatives +ExcludeArch: armv7hl %description client Provides the libraries needed by the PAM and NSS stacks to connect to the SSSD @@ -249,6 +250,7 @@ License: LGPLv3+ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Conflicts: sssd-common < %{version}-%{release} +ExcludeArch: armv7hl %description -n libsss_sudo A utility library to allow communication between SUDO and SSSD @@ -258,6 +260,8 @@ Summary: A library to allow communication between Autofs and SSSD Group: Development/Libraries License: LGPLv3+ Conflicts: sssd-common < %{version}-%{release} +ExcludeArch: armv7hl + %description -n libsss_autofs A utility library to allow communication between Autofs and SSSD @@ -270,6 +274,7 @@ Requires: sssd-common = %{version}-%{release} # required by sss_obfuscate Requires: python3-sss = %{version}-%{release} Requires: python3-sssdconfig = %{version}-%{release} +ExcludeArch: armv7hl %description tools Provides userspace tools for manipulating users, groups, and nested groups in @@ -1305,6 +1310,7 @@ fi * Wed May 16 2018 Fabiano FidĂȘncio - 1.16.1-7 - Related: upstream#3436 - Certificates used in unit tests have limited lifetime +- Add: "ExcludeArch: armv7hl" * Mon May 14 2018 Fabiano FidĂȘncio - 1.16.1-6 - Related: upstream#3436 - Add openssl, openssh and nss-tools as BuildRequires