Compare commits
4 Commits
1.2.6-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
e2c3ff8e41 | |||
2b8cc6e053 | |||
3c9e6599ca | |||
d49dfccae8 |
@ -1,5 +1,5 @@
|
||||
Name: libnftnl
|
||||
Version: 1.2.6
|
||||
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
|
||||
@ -26,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
|
||||
@ -42,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)
|
||||
@ -58,6 +55,18 @@ This package contains libraries and header files for developing applications tha
|
||||
%{_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
|
||||
|
||||
|
Reference in New Issue
Block a user