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 06fa42b commit e9b53e4Copy full SHA for e9b53e4
make-srpm.sh
@@ -117,11 +117,6 @@ BuildRequires: python2-devel
117
%description -n python2-%{name}
118
This package contains the Python 2 binding for the csdiff tool for comparing
119
code scan defect lists to find out added or fixed defects.
120
-
121
-%if 0%{?rhel} && 0%{?rhel} <= 6
122
-%{!?__python2: %global __python2 /usr/bin/python2}
123
-%{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
124
-%endif
125
%endif
126
127
%if %{with python3}
0 commit comments