public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Michel Lind <salimma@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/uperf] rawhide: Support building for EL >= 10
Date: Thu, 10 Sep 2026 15:14:53 GMT [thread overview]
Message-ID: <178905329366.1.9428210732761935125.rpms-uperf-abe868c0bc92@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/uperf
Branch : rawhide
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=rawhide
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
reply other threads:[~2026-09-10 15:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178905329366.1.9428210732761935125.rpms-uperf-abe868c0bc92@fedoraproject.org \
--to=salimma@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox