|
|
039254 |
Name: libnftnl
|
|
|
453d8f |
Version: 1.2.2
|
|
|
453d8f |
Release: 1%{?dist}
|
|
|
039254 |
Summary: Library for low-level interaction with nftables Netlink's API over libmnl
|
|
|
039254 |
|
|
|
039254 |
License: GPLv2+
|
|
|
039254 |
URL: https://netfilter.org/projects/libnftnl/
|
|
|
039254 |
Source0: https://www.netfilter.org/pub/libnftnl/libnftnl-%{version}.tar.bz2
|
|
|
039254 |
|
|
|
039254 |
BuildRequires: libmnl-devel
|
|
|
039254 |
BuildRequires: jansson-devel
|
|
|
039254 |
BuildRequires: gcc
|
|
|
039254 |
BuildRequires: make
|
|
|
039254 |
|
|
|
039254 |
# replace old libnftables package
|
|
|
039254 |
Provides: libnftables = %{version}-%{release}
|
|
|
039254 |
Obsoletes: libnftables < 0-0.6
|
|
|
039254 |
|
|
|
039254 |
%description
|
|
|
039254 |
A library for low-level interaction with nftables Netlink's API over libmnl.
|
|
|
039254 |
|
|
|
039254 |
%package devel
|
|
|
039254 |
Summary: Development files for %{name}
|
|
|
039254 |
Requires: %{name}%{_isa} = %{version}-%{release}
|
|
|
039254 |
# replace old libnftables-devel package
|
|
|
039254 |
Provides: libnftables-devel = %{version}-%{release}
|
|
|
039254 |
Obsoletes: libnftables-devel < 0-0.6
|
|
|
039254 |
|
|
|
039254 |
%description devel
|
|
|
039254 |
The %{name}-devel package contains libraries and header files for
|
|
|
039254 |
developing applications that use %{name}.
|
|
|
039254 |
|
|
|
039254 |
%prep
|
|
|
039254 |
%autosetup -p1
|
|
|
039254 |
|
|
|
039254 |
%build
|
|
|
039254 |
%configure --disable-static --disable-silent-rules --with-json-parsing
|
|
|
039254 |
%make_build
|
|
|
039254 |
|
|
|
039254 |
%check
|
|
|
039254 |
%make_build check
|
|
|
039254 |
# JSON parsing is broken on big endian, causing tests to fail. Fixes awaiting
|
|
|
039254 |
# upstream acceptance: https://marc.info/?l=netfilter-devel&m=152968610931720&w=2
|
|
|
039254 |
#cd tests
|
|
|
039254 |
#sh ./test-script.sh
|
|
|
039254 |
|
|
|
039254 |
%install
|
|
|
039254 |
%make_install
|
|
|
039254 |
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
039254 |
|
|
|
039254 |
%files
|
|
|
039254 |
%doc COPYING
|
|
|
039254 |
%{_libdir}/*.so.*
|
|
|
039254 |
|
|
|
039254 |
%files devel
|
|
|
039254 |
%{_libdir}/libnft*.so
|
|
|
039254 |
%{_libdir}/pkgconfig/libnftnl.pc
|
|
|
039254 |
%{_includedir}/libnftnl
|
|
|
039254 |
|
|
|
039254 |
%changelog
|
|
|
453d8f |
* Tue Jun 07 2022 Phil Sutter <psutter@redhat.com> - 1.2.2-1
|
|
|
453d8f |
- New version 1.2.2
|
|
|
453d8f |
|
|
|
453d8f |
* Wed May 18 2022 Phil Sutter <psutter@redhat.com> - 1.2.1-1
|
|
|
453d8f |
- Fix debug printing for tcp option reset expression
|
|
|
453d8f |
- new version 1.2.1
|
|
|
453d8f |
|
|
|
039254 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.9-4
|
|
|
039254 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
039254 |
Related: rhbz#1991688
|
|
|
039254 |
|
|
|
039254 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.9-3
|
|
|
039254 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
039254 |
|
|
|
039254 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.9-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Sat Jan 16 2021 Kevin Fenzi <kevin@scrye.com> - 1.1.9-1
|
|
|
039254 |
- Update to 1.1.9. Fixes rhbz#1916855
|
|
|
039254 |
|
|
|
039254 |
* Sat Oct 31 2020 Kevin Fenzi <kevin@scrye.com> - 1.1.8-1
|
|
|
039254 |
- Update to 1.1.8. Fixes bug #1891597
|
|
|
039254 |
|
|
|
039254 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.7-3
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 1.1.7-2
|
|
|
039254 |
- Use make macros
|
|
|
039254 |
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
039254 |
|
|
|
039254 |
* Fri Jun 05 2020 Phil Sutter <psutter@redhat.com> - 1.1.7-1
|
|
|
039254 |
- Rebase onto upstream version 1.1.7
|
|
|
039254 |
|
|
|
039254 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Wed Dec 04 2019 Phil Sutter <psutter@redhat.com> - 1.1.5-1
|
|
|
039254 |
- Update to 1.1.5. Fixes bug #1778850
|
|
|
039254 |
|
|
|
039254 |
* Fri Aug 23 2019 Kevin Fenzi <kevin@scrye.com> - 1.1.4-1
|
|
|
039254 |
- Update to 1.1.4. Fixes bug #1743175
|
|
|
039254 |
|
|
|
039254 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.3-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Sun Jun 16 2019 Kevin Fenzi <kevin@scrye.com> - 1.1.3-1
|
|
|
039254 |
- Update to 1.1.3. Fixes bug #1714231
|
|
|
039254 |
|
|
|
039254 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-6
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Fri Jul 20 2018 Kevin Fenzi <kevin@scrye.com> - 1.1.1-5
|
|
|
039254 |
- Fix FTBFS bug #1604620
|
|
|
039254 |
|
|
|
039254 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.1-4
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Mon Jun 25 2018 Phil Sutter <psutter@redhat.com> - 1.1.1-3
|
|
|
039254 |
- Disable running tests/test-script.sh again, it breaks builds on big endian.
|
|
|
039254 |
|
|
|
039254 |
* Thu Jun 14 2018 Phil Sutter <psutter@redhat.com> - 1.1.1-2
|
|
|
039254 |
- Drop leftover mxml dependency. Fixes bug #1594107
|
|
|
039254 |
- Enable running tests/test-scrip.sh again when checking.
|
|
|
039254 |
|
|
|
039254 |
* Sat Jun 09 2018 Kevin Fenzi <kevin@scrye.com> - 1.1.1-1
|
|
|
039254 |
- Update to 1.1.1. Fixes bug #1589403
|
|
|
039254 |
|
|
|
039254 |
* Fri May 04 2018 Kevin Fenzi <kevin@scrye.com> - 1.1.0-1
|
|
|
039254 |
- Update to 1.1.0. Fixes bug #1574094
|
|
|
039254 |
|
|
|
039254 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.9-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Mon Jan 08 2018 Kevin Fenzi <kevin@scrye.com> - 1.0.9-1
|
|
|
039254 |
- Update to 1.0.9. Fixes bug #1531004
|
|
|
039254 |
|
|
|
039254 |
* Sat Oct 21 2017 Kevin Fenzi <kevin@scrye.com> - 1.0.8-4
|
|
|
039254 |
- Update to 1.0.8. Fixes bug #1504350
|
|
|
039254 |
|
|
|
039254 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-4
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-3
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.7-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Thu Dec 22 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.7-1
|
|
|
039254 |
- Update to 1.0.7. Fixes bug #1406201
|
|
|
039254 |
|
|
|
039254 |
* Wed Jun 01 2016 Kevin Fenzi <kevin@scrye.com> - 1.0.6-1
|
|
|
039254 |
- Update to 1.0.6. Fixes bug #1341384
|
|
|
039254 |
|
|
|
039254 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Thu Sep 17 2015 Kevin Fenzi <kevin@scrye.com> 1.0.5-1
|
|
|
039254 |
- Update to 1.0.5. Fixes bug #1263684
|
|
|
039254 |
|
|
|
039254 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Fri Dec 26 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-1
|
|
|
039254 |
- Update to final 1.0.3
|
|
|
039254 |
|
|
|
039254 |
* Wed Sep 03 2014 Kevin Fenzi <kevin@scrye.com> 1.0.3-0.1.20140903git
|
|
|
039254 |
- Update to 20140903 git snapshot
|
|
|
039254 |
|
|
|
039254 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Wed Jun 25 2014 Kevin Fenzi <kevin@scrye.com> 1.0.2-1
|
|
|
039254 |
- Update to 1.0.2
|
|
|
039254 |
|
|
|
039254 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
039254 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
039254 |
|
|
|
039254 |
* Thu Apr 24 2014 Kevin Fenzi <kevin@scrye.com> 1.0.1-1.
|
|
|
039254 |
- Update to 1.0.1
|
|
|
039254 |
|
|
|
039254 |
* Sun Mar 30 2014 Kevin Fenzi <kevin@scrye.com> 1.0.0-1.20140330git
|
|
|
039254 |
- Update to 20140330 snapshot
|
|
|
039254 |
- Sync version to be a post 1.0.0 snapshot
|
|
|
039254 |
|
|
|
039254 |
* Wed Mar 26 2014 Kevin Fenzi <kevin@scrye.com> 0-0.10.20140326git
|
|
|
039254 |
- Update to 20140326 snapshot
|
|
|
039254 |
|
|
|
039254 |
* Fri Mar 07 2014 Kevin Fenzi <kevin@scrye.com> 0-0.9.20140307git
|
|
|
039254 |
- Update to 20140307 snapshot
|
|
|
039254 |
|
|
|
039254 |
* Sat Jan 25 2014 Kevin Fenzi <kevin@scrye.com> 0-0.8.20140125git
|
|
|
039254 |
- Update to 20140125
|
|
|
039254 |
|
|
|
039254 |
* Thu Jan 23 2014 Kevin Fenzi <kevin@scrye.com> 0-0.7.20140122git
|
|
|
039254 |
- Add obsoletes/provides to devel subpackage as well.
|
|
|
039254 |
|
|
|
039254 |
* Wed Jan 22 2014 Kevin Fenzi <kevin@scrye.com> 0-0.6.20140122git
|
|
|
039254 |
- Renamed libnftnl
|
|
|
039254 |
- Update to 20140122 snapshot.
|
|
|
039254 |
|
|
|
039254 |
* Sat Jan 18 2014 Kevin Fenzi <kevin@scrye.com> 0-0.5.20140118git
|
|
|
039254 |
- Update to 20140118 snapshot.
|
|
|
039254 |
|
|
|
039254 |
* Sat Jan 11 2014 Kevin Fenzi <kevin@scrye.com> 0-0.4.20140111git
|
|
|
039254 |
- Update to 20140111 snapshot.
|
|
|
039254 |
- Enable xml (some tests stll fail, but it otherwise builds ok)
|
|
|
039254 |
|
|
|
039254 |
* Mon Dec 02 2013 Kevin Fenzi <kevin@scrye.com> 0-0.3.20131202git
|
|
|
039254 |
- Update to 20131202 snapshot, switch to upstream snapshot repo instead of git checkouts.
|
|
|
039254 |
|
|
|
039254 |
* Mon Dec 02 2013 Kevin Fenzi <kevin@scrye.com> 0-0.2
|
|
|
039254 |
- Fixes from review.
|
|
|
039254 |
|
|
|
039254 |
* Sat Nov 30 2013 Kevin Fenzi <kevin@scrye.com> 0-0.1
|
|
|
039254 |
- initial version for Fedora review
|