Skip to content

Commit

Permalink
yum-utils: only depend on python3-dnf, not dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode authored and jan-kolarik committed May 15, 2023
1 parent 4858e5f commit c56cdce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dnf-plugins-core.spec
Expand Up @@ -196,7 +196,6 @@ Provides: yum-utils = %{version}-%{release}
Provides: dnf-utils = %{version}-%{release}
Obsoletes: dnf-utils < %{version}-%{release}
%endif
Requires: dnf >= %{dnf_lowest_compatible}
Requires: %{name} = %{version}-%{release}
%if %{with python3}
Requires: python3-dnf >= %{dnf_lowest_compatible}
Expand Down
2 changes: 1 addition & 1 deletion etc/systemd/dnf-system-upgrade.service
Expand Up @@ -14,7 +14,7 @@ OnFailure=dnf-system-upgrade-cleanup.service
Type=oneshot
# Upgrade output goes to journal and on-screen.
StandardOutput=journal+console
ExecStart=/usr/bin/dnf system-upgrade upgrade
ExecStart=/usr/bin/dnf-3 system-upgrade upgrade

[Install]
WantedBy=system-update.target

0 comments on commit c56cdce

Please sign in to comment.