forked from pool/libnftnl
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
fc502a2878 | ||
d04778675e |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
mtime: 1721140261
|
||||||
|
commit: 38bb6101e4f28f5e3f2557fc887bcfdeb2f4fed7092328e90bec04f9e37f69b8
|
||||||
|
url: https://src.opensuse.org/jengelh/libnftnl
|
||||||
|
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:640a1c72181900a9403a5cf0284e12f60c55f1835767e6e8d6fcc306c74c5744
|
||||||
|
size 256
|
BIN
libnftnl-1.2.7.tar.xz
(Stored with Git LFS)
Normal file
BIN
libnftnl-1.2.7.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libnftnl-1.2.7.tar.xz.sig
Normal file
BIN
libnftnl-1.2.7.tar.xz.sig
Normal file
Binary file not shown.
BIN
libnftnl-1.2.8.tar.xz
(Stored with Git LFS)
BIN
libnftnl-1.2.8.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
@ -1,10 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 3 06:56:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
|
||||||
|
|
||||||
- Update to release 1.2.8
|
|
||||||
* Fixes for incorrect validation of dynset netlink attributes
|
|
||||||
from the kernel
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 16 14:29:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jul 16 14:29:11 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libnftnl
|
# spec file for package libnftnl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2028 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
Name: libnftnl
|
Name: libnftnl
|
||||||
%define lname libnftnl11
|
%define lname libnftnl11
|
||||||
Version: 1.2.8
|
Version: 1.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Userspace library to access the nftables Netlink interface
|
Summary: Userspace library to access the nftables Netlink interface
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -68,7 +68,8 @@ applications that want to make use of libnftnl.
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f "%buildroot/%_libdir"/*.la
|
rm -f "%buildroot/%_libdir"/*.la
|
||||||
|
|
||||||
%ldconfig_scriptlets -n %lname
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
%postun -n %lname -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/libnftnl.so.11*
|
%_libdir/libnftnl.so.11*
|
||||||
|
Loading…
Reference in New Issue
Block a user