diff --git a/SPECS/libbpf.spec b/SPECS/libbpf.spec index 3ad8e4b..4e9d162 100644 --- a/SPECS/libbpf.spec +++ b/SPECS/libbpf.spec @@ -9,7 +9,7 @@ Name: libbpf Version: 0.0.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Libbpf library License: LGPLv2 or BSD @@ -48,12 +48,12 @@ developing applications that use %{name} %build pushd tools/lib/bpf -%{libbpf_make} +%{libbpf_make} prefix=%{_prefix} popd %install pushd tools/lib/bpf -%{libbpf_make} prefix=%{_prefix} install_lib install_headers +%{libbpf_make} prefix=%{_prefix} install_lib install_headers install_pkgconfig popd %files @@ -63,11 +63,15 @@ popd %files devel %{_libdir}/libbpf.so %{_includedir}/bpf +%{_libdir}/pkgconfig/libbpf.pc %files static %{_libdir}/libbpf.a %changelog +* Thu Jan 09 2020 Jiri Olsa - 0.0.4-4 +- missing libbpf.pc file [1759154] + * Sun Dec 15 2019 Jiri Olsa - 0.0.4-3 - new kernel version [1759154]