Remove kernel version requirement
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
bb4b5b8270
commit
04609a8563
@ -1,7 +1,7 @@
|
||||
Summary: A firewall daemon with D-Bus interface providing a dynamic firewall
|
||||
Name: firewalld
|
||||
Version: 0.6.2
|
||||
Release: 1%{?dist}
|
||||
Release: 1.0.riscv64%{?dist}
|
||||
URL: http://www.firewalld.org
|
||||
License: GPLv2+
|
||||
Source0: https://github.com/firewalld/firewalld/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -27,7 +27,7 @@ BuildRequires: nftables
|
||||
BuildRequires: python3-devel
|
||||
Requires: iptables, ebtables, ipset
|
||||
Requires: nftables >= 0.9.0
|
||||
Requires: kernel >= 4.18.0
|
||||
#Requires: kernel >= 4.18.0
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
@ -273,6 +273,9 @@ fi
|
||||
%{_mandir}/man1/firewall-config*.1*
|
||||
|
||||
%changelog
|
||||
* Thu Oct 04 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 0.6.2-1.0.riscv64
|
||||
- Remove kernel version requirement (needed for RISC-V)
|
||||
|
||||
* Fri Sep 21 2018 Eric Garver <egarver@redhat.com> - 0.6.2-1
|
||||
- rebase package to v0.6.2
|
||||
- includes patch to fix zone transaction clear
|
||||
|
Loading…
Reference in New Issue
Block a user