RPM macros to simplify the packaging of forge-hosted projects.
  • Lua 53.4%
  • Python 38.2%
  • Shell 5.5%
  • Makefile 2.9%
Find a file
Maxwell G 500266d299
tools: update epel script to allow creating an EPEL 10 override
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
2024-11-25 22:39:33 -06:00
.builds tools: update epel script to allow creating an EPEL 10 override 2024-11-25 22:39:33 -06:00
.copr new copr-Makefile: use pygit2 from Fedora repos 2024-03-02 19:01:22 +00:00
LICENSES add draft forge-srpm-macros.spec 2023-08-11 03:55:30 +00:00
rpm macros: adjust forge{auto,}setup macros to reflect current practice 2024-10-20 22:01:28 -05:00
tests Add support for go.googlesource.com and tests 2024-08-13 16:56:46 -05:00
tools tools: update epel script to allow creating an EPEL 10 override 2024-11-25 22:39:33 -06:00
.gitignore tools: update epel script to allow creating an EPEL 10 override 2024-11-25 22:39:33 -06:00
.yamllint.yaml add noxfile to run tests and mockbuilds 2023-08-13 17:25:35 +00:00
ci.yml.in ci: test with EPEL 9 renaming in EL 9 job 2024-03-02 18:38:16 +00:00
cigen.sh ci: remove Fedora 38 builds 2024-08-13 17:00:47 -05:00
CONTRIBUTING.md flesh out CONTRIBUTING instructions 2023-09-04 20:07:55 +00:00
forge-srpm-macros.spec tools: update epel script to allow creating an EPEL 10 override 2024-11-25 22:39:33 -06:00
Makefile tools: update epel script to allow creating an EPEL 10 override 2024-11-25 22:39:33 -06:00
NEWS.md Release 0.4.0 2024-09-27 16:04:13 -05:00
noxfile.py nox: switch from FRAG.md NEWS_FRAGMENT.md for releaserr changelog 2024-03-02 19:04:57 +00:00
README.md doc README: remove references to nonexistent Copr repo 2024-08-17 07:38:14 -05:00
rpmeval.sh License rpmeval.sh as GPL-1.0-or-later OR MIT 2023-10-15 17:05:56 +00:00
ruff.toml lint: address ruff deprecation warnings and regen config 2024-03-02 19:01:23 +00:00

forge-srpm-macros

builds.sr.ht status

copr build status (gotmax23/forge-srpm-macros-dev)

These macros simplify the packaging of forge-hosted projects. They automatically compute the Source urls based on macros set in the specfile. This code has been split out from redhat-rpm-config to ease maintenance.

Compatibility

The minimum supported RPM version is 4.16. The macros are tested in CI on Fedora 38+ and EL 9.

Contributing

See CONTRIBUTING.md.

License

This repository is licensed under

SPDX-License-Identifer: GPL-1.0-or-later