Add macro to remove rubypick dependency.

Because Fedora Ruby modularity is needed to build without rubypick package.
This commit is contained in:
Jun Aruga 2017-10-21 13:13:14 +02:00
parent 26252866ff
commit 9f971e4cf2

View File

@ -21,7 +21,7 @@
%endif %endif
%global release 85 %global release 86
%{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}} %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
# The RubyGems library has to stay out of Ruby directory three, since the # The RubyGems library has to stay out of Ruby directory three, since the
@ -59,7 +59,7 @@
%global _normalized_cpu %(echo %{_target_cpu} | sed 's/^ppc/powerpc/;s/i.86/i386/;s/sparcv./sparc/') %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
%global with_rubypick 1 %bcond_without rubypick
%endif %endif
%bcond_without systemtap %bcond_without systemtap
@ -1042,6 +1042,9 @@ make check TESTS="-v $DISABLE_TESTS"
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
%changelog %changelog
* Sat Oct 21 2017 Jun Aruga <jaruga@redhat.com> - 2.4.2-86
- Add macro to remove rubypick dependency.
* Thu Oct 19 2017 Jun Aruga <jaruga@redhat.com> - 2.4.2-85 * Thu Oct 19 2017 Jun Aruga <jaruga@redhat.com> - 2.4.2-85
- Add macros to remove systemtap, git and cmake dependencies. - Add macros to remove systemtap, git and cmake dependencies.