Apply patch disabling SHA1 at build time

Resolves: RHEL-822
This commit is contained in:
Jonas Ådahl 2023-07-19 11:52:31 +02:00
parent 5550085a9b
commit bb20a02e0f

View File

@ -15,7 +15,7 @@
Name: gnome-remote-desktop Name: gnome-remote-desktop
Version: 40.0 Version: 40.0
Release: 9%{?dist} Release: 10%{?dist}
Summary: GNOME Remote Desktop screen share service Summary: GNOME Remote Desktop screen share service
License: GPLv2+ License: GPLv2+
@ -107,6 +107,7 @@ GNOME desktop environment.
%patch1004 -p1 -b .cursor_null %patch1004 -p1 -b .cursor_null
%patch2000 -p1 -b .crypto_policy %patch2000 -p1 -b .crypto_policy
%patch2001 -p1 -b .static %patch2001 -p1 -b .static
%patch2100 -p1 -b .no-sha1
# Nuke bundled minilzo # Nuke bundled minilzo
rm -fv common/lzodefs.h common/lzoconf.h commmon/minilzo.h common/minilzo.c rm -fv common/lzodefs.h common/lzoconf.h commmon/minilzo.h common/minilzo.c
@ -198,6 +199,10 @@ popd
%changelog %changelog
* Wed Jul 19 2023 Jonas Ådahl <jadahl@redhat.com> - 40.0-10
- Don't compile in SHA1 support again
Resolves: #2223925
* Wed Jul 19 2023 Jonas Ådahl <jadahl@redhat.com> - 40.0-9 * Wed Jul 19 2023 Jonas Ådahl <jadahl@redhat.com> - 40.0-9
- Bump version number - Bump version number
Related: rhbz#2188174 Related: rhbz#2188174