public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/guidelines-support-library] epel9: Disabled 32-bit build.
@ 2026-09-06  5:06 Vitaly
  0 siblings, 0 replies; only message in thread
From: Vitaly @ 2026-09-06  5:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/guidelines-support-library
Branch : epel9
Commit : f818ed665c9b595aa7f482aadabc83f7b82a9939
Author : Vitaly <vitaly@easycoding.org>
Date   : 2025-03-02T11:50:42+01:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/guidelines-support-library/c/f818ed665c9b595aa7f482aadabc83f7b82a9939?branch=epel9

Log:
Disabled 32-bit build.

---
diff --git a/guidelines-support-library.spec b/guidelines-support-library.spec
index d10f891..4391f71 100644
--- a/guidelines-support-library.spec
+++ b/guidelines-support-library.spec
@@ -9,6 +9,11 @@ URL: https://github.com/microsoft/GSL
 Summary: Guidelines Support Library
 Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
+# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+%if 0%{?fedora} && 0%{?fedora} >= 42
+ExcludeArch: %{ix86}
+%endif
+
 BuildRequires: cmake
 BuildRequires: gcc
 BuildRequires: gcc-c++

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-06  5:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06  5:06 [rpms/guidelines-support-library] epel9: Disabled 32-bit build Vitaly

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox