diff --git a/mtdev.spec b/mtdev.spec index a752a8d19ad16992dcdb4dd01f4e88874d0123ce..8134adb2a83bc1e4603a376b9c27360aa3dae088 100644 --- a/mtdev.spec +++ b/mtdev.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 %global name mtdev Name: mtdev @@ -50,9 +50,13 @@ rm -f %{buildroot}%{_libdir}/*.la %ldconfig_scriptlets +%generate_compatibility_deps + %files %doc COPYING +%dir %{abidir} %{_libdir}/libmtdev.so.* +%{abidir}/libmtdev.dump %files doc %doc README @@ -66,6 +70,9 @@ rm -f %{buildroot}%{_libdir}/*.la %{_bindir}/mtdev-test %changelog +* Mon Mar 13 2023 Ziyang Zhang - 1.1.6-3 +- add abi/api files + * Mon Oct 10 2022 mgb01105731 - 1.1.6-2 - add doc pacakge