From 6995c02c209df4fe8f42e0fe862f23aaae6c2b9f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 8 Sep 2023 16:20:28 +0200 Subject: [PATCH] Don't number sources and patches We can now have multiple Patch: lines that are all applied correctly by autosetup. --- glib2.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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++