import xdp-tools-1.1.0-1.el8
This commit is contained in:
parent
8a16661db3
commit
e7de7bdfd8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/xdp-tools-1.0.1.tar.gz
|
||||
SOURCES/xdp-tools-1.1.0.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
788f65a4ee7c448c20ae8ef125317d3b00226733 SOURCES/xdp-tools-1.0.1.tar.gz
|
||||
b4b805e6b9dc96ef685f063e4ab4e2309a26ee47 SOURCES/xdp-tools-1.1.0.tar.gz
|
||||
|
@ -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 <toke@redhat.com> 1.1.0-1
|
||||
- Upstream version bump
|
||||
|
||||
* Thu Aug 20 2020 Toke Høiland-Jørgensen <toke@redhat.com> 1.0.1-1
|
||||
- Upstream version bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user