diff --git a/ruby.spec b/ruby.spec index 5102f76..b32b86d 100644 --- a/ruby.spec +++ b/ruby.spec @@ -58,14 +58,14 @@ %global _normalized_cpu %(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/') -%if 0%{?fedora} >= 19 +%if 0%{?fedora} >= 19 || 0%{?rhel} > 7 %global with_rubypick 1 %endif Summary: An interpreter of object-oriented scripting language Name: ruby Version: %{ruby_version} -Release: %{release_string} +Release: %{release_string}.1 Group: Development/Languages # Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ... # MIT and CCO: ccan/* @@ -1030,6 +1030,9 @@ make check TESTS="-v $DISABLE_TESTS" %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %changelog +* Tue Oct 24 2017 Troy Dawson - 2.4.2-84.1 +- Cleanup spec file conditionals + * Mon Sep 18 2017 Pavel Valena - 2.4.2-84 - Update to Ruby 2.4.2.