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
Version: 40.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: GNOME Remote Desktop screen share service
License: GPLv2+
@ -107,6 +107,7 @@ GNOME desktop environment.
%patch1004 -p1 -b .cursor_null
%patch2000 -p1 -b .crypto_policy
%patch2001 -p1 -b .static
%patch2100 -p1 -b .no-sha1
# Nuke bundled minilzo
rm -fv common/lzodefs.h common/lzoconf.h commmon/minilzo.h common/minilzo.c
@ -198,6 +199,10 @@ popd
%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
- Bump version number
Related: rhbz#2188174