We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d35f2f commit 8bf731dCopy full SHA for 8bf731d
1 file changed
python-bugzilla.spec
@@ -1,4 +1,4 @@
1
-%if 0%{?fedora} ||0%{?rhel} >= 7
+%if 0%{?fedora} || 0%{?rhel} >= 7
2
%global with_python3 1
3
%else
4
%{!?__python2: %global __python2 /usr/bin/python2}
@@ -14,7 +14,6 @@ License: GPLv2+
14
URL: https://fedorahosted.org/python-bugzilla
15
Source0: https://fedorahosted.org/releases/p/y/%{name}/%{name}-%{version}.tar.gz
16
BuildArch: noarch
17
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
18
19
BuildRequires: python2-devel
20
BuildRequires: python-requests
0 commit comments