You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the smart-restart app depends on python3-dnf-plugin-post-transaction-actions that are currently broken.
I tried configuring a simple post-script and got the following output.
Can you please upgrade the python3-dnf-plugin-post-transaction-actions package?
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/dnf/plugin.py", line 104, in _caller
getattr(plugin, method)()
File "/usr/lib/python3.9/site-packages/dnf-plugins/post-transaction-actions.py", line 146, in transaction
command = self._replace_vars(ts_item, a_command)
File "/usr/lib/python3.9/site-packages/dnf-plugins/post-transaction-actions.py", line 104, in _replace_vars
result = libdnf.conf.ConfigParser_substitute(command, vardict)
AttributeError: module 'libdnf.conf' has no attribute 'ConfigParser_substitute'
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue with us. smart-restart depends on the latest version of python3-dnf-plugin-post-transaction-actions which is an external dependency coming from the package repos. Unfortunately, we need to wait until python3-dnf-plugin-post-transaction-actions is fixed and made public.
Until then, I'll keep the issue open to keep track.
Hi, the smart-restart app depends on python3-dnf-plugin-post-transaction-actions that are currently broken.
I tried configuring a simple post-script and got the following output.
This is a known issue on AL2023 amazonlinux/amazon-linux-2023#732
Can you please upgrade the
python3-dnf-plugin-post-transaction-actions
package?The text was updated successfully, but these errors were encountered: