2014-03-26 20:11:00 +00:00
|
|
|
Name: nftables
|
2024-11-07 17:54:35 +00:00
|
|
|
Version: 1.1.1
|
2024-11-15 08:08:15 +00:00
|
|
|
Release: 3%{?dist}
|
2014-12-26 18:52:35 +00:00
|
|
|
# Upstream released a 0.100 version, then 0.4. Need Epoch to get back on track.
|
|
|
|
Epoch: 1
|
2024-07-03 00:41:08 +00:00
|
|
|
Summary: Netfilter Tables userspace utilities
|
2014-03-26 20:11:00 +00:00
|
|
|
|
2023-08-11 19:21:54 +00:00
|
|
|
License: GPL-2.0-only
|
2019-12-04 15:06:31 +00:00
|
|
|
URL: https://netfilter.org/projects/nftables/
|
2023-04-01 19:03:21 +00:00
|
|
|
Source0: %{url}/files/%{name}-%{version}.tar.xz
|
2016-03-25 19:20:49 +00:00
|
|
|
Source1: nftables.service
|
2016-04-10 19:58:34 +00:00
|
|
|
Source2: nftables.conf
|
2022-02-03 17:17:59 +00:00
|
|
|
Source3: main.nft
|
|
|
|
Source4: router.nft
|
|
|
|
Source5: nat.nft
|
2024-07-03 00:41:08 +00:00
|
|
|
Source6: nft-test.stderr.expect
|
|
|
|
Source7: run-tests.stderr.expect
|
|
|
|
|
2024-11-07 17:54:35 +00:00
|
|
|
Patch1: 0001-tests-shell-fix-spurious-dump-failure-in-vmap-timeou.patch
|
|
|
|
Patch2: 0002-libnftables-json-fix-raw-payload-expression-document.patch
|
|
|
|
Patch3: 0003-src-collapse-set-element-commands-from-parser.patch
|
|
|
|
Patch4: 0004-mnl-rename-to-mnl_seqnum_alloc-to-mnl_seqnum_inc.patch
|
|
|
|
Patch5: 0005-mnl-update-cmd_add_loc-to-take-struct-nlmsghdr.patch
|
|
|
|
Patch6: 0006-rule-netlink-attribute-offset-is-uint32_t-for-struct.patch
|
|
|
|
Patch7: 0007-src-fix-extended-netlink-error-reporting-with-large-.patch
|
|
|
|
Patch8: 0008-tests-monitor-fix-up-test-case-breakage.patch
|
|
|
|
Patch9: 0009-doc-extend-description-of-fib-expression.patch
|
|
|
|
Patch10: 0010-json-collapse-set-element-commands-from-parser.patch
|
|
|
|
Patch11: 0011-json-Support-typeof-in-set-and-map-types.patch
|
|
|
|
Patch12: 0012-tests-py-Fix-for-storing-payload-into-missing-file.patch
|
|
|
|
Patch13: 0013-monitor-Recognize-flowtable-add-del-events.patch
|
2014-03-26 20:11:00 +00:00
|
|
|
|
2024-07-03 00:41:08 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
2021-01-07 05:50:11 +00:00
|
|
|
BuildRequires: make
|
2022-06-10 10:36:44 +00:00
|
|
|
BuildRequires: gcc
|
2014-03-26 20:11:00 +00:00
|
|
|
BuildRequires: flex
|
|
|
|
BuildRequires: bison
|
2022-06-10 10:36:44 +00:00
|
|
|
BuildRequires: pkgconfig(libmnl) >= 1.0.4
|
2014-03-26 20:11:00 +00:00
|
|
|
BuildRequires: gmp-devel
|
2024-11-07 17:54:35 +00:00
|
|
|
BuildRequires: pkgconfig(libnftnl) >= 1.2.8
|
2016-03-25 19:20:49 +00:00
|
|
|
BuildRequires: systemd
|
2019-06-28 05:01:05 +00:00
|
|
|
BuildRequires: asciidoc
|
2022-06-10 10:36:44 +00:00
|
|
|
BuildRequires: pkgconfig(xtables) >= 1.6.1
|
2019-06-28 05:01:05 +00:00
|
|
|
BuildRequires: jansson-devel
|
2019-10-01 08:51:31 +00:00
|
|
|
BuildRequires: python3-devel
|
2021-11-28 20:13:54 +00:00
|
|
|
BuildRequires: readline-devel
|
2014-03-26 20:11:00 +00:00
|
|
|
|
2023-10-20 13:41:50 +00:00
|
|
|
%generate_buildrequires
|
|
|
|
cd py/
|
|
|
|
%pyproject_buildrequires
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
%description
|
|
|
|
Netfilter Tables userspace utilities.
|
|
|
|
|
2018-05-05 02:28:51 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development library for nftables / libnftables
|
2018-05-07 05:28:00 +00:00
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
2018-05-05 02:28:51 +00:00
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
%description devel
|
2024-07-03 00:41:08 +00:00
|
|
|
Development tools and static libraries and header files for the libnftables library.
|
2018-05-05 02:28:51 +00:00
|
|
|
|
2019-10-01 08:51:31 +00:00
|
|
|
%package -n python3-nftables
|
|
|
|
Summary: Python module providing an interface to libnftables
|
|
|
|
Requires: %{name} = %{epoch}:%{version}-%{release}
|
|
|
|
%{?python_provide:%python_provide python3-nftables}
|
|
|
|
|
|
|
|
%description -n python3-nftables
|
|
|
|
The nftables python module provides an interface to libnftables via ctypes.
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
%prep
|
2020-05-15 17:51:56 +00:00
|
|
|
%autosetup -p1
|
2024-07-03 00:41:08 +00:00
|
|
|
cp -a %{SOURCE6} ./tests/py/
|
|
|
|
cp -a %{SOURCE7} ./tests/shell/
|
2014-03-26 20:11:00 +00:00
|
|
|
|
|
|
|
%build
|
2024-07-03 00:41:08 +00:00
|
|
|
autoreconf -fi
|
|
|
|
rm -Rf autom4te*.cache config.h.in~
|
|
|
|
%configure --disable-silent-rules --with-xtables --with-json --with-cli=readline
|
2020-07-14 02:07:16 +00:00
|
|
|
%make_build
|
2023-10-20 13:41:50 +00:00
|
|
|
cd py/
|
|
|
|
%pyproject_wheel
|
2014-03-26 20:11:00 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install
|
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
2018-05-05 02:28:51 +00:00
|
|
|
|
|
|
|
# Don't ship static lib (for now at least)
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libnftables.a
|
|
|
|
|
2022-02-03 17:17:59 +00:00
|
|
|
# drop vendor-provided configs, they are not really useful
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_datadir}/nftables/*.nft
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
chmod 644 $RPM_BUILD_ROOT/%{_mandir}/man8/nft*
|
|
|
|
|
2016-03-25 19:20:49 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_unitdir}
|
|
|
|
cp -a %{SOURCE1} $RPM_BUILD_ROOT/%{_unitdir}/
|
|
|
|
|
2016-04-10 19:58:34 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig
|
|
|
|
cp -a %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/sysconfig/
|
|
|
|
|
2022-02-03 17:17:59 +00:00
|
|
|
cp %{SOURCE3} %{SOURCE4} %{SOURCE5} \
|
2021-06-02 14:38:23 +00:00
|
|
|
$RPM_BUILD_ROOT/%{_sysconfdir}/nftables/
|
2022-02-03 17:17:59 +00:00
|
|
|
|
|
|
|
find $RPM_BUILD_ROOT/%{_sysconfdir} \
|
|
|
|
\( -type d -exec chmod 0700 {} \; \) , \
|
|
|
|
\( -type f -exec chmod 0600 {} \; \)
|
2018-03-03 23:31:20 +00:00
|
|
|
|
2023-10-20 13:41:50 +00:00
|
|
|
cd py/
|
|
|
|
%pyproject_install
|
|
|
|
%pyproject_save_files nftables
|
2019-10-01 08:51:31 +00:00
|
|
|
|
2016-03-25 19:20:49 +00:00
|
|
|
%post
|
|
|
|
%systemd_post nftables.service
|
2019-06-28 05:01:05 +00:00
|
|
|
%ldconfig_post
|
2016-03-25 19:20:49 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_preun nftables.service
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_postun_with_restart nftables.service
|
2018-05-05 02:28:51 +00:00
|
|
|
%ldconfig_postun
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
%files
|
2018-05-05 02:28:51 +00:00
|
|
|
%license COPYING
|
2014-03-26 20:11:00 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/nftables/
|
2016-04-10 19:58:34 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/nftables.conf
|
2014-03-26 20:11:00 +00:00
|
|
|
%{_sbindir}/nft
|
2018-05-07 05:28:00 +00:00
|
|
|
%{_libdir}/libnftables.so.*
|
2019-06-28 05:01:05 +00:00
|
|
|
%{_mandir}/man5/libnftables-json.5*
|
2014-03-26 20:11:00 +00:00
|
|
|
%{_mandir}/man8/nft*
|
2016-03-25 19:20:49 +00:00
|
|
|
%{_unitdir}/nftables.service
|
2019-12-04 15:06:31 +00:00
|
|
|
%{_docdir}/nftables/examples/*.nft
|
2014-03-26 20:11:00 +00:00
|
|
|
|
2018-05-05 02:28:51 +00:00
|
|
|
%files devel
|
2018-05-07 05:28:00 +00:00
|
|
|
%{_libdir}/libnftables.so
|
2018-05-05 02:28:51 +00:00
|
|
|
%{_libdir}/pkgconfig/libnftables.pc
|
2018-05-12 01:28:25 +00:00
|
|
|
%{_includedir}/nftables/libnftables.h
|
2019-08-23 01:28:59 +00:00
|
|
|
%{_mandir}/man3/libnftables.3*
|
2018-05-05 02:28:51 +00:00
|
|
|
|
2023-10-20 13:41:50 +00:00
|
|
|
%files -n python3-nftables -f %{pyproject_files}
|
2019-10-01 08:51:31 +00:00
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
%changelog
|
2024-11-15 08:08:15 +00:00
|
|
|
* Fri Nov 15 2024 Phil Sutter <psutter@redhat.com> [1.1.1-3.el10]
|
|
|
|
- Fix for typo in gating.yaml (Phil Sutter) [RHEL-65346]
|
|
|
|
|
2024-11-14 19:50:14 +00:00
|
|
|
* Thu Nov 14 2024 Phil Sutter <psutter@redhat.com> [1.1.1-2.el10]
|
|
|
|
- Fix gating.yaml for internal CI (Phil Sutter) [RHEL-65346]
|
|
|
|
|
2024-11-07 17:54:35 +00:00
|
|
|
* Thu Nov 07 2024 Phil Sutter <psutter@redhat.com> [1.1.1-1.el10]
|
|
|
|
- monitor: Recognize flowtable add/del events (Phil Sutter) [RHEL-65346]
|
|
|
|
- tests: py: Fix for storing payload into missing file (Phil Sutter) [RHEL-65346]
|
|
|
|
- json: Support typeof in set and map types (Phil Sutter) [RHEL-65346]
|
|
|
|
- json: collapse set element commands from parser (Phil Sutter) [RHEL-65346]
|
|
|
|
- doc: extend description of fib expression (Phil Sutter) [RHEL-65346]
|
|
|
|
- tests: monitor: fix up test case breakage (Phil Sutter) [RHEL-65346]
|
|
|
|
- src: fix extended netlink error reporting with large set elements (Phil Sutter) [RHEL-65346]
|
|
|
|
- rule: netlink attribute offset is uint32_t for struct nlerr_loc (Phil Sutter) [RHEL-65346]
|
|
|
|
- mnl: update cmd_add_loc() to take struct nlmsghdr (Phil Sutter) [RHEL-65346]
|
|
|
|
- mnl: rename to mnl_seqnum_alloc() to mnl_seqnum_inc() (Phil Sutter) [RHEL-65346]
|
|
|
|
- src: collapse set element commands from parser (Phil Sutter) [RHEL-65346]
|
|
|
|
- libnftables-json: fix raw payload expression documentation (Phil Sutter) [RHEL-65346]
|
|
|
|
- tests: shell: fix spurious dump failure in vmap timeout test (Phil Sutter) [RHEL-65346]
|
|
|
|
- Rebase onto version 1.1.1 (Phil Sutter) [RHEL-65346]
|
|
|
|
|
2024-10-29 15:51:35 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:1.0.9-5.1
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-07-03 00:41:08 +00:00
|
|
|
* Wed Jul 03 2024 Phil Sutter <psutter@redhat.com> [1.0.9-5.el10]
|
|
|
|
- Sync with RHEL9 package (Phil Sutter)
|
|
|
|
|
2024-06-24 16:04:46 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.0.9-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-25 08:57:37 +00:00
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 09:40:55 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-20 13:41:50 +00:00
|
|
|
* Thu Oct 19 2023 Phil Sutter <psutter@redhat.com> - 1:1.0.9-1
|
|
|
|
- Fix devel sub-package description
|
|
|
|
- Utilize pyproject-rpm-macros for the python sub-package
|
|
|
|
- new version 1.0.9
|
|
|
|
|
2023-08-11 19:21:54 +00:00
|
|
|
* Fri Aug 11 2023 Phil Sutter <psutter@redhat.com> - 1:1.0.7-4
|
|
|
|
- Convert license to SPDX format
|
|
|
|
|
2023-07-20 16:39:22 +00:00
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-15 12:17:38 +00:00
|
|
|
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1:1.0.7-2
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-04-01 19:03:21 +00:00
|
|
|
* Sat Apr 01 2023 Kevin Fenzi <kevin@scrye.com> - 1.0.7-1
|
|
|
|
- Update to 1.0.7. Fixes rhbz#2155658
|
|
|
|
- Build the package with setuptools instead of distutils. Fixes: rhbz#2154872
|
|
|
|
|
2023-01-19 21:34:21 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-08-10 12:56:55 +00:00
|
|
|
* Wed Aug 10 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.5-1
|
|
|
|
- New version 1.0.5
|
|
|
|
|
2022-07-22 00:33:24 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-13 14:53:31 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1:1.0.4-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-06-10 10:36:44 +00:00
|
|
|
* Fri Jun 10 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.4-1
|
|
|
|
- Review package dependencies
|
|
|
|
- Update to 1.0.4. Fixes rhbz#2056594
|
|
|
|
|
2022-03-08 18:37:13 +00:00
|
|
|
* Tue Mar 08 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.1-4
|
|
|
|
- Prevent port-shadow attacks in sample nat config. Fixes rhbz#2061917
|
|
|
|
|
2022-02-03 17:17:59 +00:00
|
|
|
* Thu Feb 03 2022 Phil Sutter <psutter@redhat.com> - 1:1.0.1-3
|
|
|
|
- Ship a more advanced default config. Fixes rhbz#1999596
|
|
|
|
|
2022-01-20 21:11:26 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-11-28 00:40:06 +00:00
|
|
|
* Sat Nov 27 2021 Kevin Fenzi <kevin@scrye.com> - 1.0.1-1
|
|
|
|
- Update to 1.1.1. Fixes rhbz#2024594
|
|
|
|
|
2021-08-27 19:36:20 +00:00
|
|
|
* Fri Aug 27 2021 Kevin Fenzi <kevin@scrye.com> - 1.0.0-1
|
|
|
|
- Update to 1.1.0. Fixes rhbz#1995737
|
|
|
|
|
2021-07-22 16:07:11 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.9-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 18:12:54 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1:0.9.9-2
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-06-02 14:38:23 +00:00
|
|
|
* Wed Jun 02 2021 Phil Sutter <psutter@redhat.com> - 1:0.9.9-1
|
|
|
|
- Update to 0.9.9. Fixes rhbz#1964718
|
|
|
|
|
2021-03-02 15:13:18 +00:00
|
|
|
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1:0.9.8-3
|
|
|
|
- Rebuilt for updated systemd-rpm-macros
|
|
|
|
See https://pagure.io/fesco/issue/2583.
|
|
|
|
|
2021-01-26 21:30:39 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-16 21:26:01 +00:00
|
|
|
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 0.9.8-1
|
|
|
|
- Update to 0.9.8. Fixes rhbz#1916940
|
|
|
|
|
2020-10-31 23:14:02 +00:00
|
|
|
* Sat Oct 31 2020 Kevin Fenzi <kevin@scrye.com> - 0.9.7-1
|
|
|
|
- Update to 0.9.7. Fixes bug #1891769
|
|
|
|
|
2020-10-29 12:36:37 +00:00
|
|
|
* Thu Oct 29 2020 Stephen Gallagher <sgallagh@redhat.com> - 1:0.9.6-2
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2020-09-05 18:26:14 +00:00
|
|
|
* Sat Sep 05 2020 Neal Gompa <ngompa13@gmail.com> - 1:0.9.6-1
|
|
|
|
- Update to 0.9.6 (RH#1846663)
|
|
|
|
|
2020-07-28 09:08:44 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-14 02:07:16 +00:00
|
|
|
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 1:0.9.3-5
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-05-26 00:54:11 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:0.9.3-4
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-09-05 18:25:52 +00:00
|
|
|
* Fri May 15 2020 Richard Shaw <hobbes1069@gmail.com> - 1:0.9.3-3
|
2020-05-15 17:51:56 +00:00
|
|
|
- Add patch for json performance with ipsets, fixes RHBZ#1834853.
|
|
|
|
|
2020-01-29 14:58:14 +00:00
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-12-04 15:06:31 +00:00
|
|
|
* Wed Dec 04 2019 Phil Sutter <psutter@redhat.com> - 1:0.9.3-1
|
2019-12-05 21:49:40 +00:00
|
|
|
- Update to 0.9.3. Fixes bug #1778959
|
2019-12-04 15:06:31 +00:00
|
|
|
|
2019-10-01 08:51:31 +00:00
|
|
|
* Tue Oct 01 2019 Phil Sutter <psutter@redhat.com> - 1:0.9.2-3
|
|
|
|
- Drop unneeded docbook2X build dependency
|
|
|
|
- Add python3-nftables sub-package
|
|
|
|
|
2019-08-23 01:28:59 +00:00
|
|
|
* Fri Aug 23 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.2-2
|
2019-10-01 08:51:31 +00:00
|
|
|
- Move libnftables section 3 man page to devel package.
|
2019-08-23 01:28:59 +00:00
|
|
|
|
2019-08-23 01:10:08 +00:00
|
|
|
* Fri Aug 23 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.2-1
|
|
|
|
- Update to 0.9.2. Fixes bug #1743223
|
|
|
|
|
2019-07-25 18:39:19 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-28 21:42:22 +00:00
|
|
|
* Fri Jun 28 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.1-2
|
|
|
|
- Add some filters to nftables.conf
|
|
|
|
|
2019-06-28 05:01:05 +00:00
|
|
|
* Tue Jun 25 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.1-1
|
|
|
|
- Update to 0.9.1. Fixes bug #1723515
|
|
|
|
|
2019-06-17 17:59:29 +00:00
|
|
|
* Mon Jun 17 2019 Kevin Fenzi <kevin@scrye.com> - 0.9.0-7
|
|
|
|
- Rebuild for new libnftnl.
|
|
|
|
|
2019-03-17 03:47:41 +00:00
|
|
|
* Sat Mar 16 2019 Kevin Fenzi <kevin@scrye.com> - 1:0.9.0-6
|
|
|
|
- Fix permissions. Bug #1685242
|
|
|
|
|
2019-02-17 08:30:52 +00:00
|
|
|
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:0.9.0-5
|
|
|
|
- Rebuild for readline 8.0
|
|
|
|
|
2019-02-01 12:20:12 +00:00
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-04 20:52:50 +00:00
|
|
|
* Sun Nov 04 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.0-3
|
|
|
|
- Fix config file to have correct include names. Fixes bug #1642103
|
|
|
|
|
2018-07-13 11:36:01 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-10 00:18:09 +00:00
|
|
|
* Sat Jun 09 2018 Kevin Fenzi <kevin@scrye.com> - 0.9.0-1
|
|
|
|
- Update to 0.9.0. Fixes bug #1589404
|
|
|
|
|
2018-05-12 01:28:25 +00:00
|
|
|
* Fri May 11 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.5-1
|
|
|
|
- Update to 0.8.5. Fixes bug #1576802
|
|
|
|
|
2018-05-07 05:28:00 +00:00
|
|
|
* Sun May 06 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.4-2
|
|
|
|
- Fix devel package to require the Epoch too.
|
|
|
|
- Fix libraries split
|
|
|
|
|
2018-05-05 02:28:51 +00:00
|
|
|
* Fri May 04 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.4-1
|
|
|
|
- Update to 0.8.4. Fixes bug #1574096
|
|
|
|
|
2018-03-03 23:31:20 +00:00
|
|
|
* Sat Mar 03 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.3-1
|
|
|
|
- Update to 0.8.3. Fixes bug #1551207
|
|
|
|
|
2018-02-08 04:12:05 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-02-05 19:36:28 +00:00
|
|
|
* Mon Feb 05 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2. Fixes bug #1541582
|
|
|
|
|
2018-01-16 21:03:35 +00:00
|
|
|
* Tue Jan 16 2018 Kevin Fenzi <kevin@scrye.com> - 0.8.1-1
|
|
|
|
- Update to 0.8.1. Fixes bug #1534982
|
|
|
|
|
2017-10-23 00:47:19 +00:00
|
|
|
* Sun Oct 22 2017 Kevin Fenzi <kevin@scrye.com> - 0.8-1
|
|
|
|
- Update to 0.8.
|
|
|
|
|
2017-08-03 03:58:02 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 22:56:09 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 22:17:26 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.7-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-12 16:30:34 +00:00
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1:0.7-2
|
|
|
|
- Rebuild for readline 7.x
|
|
|
|
|
2016-12-23 00:01:45 +00:00
|
|
|
* Thu Dec 22 2016 Kevin Fenzi <kevin@scrye.com> - 0.7-1
|
|
|
|
- Update to 0.7
|
|
|
|
|
2016-07-15 17:29:29 +00:00
|
|
|
* Fri Jul 15 2016 Kevin Fenzi <kevin@scrye.com> - 0.6-2
|
|
|
|
- Rebuild for new glibc symbols
|
|
|
|
|
2016-06-02 20:12:21 +00:00
|
|
|
* Thu Jun 02 2016 Kevin Fenzi <kevin@scrye.com> - 0.6-1
|
|
|
|
- Update to 0.6.
|
|
|
|
|
2016-04-10 19:58:34 +00:00
|
|
|
* Sun Apr 10 2016 Kevin Fenzi <kevin@scrye.com> - 0.5-4
|
|
|
|
- Add example config files and move config to /etc/sysconfig. Fixes bug #1313936
|
|
|
|
|
2016-03-25 19:20:49 +00:00
|
|
|
* Fri Mar 25 2016 Kevin Fenzi <kevin@scrye.com> - 0.5-3
|
|
|
|
- Add systemd unit file. Fixes bug #1313936
|
|
|
|
|
2016-02-04 09:20:28 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-09-18 00:06:33 +00:00
|
|
|
* Thu Sep 17 2015 Kevin Fenzi <kevin@scrye.com> 0.5-1
|
|
|
|
- Update to 0.5
|
|
|
|
|
2015-06-17 21:48:40 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-01-10 18:11:51 +00:00
|
|
|
* Sat Jan 10 2015 Kevin Fenzi <kevin@scrye.com> 0.4-2
|
|
|
|
- Add patch to fix nft -f dep gen.
|
|
|
|
|
2014-12-26 18:52:35 +00:00
|
|
|
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 0.4-1
|
|
|
|
- Update to 0.4
|
|
|
|
- Add Epoch to fix versioning.
|
|
|
|
|
2014-09-03 20:23:23 +00:00
|
|
|
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 0.100-4.20140903git
|
|
|
|
- Update to 20140903 snapshot
|
|
|
|
|
2014-08-17 11:48:47 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-4.20140704git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-04 17:56:16 +00:00
|
|
|
* Fri Jul 04 2014 Kevin Fenzi <kevin@scrye.com> 0.100-3.20140704git
|
|
|
|
- Update to new snapshot
|
|
|
|
|
2014-06-07 12:46:49 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.100-2.20140426git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-26 17:34:30 +00:00
|
|
|
* Sat Apr 26 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140426git
|
|
|
|
- Update t0 20140426
|
|
|
|
|
2014-03-30 18:17:33 +00:00
|
|
|
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 0.100-1.20140330git
|
|
|
|
- Update to 20140330 snapshot
|
|
|
|
- Sync versions to be post 0.100 release.
|
|
|
|
|
2014-03-26 20:11:00 +00:00
|
|
|
* Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.7.20140326git
|
|
|
|
- Update to 20140326 snapshot
|
|
|
|
- Fix permissions on man pages.
|
|
|
|
|
|
|
|
* Mon Mar 24 2014 Kevin Fenzi <kevin@scrye.com> 0-0.6.20140324git
|
|
|
|
- Update to 20140324 snapshot
|
|
|
|
|
|
|
|
* Fri Mar 07 2014 Kevin Fenzi <kevin@scrye.com> 0-0.5.20140307git
|
|
|
|
- Update to 20140307
|
|
|
|
|
|
|
|
* Sat Jan 25 2014 Kevin Fenzi <kevin@scrye.com> 0-0.4.20140125git
|
|
|
|
- Update to 20140125 snapshot
|
|
|
|
|
|
|
|
* Sat Jan 18 2014 Kevin Fenzi <kevin@scrye.com> 0-0.3.20140118git
|
|
|
|
- Update to 20140118 snapshot
|
|
|
|
- Fixed License tag to be correct
|
|
|
|
- Fixed changelog
|
|
|
|
- nft scripts now use full path for nft
|
|
|
|
- Fixed man page building
|
|
|
|
- Dropped unneeded rm in install
|
|
|
|
- Patched build to not be silent.
|
|
|
|
|
|
|
|
* Tue Dec 03 2013 Kevin Fenzi <kevin@scrye.com> 0-0.2.20131202git
|
|
|
|
- Use upstream snapshots for source.
|
|
|
|
- Use 0 for version.
|
|
|
|
|
|
|
|
* Sat Nov 30 2013 Kevin Fenzi <kevin@scrye.com> 0-0.1
|
|
|
|
- initial version for Fedora review
|