Auto sync2gitlab import of xdp-tools-1.2.6-1.el8.src.rpm

This commit is contained in:
CentOS Sources 2022-08-20 12:15:24 +00:00
parent 666866319b
commit 7c4e6342a8
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/xdp-tools-1.2.1.tar.gz
/xdp-tools-1.2.6.tar.gz

View File

@ -1 +1 @@
SHA512 (xdp-tools-1.2.1.tar.gz) = 8f29bfc7e07b6f417840f6735a6058a080b9f175856eb8f4541464797812bb065566b12752b75502e9abd838690895a68340eec51808183c7e2a13963fed9e5a
SHA512 (xdp-tools-1.2.6.tar.gz) = eed4c9f0e9def0d4915dcc95ff9c731443a986c43cfbfe42abe40704e0ad39bae57319b95f025174b995119cfc6f076be3e956547e599a22504b408bb15245fd

View File

@ -1,5 +1,5 @@
Name: xdp-tools
Version: 1.2.1
Version: 1.2.6
Release: 1%{?dist}
Summary: Utilities and example programs for use with XDP
%global _soversion 1.2.0
@ -69,6 +69,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
@ -82,6 +83,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'
@ -96,7 +98,6 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_mandir}/man8/*
%{_libdir}/bpf/xdpfilt_*.o
%{_libdir}/bpf/xdpdump_*.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_datadir}/xdp-tools/
%license LICENSES/*
@ -106,7 +107,9 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_libdir}/libxdp.so.1.0.0
%{_libdir}/libxdp.so.1.1.0
%{_libdir}/bpf/xdp-dispatcher.o
%{_libdir}/bpf/xsk_def_xdp_prog*.o
%{_mandir}/man3/*
%license LICENSES/*
%files -n libxdp-static
%{_libdir}/libxdp.a
@ -117,6 +120,9 @@ cd $DESTDIR/$LIBDIR && ln -vs libxdp.so.%{_soversion} libxdp.so.1.1.0
%{_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 Jan 13 2022 Toke Høiland-Jørgensen <toke@redhat.com> 1.2.1-1
- Upstream version bump