From ee34878d04cb93ba87c33c4b17de48763f7d162e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 2 Feb 2024 10:21:56 -0500 Subject: [PATCH] Restore i686 on Fedora ELN No decision to remove i686 support has yet been announced for RHEL 10 and at this time, dropping that support from SSSD is causing cascading issues. If the removal decision gets made, Fedora ELN will disable i686 builds on the buildsystem machinery side, not in the specfiles. Signed-off-by: Stephen Gallagher --- sssd.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/sssd.spec b/sssd.spec index 90d1f8d..735ac62 100644 --- a/sssd.spec +++ b/sssd.spec @@ -43,7 +43,7 @@ Name: sssd Version: 2.9.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: System Security Services Daemon License: GPL-3.0-or-later URL: https://github.com/SSSD/sssd/ @@ -77,11 +77,6 @@ Suggests: sssd-dbus = %{version}-%{release} %global secdbpath %{sssdstatedir}/secrets %global deskprofilepath %{sssdstatedir}/deskprofile -# https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/URKAWVPEINE4CREFO4L22MGKN6TNUGQK/ -# https://github.com/containers/composefs/pull/229#issuecomment-1838735764 -%if 0%{?rhel} >= 10 -ExcludeArch: %{ix86} -%endif ### Build Dependencies ### @@ -1065,6 +1060,9 @@ fi %systemd_postun_with_restart sssd.service %changelog +* Fri Feb 02 2024 Stephen Gallagher - 2.9.4-5 +- Restore i686 on Fedora ELN + * Wed Jan 31 2024 Guenther Deschner - 2.9.4-4 - Fix the build with Samba 4.20