Fix *.egg-info to *.egg

Signed-off-by: Tom Rix <trix@redhat.com>
This commit is contained in:
Tom Rix 2023-07-09 08:48:57 -07:00
parent 968d5f4b89
commit d92ea09418

View File

@ -6,7 +6,7 @@
Name: lensfun
Version: 0.3.3
Summary: Library to rectify defects introduced by photographic lenses
Release: 4%{?dist}
Release: 5%{?dist}
License: LGPLv3 and CC-BY-SA
URL: https://lensfun.github.io/
@ -149,12 +149,14 @@ export CTEST_OUTPUT_ON_FAILURE=1
%{_mandir}/man1/lensfun-update-data.1*
%files -n %{python3}-lensfun
%{python3_sitelib}/lensfun/
%{python3_sitelib}/lensfun*.egg-info
%{python3_sitelib}/lensfun*.egg
%endif
%changelog
* Sun Jul 9 2023 Tom Rix <trix@redhat.com> - 0.3.3-5
- Fix *.egg-info to *.egg
* Wed Jun 28 2023 Michael J Gruber <mjg@fedoraproject.org> - 0.3.3-4
- fix FTBFS pre py 3.12