Compare commits
11 Commits
1.1.9-1mam
...
1.3.0-1mam
Author | SHA1 | Date | |
---|---|---|---|
e2c3ff8e41 | |||
2b8cc6e053 | |||
3c9e6599ca | |||
d49dfccae8 | |||
3db6f29f34 | |||
9e1e325814 | |||
7c0114063e | |||
30eb3c0fba | |||
52d07832e9 | |||
dd0e5812d2 | |||
c1a281b906 |
@@ -1,19 +1,18 @@
|
||||
Name: libnftnl
|
||||
Version: 1.1.9
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Summary: A userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: System/Libraries
|
||||
Source: http://netfilter.org/projects/libnftnl/files/libnftnl-%{version}.tar.bz2
|
||||
URL: https://netfilter.org/projects/libnftnl/
|
||||
Source: http://netfilter.org/projects/libnftnl/files/libnftnl-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libmnl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
libnftnl is a userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem. The library libnftnl has been previously known as libnftables. This library is currently used by nftables.
|
||||
@@ -27,7 +26,6 @@ Requires: pkg-config
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
@@ -43,8 +41,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@@ -55,11 +51,43 @@ This package contains libraries and header files for developing applications tha
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/libnftnl
|
||||
%{_includedir}/libnftnl/*.h
|
||||
%{_libdir}/libnftnl.la
|
||||
%{_libdir}/libnftnl.so
|
||||
%{_libdir}/pkgconfig/libnftnl.pc
|
||||
|
||||
%changelog
|
||||
* Thu Aug 07 2025 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Apr 15 2025 Automatic Build System <autodist@openmamba.org> 1.2.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Oct 03 2024 Automatic Build System <autodist@openmamba.org> 1.2.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jul 16 2024 Automatic Build System <autodist@openmamba.org> 1.2.7-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 1.2.6-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.5-1mamba
|
||||
- update to 1.2.5
|
||||
|
||||
* Sat Nov 12 2022 Automatic Build System <autodist@mambasoft.it> 1.2.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jun 08 2022 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 19 2021 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Jun 19 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
|
||||
- update to 1.2.0
|
||||
|
||||
* Wed Jan 20 2021 Automatic Build System <autodist@mambasoft.it> 1.1.9-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Reference in New Issue
Block a user