We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6a0fbd commit 64d37d2Copy full SHA for 64d37d2
1 file changed
python-bugzilla.spec
@@ -21,13 +21,18 @@ BuildRequires: python-setuptools-devel
21
22
BuildRequires: python-pycurl
23
Requires: python-pycurl
24
+
25
+%if ! 0%{?rhel} || 0%{?rhel} >= 6
26
Requires: python-magic
27
+%endif
28
29
30
%description
31
python-bugzilla is a python library for interacting with bugzilla instances
32
over XML-RPC. This package also includes the 'bugzilla' command-line tool
33
for interacting with bugzilla from shell scripts.
34
35
36
%prep
37
%setup -q
38
0 commit comments