diff --git a/xdp-tools.spec b/xdp-tools.spec index 48a7450..bea6118 100644 --- a/xdp-tools.spec +++ b/xdp-tools.spec @@ -1,6 +1,6 @@ Name: xdp-tools Version: 1.0.1 -Release: 0%{?dist} +Release: 1%{?dist} Summary: Utilities and example programs for use with XDP %global _soversion 1.0.0 @@ -82,6 +82,8 @@ export MANDIR='%{_mandir}' export DATADIR='%{_datadir}' export HDRDIR='%{_includedir}/xdp' make install V=1 +strip %{buildroot}%{_libdir}/{libxdp.so,libxdp.so.1.0.0} +strip %{buildroot}%{_sbindir}/{xdpdump,xdp-loader,xdp-filter} %files %{_sbindir}/xdp-filter @@ -108,6 +110,9 @@ make install V=1 %{_libdir}/pkgconfig/libxdp.pc %changelog +* Fri Sep 10 2021 Pengju Jiang 1.0.1-1 +- solve the strip problem of dark conversion compilation + * Tue Oct 20 2020 Hubble Zhu 1.0.1-0 - Initial package