diff --git a/catkin-pkg.spec b/catkin-pkg.spec index bc1b932..11e31b0 100644 --- a/catkin-pkg.spec +++ b/catkin-pkg.spec @@ -2,7 +2,7 @@ Name: python-%{module_name} Version: 0.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for retrieving information about catkin packages License: BSD @@ -67,8 +67,11 @@ popd %{_bindir}/python3-catkin_package_version %{_bindir}/python3-catkin_prepare_release %{python3_sitelib}/%{module_name}/ -%{python3_sitelib}/%{module_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{module_name}-%{version}-py?.*.egg-info %changelog +* Thu Jul 13 2023 Z572 - 0.5.2-2 +- fix build under python3.10 + * Wed May 3 2023 will_niutao - 0.5.2-1 - Init for openEuler