Bug 2368992 - missing glances package
Summary: missing glances package
Keywords:
Status: NEW
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: glances
Version: epel10
Hardware: Unspecified
OS: Linux
unspecified
urgent
Target Milestone: ---
Assignee: Ali Erdinc Koroglu
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 2430407 (view as bug list)
Depends On: 2406055
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-05-28 16:18 UTC by bitchecker
Modified: 2026-08-30 09:03 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description bitchecker 2025-05-28 16:18:39 UTC
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

Comment 1 Fedora Admin user for bugzilla script actions 2025-07-11 00:59:59 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 2 bitchecker 2025-07-24 09:41:23 UTC
Hi,
any ETA for this?

Comment 3 ante 2025-10-22 20:59:14 UTC
i would love to have this package, but this is a medium Severity at best :)

Comment 4 Xavier Bachelot 2026-05-07 16:46:53 UTC
*** Bug 2430407 has been marked as a duplicate of this bug. ***

Comment 5 Fedora Admin user for bugzilla script actions 2026-06-16 13:58:30 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.

Comment 6 Bruno Thomsen 2026-08-16 19:52:43 UTC
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}
```

Comment 7 Bruno Thomsen 2026-08-16 19:58:49 UTC
(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}
```


Note You need to log in before you can comment on or make changes to this bug.