Open uoe-pjackson opened 9 months ago
I should add that an upgrade worked successfully on 2024-01-26 so something has likely changed since then. Maybe at Oracle's end?
I came here to report the same, and am glad I'm not the only one experiencing the issue. For a workaround, we discovered that using this specific version of leap-data-oraclelinux works:
leapp-data-oraclelinux-0.2-3.el7.2
Oddly, this package is from January 17th 2024 whereas the 0.2-4.el7 package that is marked as the "latest" is from November 2023.
I've found what I believe is the issue.
--- leapp-data-oraclelinux-0.2-3.el7.2.noarch/etc/leapp/files/pes-events.json 2024-01-17 08:56:48.000000000 +0000
+++ leapp-data-oraclelinux-0.2-4.el7.noarch/etc/leapp/files/pes-events.json 2023-11-22 10:42:43.000000000 +0000
@@ -81024,7 +81024,7 @@
{
"module_stream": null,
"name": "oraclelinux-release-el8",
- "repository": "ol8-baseos"
+ "repository": "ol8-BaseOS"
}
],
"set_id": 3891
This should be "repository": "ol8-baseos"
I've confirmed by manually making this change that pes-events.json that the upgrade runs ok.
Thanks for the report! We'll fix this soon.
Actual behavior Following what appears to be a another-wise successful upgrade from Centos 7 to Oracle Linux 8 package updates/installs fail. Note this is very similar to what happened in issue #54.
It appears to be due to /etc/yum.repo.d/oracle-linux-ol8.repo is not preset:
this appears to be due to the absence of oraclelinux-release-el8
Installing the package manually fixes the issue
To Reproduce Steps to reproduce the behavior
Expected behavior I'd expect the nmap package to be installed
System information (please complete the following information):
Pre-upgrade
OS and version: (e.g. Fedora 29 or
$ cat /etc/system-release
)$ cat /etc/system-release CentOS Linux release 7.9.2009 (Core)
$ uname -a Linux leapp-test 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
# rpm -qa "*leapp*"
(or shorthashes of commits in case of manual installation):leapp-logs.tar.gz
file attachedAdditional context
/var/log/leapp/leapp-report.txt contains the following
journalctl.txt leapp-logs.tar.gz