import xdp-tools-1.2.1-1.el9

This commit is contained in:
CentOS Sources 2022-03-01 06:28:11 -05:00 committed by Stepan Oksanichenko
parent 52f8c706e4
commit 95d846ec08
3 changed files with 17 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/xdp-tools-1.1.1.tar.gz
SOURCES/xdp-tools-1.2.1.tar.gz

View File

@ -1 +1 @@
cce9f7c3a5275a78056a88cf940413cce1e4776b SOURCES/xdp-tools-1.1.1.tar.gz
c7e4424c96f55733f31c6de79f406d7fd68be061 SOURCES/xdp-tools-1.2.1.tar.gz

View File

@ -1,8 +1,8 @@
Name: xdp-tools
Version: 1.1.1
Release: 2%{?dist}
Version: 1.2.1
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,16 @@ make install V=1
%{_libdir}/pkgconfig/libxdp.pc
%changelog
* Thu Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
- Upstream version bump
* Thu Aug 19 2021 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.0-1
- Upstream version bump
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-3
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.1-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937