diff --git a/libbpf.spec b/libbpf.spec index 3e059cca49ee118438ef871fbf8a1049bc9d9099..5d3be264f35754559f4a7f1c68d4287413cf29fb 100644 --- a/libbpf.spec +++ b/libbpf.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global githubname libbpf %global githubver 0.7.0 %global githubfull %{githubname}-%{githubver} @@ -57,9 +57,13 @@ developing applications that use %{name} %install %make_install -C ./src %{make_flags} +%generate_compatibility_deps + %files +%dir %{abidir} %{_libdir}/libbpf.so.%{libver} %{_libdir}/libbpf.so.0 +%{abidir}/libbpf.dump %files devel %{_libdir}/libbpf.so @@ -70,5 +74,8 @@ developing applications that use %{name} %{_libdir}/libbpf.a %changelog +* Wed Nov 02 2022 mgb01105731 - 0.7.0-2 +- optimise spec file + * Wed Mar 09 2022 Renbo - 0.7.0-1 - Init for Anolis OS 23