We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fe65f1 commit aa82881Copy full SHA for aa82881
1 file changed
python-bugzilla.spec
@@ -57,7 +57,11 @@ over XML-RPC.
57
58
%package cli
59
Summary: Command line tool for interacting with Bugzilla
60
-Requires: python-bugzilla
+%if 0%{?with_python3}
61
+Requires: python3-bugzilla = %{version}-%{release}
62
+%else
63
+Requires: python-bugzilla = %{version}-%{release}
64
+%endif
65
66
%description cli
67
This package includes the 'bugzilla' command-line tool for interacting with bugzilla. Uses the python-bugzilla API
0 commit comments