From c2deb6e129b774a95a054ade178ceced9a849e29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Wed, 7 Jul 2021 17:24:09 +0200 Subject: [PATCH] Update upstream to v1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Toke Høiland-Jørgensen --- .gitignore | 1 + sources | 2 +- xdp-tools.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8cbcc4d..7be27ee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /xdp-tools-1.0.1.tar.gz /xdp-tools-1.1.0.tar.gz /xdp-tools-1.1.1.tar.gz +/xdp-tools-1.2.0.tar.gz diff --git a/sources b/sources index 28ba6b7..1342a16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdp-tools-1.1.1.tar.gz) = 9beaef46e5e8285ebe296fa131ba35495d6949ecd724910b7a8f2df9bc17e5ea8857dfd74ffe9f337e178739bab17a2a89ce743c308c14d006fd2ecfe884a6d5 +SHA512 (xdp-tools-1.2.0.tar.gz) = eef63d6fc82eef5f40724aebda11531da577271c3cc82ad0afe7c2d8eb66a35e31345fd3f99b213f1c05873861eb51a1882765b8253744282f7e92188f14f33c diff --git a/xdp-tools.spec b/xdp-tools.spec index f96528b..b4b1b82 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,8 +1,8 @@ Name: xdp-tools -Version: 1.1.1 +Version: 1.2.0 Release: 1%{?dist} Summary: Utilities and example programs for use with XDP -%global _soversion 1.1.0 +%global _soversion 1.2.0 License: GPLv2 URL: https://github.com/xdp-project/%{name} @@ -90,8 +90,9 @@ make install V=1 %{_mandir}/man8/* %{_libdir}/bpf/xdpfilt_*.o %{_libdir}/bpf/xdpdump_*.o +%{_libdir}/bpf/xsk_def_xdp_prog*.o %{_datadir}/xdp-tools/ -%license LICENSE +%license LICENSES/* %files -n libxdp %{_libdir}/libxdp.so.1 @@ -108,6 +109,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Wed Jul 7 2021 Toke Høiland-Jørgensen 1.2.0-1 +- Upstream version bump + * Wed Feb 3 2021 Toke Høiland-Jørgensen 1.1.1-1 - Upstream version bump