Fix patch application for security fix for CVE-2024-3651

Resolves: RHEL-32703
This commit is contained in:
Lumir Balhar 2024-04-25 15:06:15 +02:00
parent 79020e2116
commit 3f661cf699
2 changed files with 822 additions and 339 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@
Name: python-%{srcname}
Version: 2.5
Release: 6%{?dist}
Release: 7%{?dist}
Summary: Internationalized Domain Names in Applications (IDNA)
License: BSD and Python and Unicode
@ -81,7 +81,7 @@ currently only supports the older 2003 specification.
%endif # with_python3
%prep
%setup -q -n %{srcname}-%{version}
%autosetup -p1 -n %{srcname}-%{version}
# Remove bundled egg-info
rm -rf %{srcname}.egg-info
@ -129,6 +129,10 @@ rm -rf %{srcname}.egg-info
%endif # with_python3
%changelog
* Thu Apr 25 2024 Lumír Balhar <lbalhar@redhat.com> - 2.5-7
- Fix patch application for security fix for CVE-2024-3651
Resolves: RHEL-32703
* Tue Apr 23 2024 Lumír Balhar <lbalhar@redhat.com> - 2.5-6
- Security fix for CVE-2024-3651
Resolves: RHEL-32703