public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/trafficserver] trafficserver-9.2.14-1: Don't try to use Crypto Policies on RHEL 7
@ 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 : df38be782bf7a7e2522ac49ef6af63e2f0f2033c
Author : Jered Floyd <jered@redhat.com>
Date   : 2022-07-12T01:50:14+00:00
Stats  : +7/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/trafficserver/c/df38be782bf7a7e2522ac49ef6af63e2f0f2033c?branch=trafficserver-9.2.14-1

Log:
Don't try to use Crypto Policies on RHEL 7

---
diff --git a/trafficserver.spec b/trafficserver.spec
index 6ec6c94..063c7e2 100644
--- a/trafficserver.spec
+++ b/trafficserver.spec
@@ -4,7 +4,7 @@
 
 Name:           trafficserver
 Version:        9.1.2
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Fast, scalable and extensible HTTP/1.1 and HTTP/2 caching proxy server
 
 License:        ASL 2.0
@@ -25,7 +25,10 @@ Source10:       %{modulename}.fc
 
 # The new version of the test framework changes some symbols needed for the tests
 Patch0:         unit_tests.patch
+# Use Crypto Policies where supported
+%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
 Patch1:         trafficserver-crypto-policy.patch
+%endif
 # fc36 upgrades to gcc 12, which no longer has cstring compatbility in string
 # Upsteam PR: https://github.com/apache/trafficserver/pull/8786
 Patch2:         gcc12-cstring.patch
@@ -313,6 +316,9 @@ fi
 
 
 %changelog
+* Mon Jul 11 2022 Jered Floyd <jered@redhat.com> 9.1.2-9
+- Don't try to use Crypto Policies on RHEL 7
+
 * Mon Jun 13 2022 Jered Floyd <jered@redhat.com> 9.1.2-8
 - Cherry-pick OpenSSL 3 compatibility required for RHEL 9
 - Switch to OpenSSL 3 on f36+

^ 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: Don't try to use Crypto Policies on RHEL 7 Jered Floyd

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