Skip to content

Commit 0e1c6ed

Browse files
committed
Enable RHEL6 build
1 parent 971fbe2 commit 0e1c6ed

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

package/openwsman.spec.in

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,10 @@ BuildRequires: openssl-devel
5454
BuildRequires: pkgconfig
5555
BuildRequires: ruby
5656

57-
# RHEL6 is missing ruby-devel in OBS
58-
%if 0%{?rhel_version} != 600
5957
BuildRequires: ruby-devel
6058
%if 0%{?fedora} == 0
6159
BuildRequires: ruby-rdoc
6260
%endif
63-
%endif
6461

6562
%if 0%{?fedora} == 19
6663
BuildRequires: rubypick
@@ -431,9 +428,6 @@ rm -f /var/log/wsmand.log
431428
%{python_sitearch}/*.so
432429
%{python_sitearch}/*.py*
433430

434-
# RHEL6 is missing ruby-devel in OBS
435-
%if 0%{?rhel_version} != 600
436-
437431
%files ruby
438432
%defattr(-,root,root)
439433
%if 0%{?mandriva_version}
@@ -448,8 +442,6 @@ rm -f /var/log/wsmand.log
448442
%{ruby_sitelib}/openwsman/*.rb
449443
%endif
450444

451-
%endif
452-
453445
%files ruby-docs
454446
%defattr(-,root,root)
455447
%dir %{_docdir}/openwsman-ruby-docs

0 commit comments

Comments
 (0)