We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40af4e2 commit ad374ddCopy full SHA for ad374dd
dnf.spec
@@ -173,13 +173,11 @@ Requires: python3-hawkey >= %{hawkey_version}
173
Requires: python3-iniparse
174
Requires: python3-libcomps >= %{libcomps_version}
175
Requires: python3-librepo >= %{librepo_version}
176
+BuildRequires: python3-rpm >= %{rpm_version}
177
+Requires: python3-rpm >= %{rpm_version}
178
%if 0%{?rhel} && 0%{?rhel} <= 7
-BuildRequires: rpm-python3 >= %{rpm_version}
-Requires: rpm-python3 >= %{rpm_version}
179
Requires: rpm-plugin-systemd-inhibit
180
%else
181
-BuildRequires: python3-rpm >= %{rpm_version}
182
-Requires: python3-rpm >= %{rpm_version}
183
Recommends: rpm-plugin-systemd-inhibit
184
%endif
185
# dnf-langpacks package is retired in F25
0 commit comments