Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
1 changed files with 11 additions and 49 deletions
60
ufw.spec
60
ufw.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: ufw
|
||||
Version: 0.35
|
||||
Release: 41%{?dist}
|
||||
Release: 30%{?dist}
|
||||
Summary: Uncomplicated Firewall
|
||||
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -63,23 +63,18 @@ manipulating the firewall.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -P0 -p1 -b .trans-dir
|
||||
%patch -P1 -p1 -b .libexec-dir
|
||||
%patch -P2 -p1 -b .default-enabled
|
||||
%patch -P3 -p1 -b .default-allow-ssh
|
||||
%patch -P4 -p1 -b .multicast
|
||||
%patch0 -p1 -b .trans-dir
|
||||
%patch1 -p1 -b .libexec-dir
|
||||
%patch2 -p1 -b .default-enabled
|
||||
%patch3 -p1 -b .default-allow-ssh
|
||||
%patch4 -p1 -b .multicast
|
||||
rm -f profiles/*.multicast
|
||||
%patch -P5 -p1 -b .additional-profiles
|
||||
%patch5 -p1 -b .additional-profiles
|
||||
rm -f profiles/*.additional-profiles
|
||||
%patch -P6 -p1 -b .python36
|
||||
%patch -P7 -p1 -b .permissions
|
||||
%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
|
||||
%patch6 -p1 -b .python36
|
||||
%patch7 -p1 -b .permissions
|
||||
%patch8 -p1 -b .no-pointless-env
|
||||
%patch9 -p1 -b .distutils-setuptools
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
|
|
@ -130,39 +125,6 @@ install -D -p -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/ufw.service
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Wed Jun 03 2026 Python Maint <python-maint@redhat.com> - 0.35-40
|
||||
- Rebuilt for Python 3.15
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.35-38
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.35-37
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 0.35-35
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.35-32
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.35-30
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue