From 6a85372d57dc9974dde513d1787894f890158531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Date: Mon, 31 Jan 2022 14:54:40 +0100 Subject: [PATCH] Update xdp-tools to 1.2.2-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed a revision bump to fix FTBFS errors, and we added a small bugfix to the upstream version, to just bump to 1.2.2-1. Resolves: rhbz#2012854. Signed-off-by: Toke Høiland-Jørgensen --- .gitignore | 1 + sources | 2 +- xdp-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ec49906..f613070 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /xdp-tools-1.1.1.tar.gz /xdp-tools-1.2.0.tar.gz /xdp-tools-1.2.1.tar.gz +/xdp-tools-1.2.2.tar.gz diff --git a/sources b/sources index 4affbc3..0d097c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xdp-tools-1.2.1.tar.gz) = 8f29bfc7e07b6f417840f6735a6058a080b9f175856eb8f4541464797812bb065566b12752b75502e9abd838690895a68340eec51808183c7e2a13963fed9e5a +SHA512 (xdp-tools-1.2.2.tar.gz) = d02d4d486c2c34a81a671bf40dd3bbc675e79e8d2fd8e18664845fa53b9488eb18fed84a19e47dfe8e839d07388beabb99e28d43d79ba1549ff37567cf9e3f14 diff --git a/xdp-tools.spec b/xdp-tools.spec index a9789c7..0cd86ec 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,5 +1,5 @@ Name: xdp-tools -Version: 1.2.1 +Version: 1.2.2 Release: 1%{?dist} Summary: Utilities and example programs for use with XDP %global _soversion 1.2.0 @@ -109,6 +109,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Mon Jan 31 2022 Toke Høiland-Jørgensen 1.2.2-1 +- Upstream version bump + * Thu Jan 13 2022 Toke Høiland-Jørgensen 1.2.1-1 - Upstream version bump