public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uperf] epel10.3: Support building for EL >= 10
@ 2026-09-10 15:20 Michel Lind
0 siblings, 0 replies; only message in thread
From: Michel Lind @ 2026-09-10 15:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uperf
Branch : epel10.3
Commit : abe868c0bc923dd1fc472cabcf50c360bb676b12
Author : Michel Lind <salimma@fedoraproject.org>
Date : 2026-09-09T23:00:29+01:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uperf/c/abe868c0bc923dd1fc472cabcf50c360bb676b12?branch=epel10.3
Log:
Support building for EL >= 10
Signed-off-by: Michel Lind <salimma@fedoraproject.org>
---
diff --git a/uperf.spec b/uperf.spec
index 0f497a4..3dbff2d 100644
--- a/uperf.spec
+++ b/uperf.spec
@@ -1,7 +1,7 @@
Summary: Network performance tool with modelling and replay support
Name: uperf
Version: 1.0.8
-Release: 11%{?dist}
+Release: 12%{?dist}
# Automatically converted from old format: GPLv3 - review is highly recommended.
License: GPL-3.0-only
URL: http://www.uperf.org/
@@ -22,7 +22,7 @@ networking patterns.
%prep
%autosetup -N
-%if 0%{?fedora} > 44
+%if 0%{?fedora} > 44 || 0%{?rhel} >= 10
%autopatch -p1
%endif
chmod 0644 workloads/{tcp-change-cc.xml,sctp-over-udp.xml,tcp-freebsd-change-stack.xml}
@@ -53,6 +53,9 @@ rm -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
%{_datadir}/uperf
%changelog
+* Wed Sep 09 2026 Michel Lind <salimma@fedoraproject.org> - 1.0.8-12
+- Support building for EL >= 10
+
* Thu Aug 06 2026 Terje Røsten <terjeros@gmail.com> - 1.0.8-11
- Newer OpenSSL has removed engine support
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 15:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 15:20 [rpms/uperf] epel10.3: Support building for EL >= 10 Michel Lind
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox