Hello community, here is the log from the commit of package cmpi-bindings for openSUSE:Factory checked in at 2012-10-08 20:27:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmpi-bindings (Old) and /work/SRC/openSUSE:Factory/.cmpi-bindings.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmpi-bindings", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/cmpi-bindings/cmpi-bindings.changes 2012-09-14 12:44:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cmpi-bindings.new/cmpi-bindings.changes 2012-10-08 20:27:47.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Oct 1 08:19:53 UTC 2012 - [email protected] + +- no Ruby in RHEL6 in OBS ?! + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmpi-bindings.spec ++++++ --- /var/tmp/diff_new_pack.gMseY7/_old 2012-10-08 20:27:48.000000000 +0200 +++ /var/tmp/diff_new_pack.gMseY7/_new 2012-10-08 20:27:48.000000000 +0200 @@ -46,7 +46,9 @@ BuildRequires: curl-devel BuildRequires: pkgconfig BuildRequires: ruby +%if 0%{?rhel_version} < 600 BuildRequires: ruby-devel +%endif BuildRequires: ruby-libs %if 0%{?rhel_version} < 500 @@ -54,7 +56,7 @@ BuildRequires: irb %endif -%if 0%{?rhel_version} >= 500 || 0%{?centos_version} >= 500 || 0%{?fedora} +%if (0%{?rhel_version} >= 500 && 0%{?rhel_version} < 600) || 0%{?centos_version} >= 500 || 0%{?fedora} # rdoc is separate from rhel5 on BuildRequires: ruby-rdoc %endif @@ -116,6 +118,7 @@ mkdir -p $RPM_BUILD_ROOT%{_datadir}/cmpi make install DESTDIR=$RPM_BUILD_ROOT +%if 0%{?rhel_version} < 600 %package -n cmpi-bindings-ruby Summary: Adapter to write and run CMPI-type CIM providers in Ruby Group: Development/Languages/Ruby @@ -148,6 +151,8 @@ %dir %{ruby_sitelib}/cmpi/providers %{ruby_sitelib}/cmpi/provider.rb +%endif #!RHEL6 + %package -n cmpi-bindings-pywbem Summary: Adapter to write and run CMPI-type CIM providers in Python Group: Development/Languages/Python -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
