bug fix #874
Closed
tybreizh29
started this conversation in
Show and tell
bug fix
#874
Replies: 2 comments
-
|
There is a PR opened to convert el9 systems at the moment it isn't possible However, without seeing the logs this looks like a bug we fixed in 1.3.2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
As Eric wrote, this has been fixed in convert2rhel 1.3.2. This is the fix specifically: #855. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I did make some changes to the sources to try to make it work to convert my offline rocky 9.2 to redhat 9.2.
I found a bug in one your file.
if package name is "A.Y.arch" you raise an exception because you are expecting only one "."
file : /usr/lib/python3.9/site-packages/convert2rhel/pkgmanager/handlers/dnf/init.py
line 124 : name, arch = tuple(pkg.rsplit(".",1)) <- I added ",1" to extract only the arch
best regards
m
arc
Beta Was this translation helpful? Give feedback.
All reactions