Update xdp-tools to 1.2.2-1

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 <toke@redhat.com>
This commit is contained in:
Toke Høiland-Jørgensen 2022-01-31 14:54:40 +01:00
parent 85b36b1de2
commit 6a85372d57
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (xdp-tools-1.2.1.tar.gz) = 8f29bfc7e07b6f417840f6735a6058a080b9f175856eb8f4541464797812bb065566b12752b75502e9abd838690895a68340eec51808183c7e2a13963fed9e5a
SHA512 (xdp-tools-1.2.2.tar.gz) = d02d4d486c2c34a81a671bf40dd3bbc675e79e8d2fd8e18664845fa53b9488eb18fed84a19e47dfe8e839d07388beabb99e28d43d79ba1549ff37567cf9e3f14

View File

@ -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 <toke@redhat.com> 1.2.2-1
- Upstream version bump
* Thu Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
- Upstream version bump