import xdp-tools-1.2.6-1.el9
This commit is contained in:
parent
08d348947c
commit
f0f6611451
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/xdp-tools-1.2.3.tar.gz
|
||||
SOURCES/xdp-tools-1.2.6.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
dea5ab76d86d8288de3b2a8f623a0310162f6840 SOURCES/xdp-tools-1.2.3.tar.gz
|
||||
5d71cebf2dd5da7934d5d672349c7ee711682de1 SOURCES/xdp-tools-1.2.6.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: xdp-tools
|
||||
Version: 1.2.3
|
||||
Version: 1.2.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities and example programs for use with XDP
|
||||
%global _soversion 1.2.0
|
||||
@ -65,6 +65,7 @@ The libxdp-static package contains the static library version of libxdp.
|
||||
export CFLAGS='%{build_cflags}'
|
||||
export LDFLAGS='%{build_ldflags}'
|
||||
export LIBDIR='%{_libdir}'
|
||||
export RUNDIR='%{_rundir}'
|
||||
export CLANG=%{_bindir}/clang
|
||||
export LLC=%{_bindir}/llc
|
||||
export PRODUCTION=1
|
||||
@ -78,6 +79,7 @@ make %{?_smp_mflags} V=1
|
||||
export DESTDIR='%{buildroot}'
|
||||
export SBINDIR='%{_sbindir}'
|
||||
export LIBDIR='%{_libdir}'
|
||||
export RUNDIR='%{_rundir}'
|
||||
export MANDIR='%{_mandir}'
|
||||
export DATADIR='%{_datadir}'
|
||||
export HDRDIR='%{_includedir}/xdp'
|
||||
@ -90,7 +92,6 @@ 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 LICENSES/*
|
||||
|
||||
@ -98,7 +99,9 @@ make install V=1
|
||||
%{_libdir}/libxdp.so.1
|
||||
%{_libdir}/libxdp.so.%{_soversion}
|
||||
%{_libdir}/bpf/xdp-dispatcher.o
|
||||
%{_libdir}/bpf/xsk_def_xdp_prog*.o
|
||||
%{_mandir}/man3/*
|
||||
%license LICENSES/*
|
||||
|
||||
%files -n libxdp-static
|
||||
%{_libdir}/libxdp.a
|
||||
@ -109,6 +112,9 @@ make install V=1
|
||||
%{_libdir}/pkgconfig/libxdp.pc
|
||||
|
||||
%changelog
|
||||
* Tue Aug 16 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.6-1
|
||||
- Upstream version bump
|
||||
|
||||
* Thu Feb 17 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.3-1
|
||||
- Upstream version bump
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user