After discussion in the 2024-11-21 FPC meeting, I am updating the epel build script to allow creating a forge-srpm-macros-epel backport package that overrides the EL 10 package. The backport package will address a critical bug that has gone unfixed in RHEL and include other features that have been added since the EL 10 branching. Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2314083 Ref: https://issues.redhat.com/browse/RHEL-60802 Ref: https://meetbot.fedoraproject.org/meeting-1_matrix_fedoraproject-org/2024-11-21/fpc.2024-11-21-17.00.log.html
12 lines
226 B
Text
12 lines
226 B
Text
# Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>
|
|
#
|
|
# SPDX-License-Identifier: GPL-1.0-or-later
|
|
|
|
__pycache__/
|
|
*.src.rpm
|
|
*.tar.gz
|
|
/NEWS_FRAGMENT.md
|
|
/GIT_MSG
|
|
/fedora*
|
|
# Build directory used to rename files for EPEL usage
|
|
/epel*/
|