Fix patch application for security fix for CVE-2024-3651
Resolves: RHEL-32703
This commit is contained in:
parent
79020e2116
commit
3f661cf699
1153
CVE-2024-3651.patch
1153
CVE-2024-3651.patch
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user