Bug#928679: rinse: please update for Fedora 30

2019-07-10 Thread Thomas Lange
> On Wed, 8 May 2019 19:12:00 +, Eric Wong  said:

> ModuleNotFoundError: No module named 'libdnf'
I think there's a package missing which provides the libdnf module. In
F28 we had the libdnf package included. Check if this package was
installed.
Do you have more log files?

-- 
regards Thomas



Bug#928679: rinse: please update for Fedora 30

2019-05-08 Thread Eric Wong
Package: rinse
Version: 3.4
Severity: wishlist

I tried updating things myself by symlinking the existing
post-install.sh and copying the package list from fedora-28,
but it failed during the post-install.

Anyways, this is the error I hit when I tried to update to
Fedora 30 myself:

Running post-install script /usr/lib/rinse/fedora-30/post-install.sh:
  Setting up DNF cache
mv: cannot stat 'f30/etc/yum.conf': No such file or directory
  Bootstrapping DNF
Traceback (most recent call last):
  File "/usr/bin/dnf", line 57, in 
from dnf.cli import main
  File "/usr/lib/python3.7/site-packages/dnf/__init__.py", line 30, in 
import dnf.base
  File "/usr/lib/python3.7/site-packages/dnf/base.py", line 29, in 
import libdnf.transaction
ModuleNotFoundError: No module named 'libdnf'
mv: cannot stat 'f30/etc/yum.conf.orig': No such file or directory
Traceback (most recent call last):
  File "/usr/bin/dnf", line 57, in 
from dnf.cli import main
  File "/usr/lib/python3.7/site-packages/dnf/__init__.py", line 30, in 
import dnf.base
  File "/usr/lib/python3.7/site-packages/dnf/base.py", line 29, in 
import libdnf.transaction
ModuleNotFoundError: No module named 'libdnf'
Installation complete.

Assistance greatly appreciated, thanks.