View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000091 | AlmaLinux-8 | glusterfs | public | 2021-06-01 15:41 | 2021-12-31 02:44 |
Reporter | figless | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000091: glusterfs packages are built from incorrect sources | ||||
Description | The versions of glusterfs, glusterfs-client, glusterfs-fuse, glusterfs-libs, glusterfs-rdma (BaseOS), and glusterfs-api, glusterfs-cli (AppStream) are all version 6.0:56 which does not match what exists in RHEL (BaseOS, AppStream), which is version 6.0:49.1. It seems that the srpm for gluster has been rebuilt from "Red Hat Storage Native Client for RHEL 8" rather than BaseOS/AppStream | ||||
Tags | not-a-bug | ||||
abrt_hash | |||||
URL | |||||
|
[akdev@virt0 ~]$ cat /etc/redhat-release CentOS Stream release 8 [akdev@virt0 ~]$ sudo dnf info glusterfs | awk '/Version/ || /Release/' Version : 6.0 Release : 56.4.el8 [akdev@almalinux8 ~]$ cat /etc/redhat-release AlmaLinux release 8.5 (Artic Sphynx) [akdev@virt0 ~]$ sudo dnf info glusterfs | awk '/Version/ || /Release/' Version : 3.12.2 Release : 40.2.el8 Version : 6.0 Release : 56.4.el8 looks like AlmaLinux offers the correct version - 56.4.el8 matching centos 8 stream |