rocky-release/README.md

41 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2024-02-21 07:00:26 +00:00
Release package - All PR's should be against staging/src/rocky-release
2021-11-30 19:31:12 +00:00
## Notes for Packagers/Builders
2024-02-21 07:00:26 +00:00
This package can produce multiple variants of `rocky-release`:
2021-11-30 19:31:12 +00:00
2021-11-30 21:52:40 +00:00
* Stable: `rocky-release`, `rocky-repos`, `rocky-gpg-keys`, etc
* LookAhead: All packages appended with `-lookahead`
2024-02-21 07:00:26 +00:00
* Beta: All packages appended with `-beta`
2021-11-30 19:31:12 +00:00
2022-05-08 15:40:04 +00:00
* If `--with=rllookahead` or `--with=rlbeta` are set in mock, those variants are built
* If both are set the same time, build will fail
2021-11-30 19:31:12 +00:00
2022-05-08 15:40:04 +00:00
When `--with=rllookahead` is set the minor version will typically be `y+1`. So if the current
2021-11-30 21:52:40 +00:00
stable is `X.0`, the next would be `X.1`.
2022-05-08 15:40:04 +00:00
For pre-releases/beta, both packages should produce `X.Y` until changed in the spec.
2021-11-30 19:47:46 +00:00
2022-05-08 15:40:04 +00:00
The `rllh` macro may be versioned out for future use. It does not have to be explicitly set.
2021-11-30 19:40:42 +00:00
2021-11-30 19:47:46 +00:00
A `rllh_minor` macro may be introduced in the future.
2021-11-30 19:40:42 +00:00
### How does this benefit us?
2024-02-21 07:00:26 +00:00
It provides an opportunity to do self testing of various kinds. In most cases,
a rocky-release package for the upcoming minor release will be built normally
and doesn't require the variant release packages. However, the option is at
least available for those who want to test something in particular and override
the default rocky-release packages.
2022-02-09 00:35:47 +00:00
### What is the rloverride macro?
This simply sets the dist tag to `.el%{major}.override` and changes the ID="..."
tag in `/etc/os-release` to read as `rhel` rather than `rocky`. This helps us
perform very specific builds that cannot otherwise be debranded properly, eg
dotnet. This should also change the initial macros to only provide `%rhel` and
not CentOS or any other derivative macro name, as some packages specifically
look for these macros being set as well and *also* applies to those packages
that cannot be properly debranded or when debranding has not visual or
functional benefit.