import xdp-tools-1.0.1-1.el8
This commit is contained in:
parent
e862593a34
commit
8a16661db3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/xdp-tools-1.0.0~beta3.tar.gz
|
SOURCES/xdp-tools-1.0.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
8e8bd36faefe1861c230e4a4dbddb79fecebde1a SOURCES/xdp-tools-1.0.0~beta3.tar.gz
|
788f65a4ee7c448c20ae8ef125317d3b00226733 SOURCES/xdp-tools-1.0.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: xdp-tools
|
Name: xdp-tools
|
||||||
Version: 1.0.0~beta3
|
Version: 1.0.1
|
||||||
Release: 0.1%{?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.0.0
|
%global _soversion 1.0.0
|
||||||
|
|
||||||
@ -100,7 +100,6 @@ make install V=1
|
|||||||
%{_libdir}/libxdp.so.1
|
%{_libdir}/libxdp.so.1
|
||||||
%{_libdir}/libxdp.so.%{_soversion}
|
%{_libdir}/libxdp.so.%{_soversion}
|
||||||
%{_libdir}/bpf/xdp-dispatcher.o
|
%{_libdir}/bpf/xdp-dispatcher.o
|
||||||
%{_libdir}/pkgconfig/libxdp.pc
|
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%files -n libxdp-static
|
%files -n libxdp-static
|
||||||
@ -109,8 +108,15 @@ make install V=1
|
|||||||
%files -n libxdp-devel
|
%files -n libxdp-devel
|
||||||
%{_includedir}/xdp/*.h
|
%{_includedir}/xdp/*.h
|
||||||
%{_libdir}/libxdp.so
|
%{_libdir}/libxdp.so
|
||||||
|
%{_libdir}/pkgconfig/libxdp.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 20 2020 Toke Høiland-Jørgensen <toke@redhat.com> 1.0.1-1
|
||||||
|
- Upstream version bump
|
||||||
|
|
||||||
|
* Tue Aug 18 2020 Toke Høiland-Jørgensen <toke@redhat.com> 1.0.0-1
|
||||||
|
- Upstream version bump
|
||||||
|
|
||||||
* Wed Jul 15 2020 Eelco Chaudron <echaudro@redhat.com> 1.0.0~beta3-0.1
|
* Wed Jul 15 2020 Eelco Chaudron <echaudro@redhat.com> 1.0.0~beta3-0.1
|
||||||
- Upstream version bump
|
- Upstream version bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user