Skip to content

Commit

Permalink
dnf-automatic: require 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 25, 2023
1 parent aa5a8e2 commit 9aa063d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ Obsoletes: %{name}-yum < 5
%package -n python3-%{name}
Summary: Python 3 interface to DNF
%{?python_provide:%python_provide python3-%{name}}
Requires: libdnf5
BuildRequires: python3-devel
BuildRequires: python3-hawkey >= %{hawkey_version}
BuildRequires: python3-libdnf >= %{hawkey_version}
Expand Down Expand Up @@ -176,7 +175,7 @@ Python 3 interface to DNF.
%package automatic
Summary: %{pkg_summary} - automated upgrades
BuildRequires: systemd
Requires: %{name} = %{version}-%{release}
Requires: python3-%{name} = %{version}-%{release}
%{?systemd_requires}

%description automatic
Expand Down

0 comments on commit 9aa063d

Please sign in to comment.