Comments

24 Comments

This update has been unpushed.

User Icon chkr commented & provided feedback on avahi-0.8-16.fc36 7 months ago
karma

Looks good. Thanks for the update. I tested:

  • avahi-discover-standalone
  • avahi-browse
  • bssh/bvnc
  • checked for error message of avahi-daemon via journalctl
BZ#2036073 avahi-disconver-standalone does not start
BZ#2126721 avahi-discover-standalone shows no GUI

This update has been unpushed.

karma

A dependency is missing:

>>> from pymodbus.client import ModbusSerialClient,
  File "<stdin>", line 1
    from pymodbus.client import ModbusSerialClient,
                                                   ^
SyntaxError: trailing comma not allowed without surrounding parentheses
>>> from pymodbus.client import ModbusSerialClient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.11/site-packages/pymodbus/client/__init__.py", line 5, in <module>
    from pymodbus.client.serial import AsyncModbusSerialClient, ModbusSerialClient
  File "/usr/lib/python3.11/site-packages/pymodbus/client/serial.py", line 7, in <module>
    from serial_asyncio import create_serial_connection
ModuleNotFoundError: No module named 'serial_asyncio'
>>> 

This update has been unpushed.

karma

After installing this version, python3-rsa can be updated correctly. I tested successfully a few awscli commands, too.

BZ#2030442 python3-rsa dependency fix is incorrect for awscli version in Fedora 34
BZ#2031318 F34FailsToInstall: awscli
karma

The update works and is functional. It looks like that the previous release awscli-1.19.100 in F34 already had the relaxed version version requirements in place. This update works fine, but strictly speaking it could be omitted.

BZ#2016386 The RPM requires of the current awscli package prevent a security update of python3-rsa.
karma

After it is installed, the update of python3-rsa is now possible (BZ#2016386). Thanks for the update!

BZ#2016386 The RPM requires of the current awscli package prevent a security update of python3-rsa.
karma

Works fine, no obvious problems found.

karma

Works fine, no obvious problems found.

karma

Seems to work. I tested it especially to get the bug fix for https://bugzilla.redhat.com/show_bug.cgi?id=1852564 (which is fixed by this update). Please add this bug# to the "Bugs" section of this update, too.

karma

Thanks for the quick response. The update works and the graph issue is fixed.

BZ#1802117 Update Request: update to version 4.0.17
  • after updating to python3-botocore-1.12.101-2.fc30.noarch it is now possible to update python3-urllib3 as well
  • calling a few commands using "aws ec2" and "aws s3" doesn't show any problem
BZ#1774190 python3-botocore requires python3-urllib3 < 1.25, but latest in f30 is >1.25
BZ#1724384 anki-2.1.14 is available
karma

The update solves the dependency bug. No problems detected in the depending anki package.

BZ#1727444 Installing python3-qt5-webengine downgrades many qt5-* packages
BZ#1724384 anki-2.1.14 is available

The update of "python-qt5" does not include the sub-package "python3-qt5-webengine" any more and is causing trouble for other packages requiring it and so also update problems on these systems. See also comment of "bluepencil" above.

Bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1727444

Unfortunately, this update includes a soname change (from libclamav.so.7 to libclamav.so.9). This library is linked by cyrus-imapd-utils. If that package is installed, the update to the latest clamav-lib package fails:

  • package cyrus-imapd-utils-3.0.5-7.fc28.x86_64 requires libclamav.so.7()(64bit), but none of the providers can be installed
karma

FlightGear can be installed with the latest set of Qt5 packages and it works in general. However, this version seems to have quite a few bugs, even with default settings. E.g. tutorials don't work properly, because the scenery is not loaded or in the default scenery there are some graphical glitches like buildings are flying in the open air... I didn't had the time to downgrade FlightGear and Qt5 to the previous versions to check whether these are regressions.

BZ#1628125 FlightGear needs rebuild for new qt5

Connections to Windows 2012 Server work again. Thanks.