diff --git a/glib2.spec b/glib2.spec index 9cfc809..375d3c3 100644 --- a/glib2.spec +++ b/glib2.spec @@ -5,19 +5,19 @@ Summary: A library of handy utility functions License: LGPL-2.1-or-later URL: https://www.gtk.org -Source0: https://download.gnome.org/sources/glib/2.77/glib-%{version}.tar.xz +Source: https://download.gnome.org/sources/glib/2.77/glib-%{version}.tar.xz # Required for RHEL core crypto components policy. Good for Fedora too. # https://bugzilla.redhat.com/show_bug.cgi?id=1630260 # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/903 -Patch0: gnutls-hmac.patch +Patch: gnutls-hmac.patch # recent close_range() changes break CircleCI and GitHub actions -- we can remove this when # the baremetal Docker is updated there i.e. lets be a little bit pragmatic... -Patch2: gspawn-eperm.patch +Patch: gspawn-eperm.patch # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3565 -Patch3: 3565.patch +Patch: 3565.patch BuildRequires: gcc BuildRequires: gcc-c++