Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2022-07-22 19:51:18 +00:00
parent d714fa326e
commit 36529bc549
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: python-%{modname}
Version: 4.7.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: XML processing library combining libxml2/libxslt with the ElementTree API
# The lxml project is licensed under BSD
@ -65,6 +65,9 @@ cp -a build/lib.%{python3_platform}-*/* src/
%{python3_sitearch}/%{modname}-*.egg-info/
%changelog
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.7.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jun 22 2022 Charalampos Stratakis <cstratak@redhat.com> - 4.7.1-4
- Fix FTBFS with setuptools >= 62.1
- Resolves: rhbz#2097102