From 34ee11d2bd97e456266fb01dd53d2b2349e0000f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:39:40 +0000 Subject: [PATCH 1/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index 5478257..3dc5c7f 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -125,6 +125,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.35-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Jul 20 2024 Fedora Release Engineering - 0.35-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 372ee6c5d81f0a33f46eb6c2a47418aa2930bdb4 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Mon, 2 Jun 2025 20:53:42 +0200 Subject: [PATCH 2/9] Rebuilt for Python 3.14 --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index 3dc5c7f..f3e0074 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -125,6 +125,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Mon Jun 02 2025 Python Maint - 0.35-35 +- Rebuilt for Python 3.14 + * Sun Jan 19 2025 Fedora Release Engineering - 0.35-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 4009196ca0b78448ac80164aa59b60061fdb0275 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Sat, 21 Jun 2025 22:27:42 +0200 Subject: [PATCH 3/9] Handle unification of /usr/bin and /usr/sbin --- ufw.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ufw.spec b/ufw.spec index f3e0074..d1c6a6e 100644 --- a/ufw.spec +++ b/ufw.spec @@ -76,6 +76,11 @@ rm -f profiles/*.additional-profiles %patch -P8 -p1 -b .no-pointless-env %patch -P9 -p1 -b .distutils-setuptools +%if 0%{?fedora} >= 42 || 0%{?rhel} >= 11 +# Unify /usr/bin and /usr/sbin +sed -e "s/'sbin'/'bin'/" -i setup.py +%endif + %build %py3_build From ff3dff9835a6a9a0d01d8fcd96a56987d59b1915 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:43:58 +0000 Subject: [PATCH 4/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index d1c6a6e..d650995 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 0.35-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Mon Jun 02 2025 Python Maint - 0.35-35 - Rebuilt for Python 3.14 From c42f7cbbfbfbeb715c927a63593d81bf4b489acf Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 15 Aug 2025 15:21:18 +0200 Subject: [PATCH 5/9] Rebuilt for Python 3.14.0rc2 bytecode --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index d650995..0873824 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Fri Aug 15 2025 Python Maint - 0.35-37 +- Rebuilt for Python 3.14.0rc2 bytecode + * Fri Jul 25 2025 Fedora Release Engineering - 0.35-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 995e08a1af8a02ca71eda2b8099e709bef47fefb Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 19 Sep 2025 15:01:04 +0200 Subject: [PATCH 6/9] Rebuilt for Python 3.14.0rc3 bytecode --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index 0873824..e3cdda7 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Fri Sep 19 2025 Python Maint - 0.35-38 +- Rebuilt for Python 3.14.0rc3 bytecode + * Fri Aug 15 2025 Python Maint - 0.35-37 - Rebuilt for Python 3.14.0rc2 bytecode From 4425ffc6fdae7c037e03b69b279789c31b945d34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:33:34 +0000 Subject: [PATCH 7/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index e3cdda7..2f0b1fa 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.35-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Sep 19 2025 Python Maint - 0.35-38 - Rebuilt for Python 3.14.0rc3 bytecode From ba75e7ca69ce8a6d9f666e2628e6cb1bcd7513db Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 3 Jun 2026 17:50:08 +0200 Subject: [PATCH 8/9] Rebuilt for Python 3.15 --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index 2f0b1fa..97dce35 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Wed Jun 03 2026 Python Maint - 0.35-40 +- Rebuilt for Python 3.15 + * Sat Jan 17 2026 Fedora Release Engineering - 0.35-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From 46467a2a89335a255dc9b75a767a4795ac474828 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:07:43 +0000 Subject: [PATCH 9/9] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- ufw.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ufw.spec b/ufw.spec index 97dce35..fb021cd 100644 --- a/ufw.spec +++ b/ufw.spec @@ -1,6 +1,6 @@ Name: ufw Version: 0.35 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Uncomplicated Firewall License: GPL-3.0-only @@ -130,6 +130,9 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 0.35-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Wed Jun 03 2026 Python Maint - 0.35-40 - Rebuilt for Python 3.15