View Issue Details

IDProjectCategoryView StatusLast Update
0000362AlmaLinux-9-OTHERpublic2023-01-24 23:47
Reporterbo9h5 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platformx86_64OSAlmaLinuxOS Version9
Summary0000362: installing ovirt-engine fails
DescriptionWhen installing `centos-release-ovirt45` followed by `ovirt-engine` the later fails. The cause seems to be the lack of a gpg key. The key was updated do to deprecation of SHA1 keys.

I believe updating `centos-release-ovirt45` to version 9.1.3 or higher should resolve the issue because the key is included there. The version in Centos9Stream is currently 9.2.1.
Steps To Reproduce```
dnf install centos-release-ovirt45 -y
dnf install ovirt-engine -y
```
Additional Informationrelevant upstream issues:
- https://github.com/oVirt/ovirt-release/issues/298
- https://github.com/oVirt/ovirt-engine/issues/721

relevant output:
```
oVirt upstream for CentOS Stream 9 - oVirt 4.5 2.8 MB/s | 2.9 kB 00:00
Importing GPG key 0xFE590CB7:
 Userid : "oVirt <infra@ovirt.org>"
 Fingerprint: 31A5 D783 7FAD 7CB2 86CD 3469 AB8C 4F9D FE59 0CB7
 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5
warning: Signature not supported. Hash algorithm SHA1 not available.
Key import failed (code 2). Failing package is: java-client-kubevirt-0.5.0-2.el9.noarch
 GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oVirt-4.5
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
```
Tagsovirt

Activities

bo9h5

2023-01-24 23:47

reporter   ~0000794

Manually installing the gpg key contained in `centos-release-ovirt45-9.2-1.el9s.noarch` on centos stream9 to almalinux9 allows the installation to continue and succeed.

Currently the almalinux package that needs an update is in the almalinux `extras` repository.

Issue History

Date Modified Username Field Change
2023-01-24 23:26 bo9h5 New Issue
2023-01-24 23:26 bo9h5 Tag Attached: ovirt
2023-01-24 23:47 bo9h5 Note Added: 0000794