Cleanup spec file conditionals

This commit is contained in:
Troy Dawson 2017-10-24 07:58:09 -07:00
parent 491bcd7a5e
commit 96a3d15ec5

View File

@ -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 <tdawson@redhat.com> - 2.4.2-84.1
- Cleanup spec file conditionals
* Mon Sep 18 2017 Pavel Valena <pvalena@redhat.com> - 2.4.2-84
- Update to Ruby 2.4.2.