diff --git a/libexif.spec b/libexif.spec index 65727617474acb95ceba42f7f73cfe7c39e96add..9af757fd3750d53323ca6bdf1a65f967a5da19dc 100644 --- a/libexif.spec +++ b/libexif.spec @@ -1,4 +1,4 @@ -%define anolis_release 3 +%define anolis_release 4 Name: libexif Version: 0.6.24 Release: %{anolis_release}%{?dist} @@ -61,15 +61,13 @@ iconv -f latin1 -t utf-8 < README > README.utf8 cp README.utf8 README %find_lang %{name}-12 +%generate_compatibility_deps %check %make_build check - %ldconfig_scriptlets -%generate_compatibility_deps - %files -f libexif-12.lang %license COPYING %dir %{abidir} @@ -86,6 +84,9 @@ cp README.utf8 README %changelog +* Thu Nov 14 2024 Wenlong Zhang - 0.6.24-4 +- generate_compatibility_deps should not in check stage + * Tue Apr 11 2023 Ziyang Zhang -0.6.24-3 - Optimise spec file and add abi/api files