View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000354 | AlmaLinux-8 | container-selinux | public | 2023-01-05 13:42 | 2023-01-05 14:19 |
Reporter | marcli | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0000354: updated container-selinux packages are not installed | ||||
Description | dnf does now find any updated packages, even though there are several. | ||||
Steps To Reproduce | # rpm -q container-selinux container-selinux-2.189.0-1.module_el8.6.0+3336+00d107d5.noarch # dnf clean all 39 files removed # dnf upgrade container-selinux AlmaLinux 8 - BaseOS 3.1 MB/s | 2.9 MB 00:00 AlmaLinux 8 - AppStream 9.7 MB/s | 10 MB 00:01 AlmaLinux 8 - Extras 28 kB/s | 18 kB 00:00 Extra Packages for Enterprise Linux 8 - x86_64 34 MB/s | 13 MB 00:00 Dependencies resolved. Nothing to do. Complete! But if I look at the repos, I can see there is newer versions available: [ ] container-selinux-2.189.0-1.module_el8.6.0+3336+00d107d5.noarch.rpm 2022-10-25 23:49 58K [ ] container-selinux-2.189.0-1.module_el8.7.0+3297+1eb250cf.noarch.rpm 2022-10-11 14:26 54K [ ] container-selinux-2.189.0-1.module_el8.7.0+3344+5bcd850f.noarch.rpm 2022-11-09 09:47 59K I have tested different mirrors of the repos, and same issue. | ||||
Additional Information | # cat /etc/redhat-release AlmaLinux release 8.7 (Stone Smilodon) | ||||
Tags | No tags attached. | ||||
abrt_hash | |||||
URL | |||||
|
I noticed this issues as I was trying to patch for https://errata.almalinux.org/8/ALSA-2022-7822.html |
|
Even when trying to do a clean install of the package, it picks the older version: # dnf clean all 28 files removed # dnf install container-selinux AlmaLinux 8 - BaseOS 5.1 MB/s | 2.9 MB 00:00 AlmaLinux 8 - AppStream 14 MB/s | 10 MB 00:00 AlmaLinux 8 - Extras 36 kB/s | 18 kB 00:00 Dependencies resolved. Package Architecture Version Repository Size =========================================================================================================================================================================================================================================================== Installing: container-selinux noarch 2:2.189.0-1.module_el8.6.0+3336+00d107d5 appstream 58 k |
|
Maybe this is not an issue with just this package. # yum updateinfo list sec Last metadata expiration check: 0:19:25 ago on Thu 05 Jan 2023 02:57:41 PM CET. ALSA-2022:7822 Low/Sec. container-selinux-2:2.189.0-1.module_el8.7.0+3344+5bcd850f.noarch ALSA-2022:1762 Important/Sec. criu-3.15-3.module_el8.6.0+2877+8e437bf5.x86_64 ALSA-2022:7822 Low/Sec. criu-3.15-3.module_el8.6.0+2877+8e437bf5.x86_64 ALSA-2022:7822 Low/Sec. fuse-overlayfs-1.9-1.module_el8.7.0+3344+5bcd850f.x86_64 # yum update Last metadata expiration check: 0:20:28 ago on Thu 05 Jan 2023 02:57:41 PM CET. Dependencies resolved. Nothing to do. Complete! |