public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trafficserver] trafficserver-9.2.14-1: Disable s390x, bump spec version
@ 2026-07-15 17:21 Jered Floyd
  0 siblings, 0 replies; only message in thread
From: Jered Floyd @ 2026-07-15 17:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/trafficserver
Branch : trafficserver-9.2.14-1
Commit : 99ab55c94e196c8e1bcfb8545bd3573131826a57
Author : Jered Floyd <jered@redhat.com>
Date   : 2022-06-07T13:56:53+00:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/99ab55c94e196c8e1bcfb8545bd3573131826a57?branch=trafficserver-9.2.14-1

Log:
Disable s390x, bump spec version

---
diff --git a/trafficserver.spec b/trafficserver.spec
index b35a667..f4d51db 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -4,7 +4,7 @@
 
 Name:           trafficserver
 Version:        9.1.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
 
 License:        ASL 2.0
@@ -38,7 +38,8 @@ Patch4:         config-layout-redhat.patch
 
 # Upstream does not support 32-bit architectures:
 # https://github.com/apache/trafficserver/issues/4432
-ExcludeArch:    %{arm} %{ix86}
+# s390x is also not a supported architecture and does not build
+ExcludeArch:    %{arm} %{ix86} s390x
 
 BuildRequires:  expat-devel hwloc-devel pcre-devel zlib-devel xz-devel
 BuildRequires:  libcurl-devel ncurses-devel gnupg python3
@@ -316,6 +317,9 @@ fi
 
 
 %changelog
+* Tue Jun 07 2022 Jered Floyd <jered@redhat.com> 9.1.2-7
+- Exclude s390x architecture -- not supported upstream
+
 * Thu May 12 2022 Jered Floyd <jered@redhat.com> 9.1.2-6
 - Further changes based on package review; perl dependencies, paths
 

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

only message in thread, other threads:[~2026-07-15 17:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 17:21 [rpms/trafficserver] trafficserver-9.2.14-1: Disable s390x, bump spec version Jered Floyd

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