diff --git a/uronode.spec b/uronode.spec index 862afce..92c3265 100644 --- a/uronode.spec +++ b/uronode.spec @@ -9,12 +9,15 @@ Summary: Alternative packet radio system for Linux Name: uronode Version: 2.15 -Release: 10%{?dist} +Release: 13%{?dist} # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later URL: http://uronode.sourceforge.net BuildRequires: make -BuildRequires: gcc, zlib-devel, libax25-devel, systemd +BuildRequires: gcc +BuildRequires: zlib-devel +BuildRequires: libax25-devel +BuildRequires: systemd Requires(post): systemd Requires(preun): systemd Requires(postun): systemd @@ -114,6 +117,15 @@ touch %{buildroot}/%{_var}/lib/flexd/destinations %ghost %{_var}/lib/flexd/destinations %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.15-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + +* Sat Jan 17 2026 Fedora Release Engineering - 2.15-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + +* Fri Jul 25 2025 Fedora Release Engineering - 2.15-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Apr 14 2025 Jaroslav Škarvada - 2.15-10 - Fixed FTBFS with gcc-15 Resolves: rhbz#2341489