import xdp-tools-1.2.1-1.el9
This commit is contained in:
parent
52f8c706e4
commit
95d846ec08
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xdp-tools-1.1.1.tar.gz
|
SOURCES/xdp-tools-1.2.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
cce9f7c3a5275a78056a88cf940413cce1e4776b SOURCES/xdp-tools-1.1.1.tar.gz
|
c7e4424c96f55733f31c6de79f406d7fd68be061 SOURCES/xdp-tools-1.2.1.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Name: xdp-tools
|
Name: xdp-tools
|
||||||
Version: 1.1.1
|
Version: 1.2.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utilities and example programs for use with XDP
|
Summary: Utilities and example programs for use with XDP
|
||||||
%global _soversion 1.1.0
|
%global _soversion 1.2.0
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: https://github.com/xdp-project/%{name}
|
URL: https://github.com/xdp-project/%{name}
|
||||||
@ -90,8 +90,9 @@ make install V=1
|
|||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%{_libdir}/bpf/xdpfilt_*.o
|
%{_libdir}/bpf/xdpfilt_*.o
|
||||||
%{_libdir}/bpf/xdpdump_*.o
|
%{_libdir}/bpf/xdpdump_*.o
|
||||||
|
%{_libdir}/bpf/xsk_def_xdp_prog*.o
|
||||||
%{_datadir}/xdp-tools/
|
%{_datadir}/xdp-tools/
|
||||||
%license LICENSE
|
%license LICENSES/*
|
||||||
|
|
||||||
%files -n libxdp
|
%files -n libxdp
|
||||||
%{_libdir}/libxdp.so.1
|
%{_libdir}/libxdp.so.1
|
||||||
@ -108,6 +109,16 @@ make install V=1
|
|||||||
%{_libdir}/pkgconfig/libxdp.pc
|
%{_libdir}/pkgconfig/libxdp.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user