A little bit weird that this package already installed for me:
python3-bodhi-4.0.2-2.fc30.noarch already installed
Yeah, I think we shouldn't be pulling this in on Fedora at all, but that's a separate issue. I'll file a bug on that.
@mattf yeah, that's correct, the %postun of 5.1.0-7 was also broken and of course that can't be helped once it's installed. I just checked and it is fixed in both places in -8.
@adamwill I didn't see the post-install scriptlet error for libvirt-daemon-driver-network-5.1.0-8, but that error showed up when the post-uninstall scriptlet of libvirt-daemon-driver-network-5.1.0-7 ran. I think that scriptlet error is fixed in 5.1.0-8. The error in #1699051 didn't show up in my journal after upgrading to 5.1.0-7. Thanks. I haven't tested libvirtd 5.1.0-8.
Works for me but adds a center item on the passwords page... and an extra step first boot... for something that shouldn't be there but thanks for making it work again.
works now
Fixes the original problem and the additional reported issue - I personally didn't observe that in my install but I think had done some install and removal of the packages manually.
@jbwillia try it now?
still getting the type 1 error
Aha. That's a fun one. Pre-existing bug, it only shows up when firewalld_zone is disabled in the spec...I'll fix it.
Upgrading : libvirt-daemon-driver-network-5.1.0-7.fc30.x86_64 9/124
Running scriptlet: libvirt-daemon-driver-network-5.1.0-7.fc30.x86_64 9/124
/var/tmp/rpm-tmp.wzLqj3: line 1: fg: no job control
warning: %post(libvirt-daemon-driver-network-5.1.0-7.fc30.x86_64) scriptlet failed, exit status 1
Error in POSTIN scriptlet in rpm package libvirt-daemon-driver-network
I noticed the following error in the post-install scriptlet of libvirt-daemon-driver-network-5.1.0-7 when I ran sudo dnf upgrade --refresh (with updates-testing enabled)
Upgrading : libvirt-daemon-driver-network-5.1.0-7.fc30.i686 4/62 Running scriptlet: libvirt-daemon-driver-network-5.1.0-7.fc30.i686 4/62 /var/tmp/rpm-tmp.4QVoaS: line 1: fg: no job control warning: %post(libvirt-daemon-driver-network-5.1.0-7.fc30.i686) scriptlet failed, exit status 1
Error in POSTIN scriptlet in rpm package libvirt-daemon-driver-network
That scriplet appears to reload firewalld as follows %post daemon-driver-network %if %{with_firewalld} %firewalld_reload %endif
I have firewalld running, but libvirtd isn't running.
This patch removes libvirt.xml from the zone definitions file and resolves the error message emitted by firewalld as planned.
works
Works for me.