Klaus Kämpf 2012-12-20 09:40:24 +00:00 committed by Git OBS Bridge
parent 10fd96e572
commit 1661fc9130
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 20 09:40:06 UTC 2012 - kkaempf@suse.com
- Fix RHEL6 build
-------------------------------------------------------------------
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com

View File

@ -52,7 +52,7 @@ BuildRequires: ruby
# not available on RHEL-6
BuildRequires: ruby-devel
%endif
%if 0%{?rhel_version} + 0%{?centos_version} == 0
%if 0%{?fedora} > 0 || 0%{?rhel_version} >= 600 ||0%{?centos_version} >= 600
BuildRequires: perl-devel
%endif
%endif