diff --git a/.gitignore b/.gitignore index 46f0e7a..1525427 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/xdp-tools-1.0.1.tar.gz +SOURCES/xdp-tools-1.1.0.tar.gz diff --git a/.xdp-tools.metadata b/.xdp-tools.metadata index cf1db9b..c715a94 100644 --- a/.xdp-tools.metadata +++ b/.xdp-tools.metadata @@ -1 +1 @@ -788f65a4ee7c448c20ae8ef125317d3b00226733 SOURCES/xdp-tools-1.0.1.tar.gz +b4b805e6b9dc96ef685f063e4ab4e2309a26ee47 SOURCES/xdp-tools-1.1.0.tar.gz diff --git a/SPECS/xdp-tools.spec b/SPECS/xdp-tools.spec index 86527b8..ef073dd 100644 --- a/SPECS/xdp-tools.spec +++ b/SPECS/xdp-tools.spec @@ -1,8 +1,8 @@ Name: xdp-tools -Version: 1.0.1 +Version: 1.1.0 Release: 1%{?dist} Summary: Utilities and example programs for use with XDP -%global _soversion 1.0.0 +%global _soversion 1.1.0 License: GPLv2 URL: https://github.com/xdp-project/%{name} @@ -21,6 +21,10 @@ BuildRequires: m4 BuildRequires: emacs-nox BuildRequires: wireshark-cli +# Missing kernel features means we can't support these archs, so exclude them +# entirely +ExcludeArch: aarch64 s390x ppc64le + # Always keep xdp-tools and libxdp packages in sync Requires: libxdp = %{version}-%{release} @@ -111,6 +115,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Mon Jan 4 2021 Toke Høiland-Jørgensen 1.1.0-1 +- Upstream version bump + * Thu Aug 20 2020 Toke Høiland-Jørgensen 1.0.1-1 - Upstream version bump