Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Trying to install glances on using epel-10 release, I get error because the package are not available Steps to Reproduce: - install 10 os major version - install related epel-release package - create packages cache - try to install glances package Actual results: Missing package Expected results: Package installed like epel-release 9
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
Hi, any ETA for this?
i would love to have this package, but this is a medium Severity at best :)
*** Bug 2430407 has been marked as a duplicate of this bug. ***
I have successfully build glances for epel10 by using f39 version of spec. This is the first version after fedora 36, which is the base of epel10, that works without changes. ``` fedpkg request-branch epel10 fedpkg switch-branch epel10 git merge f39 fedpkg --release epel10 mockbuild fedpkg --release epel10 lint # Update Release in glances.spec to 1%{?dist} ```
(In reply to Bruno Thomsen from comment #6) > I have successfully build glances for epel10 by using f39 version of spec. > This is the first version after fedora 36, which is the base of epel10, that > works without changes. > > ``` > fedpkg request-branch epel10 > fedpkg switch-branch epel10 > git merge f39 > fedpkg --release epel10 mockbuild > fedpkg --release epel10 lint > # Update Release in glances.spec to 1%{?dist} > ``` I misplaced versions, fedora 40 was the base of epel10, and it works as well. ``` fedpkg request-branch epel10 fedpkg switch-branch epel10 git merge f40 spectool -g glances.spec fedpkg --release epel10 mockbuild fedpkg --release epel10 lint # Update Release in glances.spec to 1%{?dist} ```