From 0e6e663cc3c2a1022b0b904848f2b1b3110b5362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 7 Oct 2025 11:43:21 +0200 Subject: [PATCH] Rebuilt due to python "magic number" change Resolves: rhbz#2396886 --- uhd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uhd.spec b/uhd.spec index aff47ae..e07ab96 100644 --- a/uhd.spec +++ b/uhd.spec @@ -31,7 +31,7 @@ Name: uhd URL: http://github.com/EttusResearch/uhd Version: 4.8.0.0 %global images_ver %{version} -Release: 4%{?dist} +Release: 5%{?dist} # Automatically converted from old format: GPLv3+ - review is highly recommended. License: GPL-3.0-or-later BuildRequires: make @@ -289,6 +289,10 @@ install -m0644 -D uhd.sysusers.conf %{buildroot}%{_sysusersdir}/uhd.conf %endif %changelog +* Tue Oct 07 2025 Jaroslav Škarvada - 4.8.0.0-5 +- Rebuilt due to python "magic number" change + Resolves: rhbz#2396886 + * Fri Aug 15 2025 Python Maint - 4.8.0.0-4 - Rebuilt for Python 3.14.0rc2 bytecode