Don't number sources and patches
We can now have multiple Patch: lines that are all applied correctly by autosetup.
This commit is contained in:
parent
fa84f8591f
commit
6995c02c20
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user