fix build for RHEL 6
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=61
This commit is contained in:
parent
aa358658da
commit
5e643b5930
2
osc.spec
2
osc.spec
@ -49,9 +49,11 @@ Recommends: build >= 2010.05.04
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?rhel_version} || 0%{?centos_version}
|
||||
%if 0%{?rhel_version} < 600
|
||||
BuildRequires: python-elementtree
|
||||
Requires: python-elementtree
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version}%{?mandriva_version}
|
||||
BuildRequires: python-m2crypto
|
||||
Requires: python-m2crypto > 0.19
|
||||
|
Loading…
Reference in New Issue
Block a user