public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uperf] epel10.2: Fix build deps after openssl changes
@ 2026-09-10 15:19 Terje Rosten
0 siblings, 0 replies; only message in thread
From: Terje Rosten @ 2026-09-10 15:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uperf
Branch : epel10.2
Commit : 620e46bb971fe9831fc8a35d5f4448c3cf5e0cee
Author : Terje Rosten <terje.rosten@ntnu.no>
Date : 2024-07-07T14:49:14+02:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/uperf/c/620e46bb971fe9831fc8a35d5f4448c3cf5e0cee?branch=epel10.2
Log:
Fix build deps after openssl changes
---
diff --git a/uperf.spec b/uperf.spec
index b51b0e7..63c5be6 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: 2%{?dist}
+Release: 3%{?dist}
License: GPLv3
URL: http://www.uperf.org/
Source0: https://github.com/uperf/uperf/archive/v%{version}.tar.gz
@@ -11,6 +11,9 @@ BuildRequires: gcc
BuildRequires: lksctp-tools-devel
BuildRequires: make
BuildRequires: openssl-devel
+%if 0%{?fedora} > 40
+BuildRequires: openssl-devel-engine
+%endif
%description
Network performance tool that supports modelling and replay of various
networking patterns.
@@ -45,6 +48,9 @@ rm -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
%{_datadir}/uperf
%changelog
+* Sun Jul 07 2024 Terje Rosten <terje.rosten@ntnu.no> - 1.0.8-3
+- Fix build deps after openssl changes
+
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 15:19 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:19 [rpms/uperf] epel10.2: Fix build deps after openssl changes Terje Rosten
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox