-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC: Build Fedora EPEL for AlmaLinux and AlmaLinux Kitten x86_64_v2 #2
base: master
Are you sure you want to change the base?
RFC: Build Fedora EPEL for AlmaLinux and AlmaLinux Kitten x86_64_v2 #2
Conversation
…64_v2.md Co-authored-by: Jonathan Wright <[email protected]> Co-authored-by: Neal Gompa <[email protected]> Co-authored-by: Andrew Lukoshko <[email protected]>
We'll probably need a custom disttag to differentiate these builds from the upstream ones, should we define it now? |
What would the custom DistTag accomplish? There's no source differences from the original ones from Fedora. If we allowed any source changes, then yes, I would agree. But the |
We should make sure that we have a |
This was a suggestion from @carlwgeorge to reduce potential confusion when bugs inevitably get filed in the wrong place. |
Users rarely know to check the Vendor tag, and it's even more rare for that information to be included in bug reports. Meanwhile the bugzilla template for EPEL already asks for the package NVR, which would capture a custom disttag and make it obvious to EPEL packagers that the package wasn't provided by EPEL. |
But there are literally not going to be any source changes, so the delta is basically zero. |
While the package source themselves will be the same, the inputs to the build won't be, because they will be built against Kitten 10 and Alma 10. |
* We got feedback from the EPEL steering committee whose main concern was naming confusion. We will name the actual package providing the repo `epel-release-almalinux-altarch` and make it `Provides` and `Conflicts` with `epel-release`. This package will only be available in the extras repo for architectures not served by Fedora. | ||
* These packages will use a dedicated GPG signing key - not the base AlmaLinux OS package key. | ||
* The repository will be an optional rsync target for mirror owners and require them to configure mirroring for it. | ||
* EPEL10 will have 2 production branches - one targeting EL10 stable, and one targeting CentOS Stream, or in our case, EL10 stable and Kitten. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EPEL 10 will have more than two branches. Over it's lifecycle there will a total of eleven branches, with two or three active at any given time.
We don't even do this for Alma core packages unless they are modified. So doing it different for unmodified EPEL packages would be a significant deviation from our existing policy. From my point of view, it's no different from people doing rebuilds in COPR or other sources, and we don't require changes there either. |
In today's ALESCo meeting it came up that we need to define what we do with old minor-version branches - ie sending them to vault. |
I co-maintain a package,
Assuming an This package is a pretty unusual case, perhaps even a unique one, but there are legitimate reasons why it is the way it is. Is there any way that such a package could be adapted to work as expected in the proposed EPEL-for-x86_64-v2 without giving up on x86_64-v3 specializations in EPEL10 proper? I suppose there would ideally be some way to conditionalize the spec file on the actual architectural baseline, rather than on the Fedora/EL release number. |
An EPEL bug filed for a package in the base of Alma will get closed outright because it's not in EPEL at all. An EPEL bug filed for a package that is in EPEL and also in the Alma rebuild of EPEL, using an identical disttag, will not get closed outright because it will appear to the maintainer to be a regular EPEL bug. If the bug is specific to the v2 rebuild, it will waste the maintainer's time and delay getting the bug in front of the Alma devs who are interested in resolving the issue.
Except they're not unmodified, they use a different buildroot, which is a modification. And that level of deviation will only grow with time as Alma does more cool and interesting things differently from CentOS/RHEL.
COPR doesn't require anything, it's a wild west. I've also seen this exact situation play out with COPR, where a bug is reported for a package with an identical NVR as an EPEL package, and it wastes the maintainer's time and delays fixing the issue for the user. I'd like to avoid the same problem with this EPEL v2 rebuild. Keep in mind that when this happens it doesn't give the EPEL maintainer a positive feeling towards the COPR in question. In the same vein, I think it would be best to avoid similar reputation damage for Alma. |
Perhaps Alma packages built against v2 should also use this new dist tag, since I expect Alma bug triagers would also want to know which of the build it is As for COPR - that should be different. In many cases the packages are not in Fedora, or the packages are but the rebuild is just temporary, or the NEVRAs don't match exactly. Here these are official, supported packages - except different entities are doing the supporting. And Alma users who use EPEL would be used to filing RHBZs for EPEL and muscle memory takes a while to retrain (in the optimistic case). |
Right, and when the NVR is different that is often the first clue to a maintainer that the build is not an official EPEL build. If the bug report is for 1.2-3, and the maintainer knows they only have built up to 1.2-2, they know the package came from somewhere else. A different disttag gives the Alma v2 EPEL an always different release field. |
@musicinmybrain, the RPM architecture will be |
And note, there is a generic x86_64 architecture macro for |
I just tried this in
For
So I like your suggestion, but if it does end up working in the AlmaLinux rebuild, it looks like that will be the only place that it works, which is unfortunate. |
It also works in openSUSE, as openSUSE has plumbed in the micro architectures into their build system. It doesn't work in Fedora yet because Koji has not been taught about it yet, and the patches to the DNF stack need to be reworked and upstreamed. |
You can test this locally by using |
No description provided.