Bug 2039069
| Summary: | Provide golang-github-prometheus-alertmanager for EPEL-8 and EPEL-9 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stefan Bluhm <fedoraproject.org> |
| Component: | golang-github-prometheus-alertmanager | Assignee: | Robert-André Mauchin 🐧 <eclipseo> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | eclipseo, go-sig |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | golang-github-prometheus-alertmanager-0.23.0-6.el9 golang-github-prometheus-alertmanager-0.23.0-7.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-01-25 01:35:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stefan Bluhm
2022-01-10 20:50:26 UTC
Hi I'm working on this. The package will be revamped though with breaking changes compared to F34/F35. See the changes here: https://src.fedoraproject.org/rpms/golang-github-prometheus-alertmanager/blob/rawhide/f/golang-github-prometheus-alertmanager.spec I'm starting with EPEL9 first as the tooling we have is simplier than in EPEL8. I'll try to finish it this week-end. FEDORA-EPEL-2022-286454aa96 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-286454aa96 FEDORA-EPEL-2022-b711379c24 has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-b711379c24 Please kindly test the packages, FEDORA-EPEL-2022-286454aa96 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-286454aa96 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. THANK YOU! Installation works on EL9 but fails on EL8: Transaktionsüberprüfung wird ausgeführt Transaktionsprüfung war erfolgreich. Transaktion wird getestet Transaktionstest war erfolgreich. Transaktion wird ausgeführt Vorbereitung läuft : 1/1 Ausgeführtes Scriptlet: golang-github-prometheus-alertmanager-0.23.0-4.el8.x86_64 1/1 /var/tmp/rpm-tmp.XgaYkH: Zeile 1: fg: Keine Job Steuerung in dieser Shell. Fehler: %prein(golang-github-prometheus-alertmanager-0.23.0-4.el8.x86_64) Scriptlet fehlgeschlagen, Beenden-Status 1 Error in PREIN scriptlet in rpm package golang-github-prometheus-alertmanager Überprüfung läuft : golang-github-prometheus-alertmanager-0.23.0-4.el8.x86_64 1/1 Fehlgeschlagen: golang-github-prometheus-alertmanager-0.23.0-4.el8.x86_64 Fehler: Transaktion fehlgeschlagen FEDORA-EPEL-2022-b711379c24 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-b711379c24 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-1b165eb4cf has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1b165eb4cf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-e743d3243c has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-e743d3243c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. EPEL8 is still not working with the latest patch. I just noted that %sysusers_create_compat is probably not in RHEL8: https://www.spinics.net/lists/fedora-devel/msg295385.html So this might be the approach (untested): %pre getent group prometheus >/dev/null || groupadd -r prometheus getent passwd prometheus >/dev/null || \ useradd -r -g prometheus -d /var/lib/prometheus -s /sbin/nologin \ -c "Shared system user for all Prometheus components" prometheus FEDORA-EPEL-2022-17997db731 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-17997db731 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-670ac565a3 has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-670ac565a3 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-6cac670065 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-6cac670065 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-6cac670065 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-EPEL-2022-670ac565a3 has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report. @Robert-André Mauchin. Thank you for your efforts on this! Much appreciated! |