Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
46467a2a89 | ||
|
|
ba75e7ca69 | ||
|
|
4425ffc6fd | ||
|
|
995e08a1af | ||
|
|
c42f7cbbfb | ||
|
|
ff3dff9835 | ||
| 4009196ca0 | |||
|
|
372ee6c5d8 | ||
|
|
34ee11d2bd |
1 changed files with 30 additions and 1 deletions
31
ufw.spec
31
ufw.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: ufw
|
||||
Version: 0.35
|
||||
Release: 33%{?dist}
|
||||
Release: 41%{?dist}
|
||||
Summary: Uncomplicated Firewall
|
||||
|
||||
License: GPL-3.0-only
|
||||
|
|
@ -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
|
||||
|
||||
|
|
@ -125,6 +130,30 @@ 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue