Compare commits
7 Commits
1.2.3-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
e2c3ff8e41 | |||
2b8cc6e053 | |||
3c9e6599ca | |||
d49dfccae8 | |||
3db6f29f34 | |||
9e1e325814 | |||
7c0114063e |
@@ -1,5 +1,5 @@
|
|||||||
Name: libnftnl
|
Name: libnftnl
|
||||||
Version: 1.2.3
|
Version: 1.3.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem
|
Summary: A userspace library providing a low-level netlink programming interface (API) to the in-kernel nf_tables subsystem
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://netfilter.org/projects/libnftnl/
|
URL: https://netfilter.org/projects/libnftnl/
|
||||||
Source: http://netfilter.org/projects/libnftnl/files/libnftnl-%{version}.tar.bz2
|
Source: http://netfilter.org/projects/libnftnl/files/libnftnl-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@@ -26,7 +26,6 @@ Requires: pkg-config
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@@ -42,8 +41,6 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@@ -54,11 +51,31 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{_includedir}/libnftnl
|
%dir %{_includedir}/libnftnl
|
||||||
%{_includedir}/libnftnl/*.h
|
%{_includedir}/libnftnl/*.h
|
||||||
%{_libdir}/libnftnl.la
|
|
||||||
%{_libdir}/libnftnl.so
|
%{_libdir}/libnftnl.so
|
||||||
%{_libdir}/pkgconfig/libnftnl.pc
|
%{_libdir}/pkgconfig/libnftnl.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 10 2022 Automatic Build System <autodist@mambasoft.it> 1.2.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user