Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
This commit is contained in:
parent
ad2b787fea
commit
c9dec05f47
@ -21,7 +21,7 @@
|
||||
%endif
|
||||
|
||||
|
||||
%global release 83
|
||||
%global release 84
|
||||
%{!?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
|
||||
@ -174,7 +174,8 @@ straight-forward, and extensible.
|
||||
Summary: A Ruby development environment
|
||||
Group: Development/Languages
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Requires: rubypick
|
||||
# This would not be needed if ~50 packages depending on -devel used
|
||||
# --disable-gems
|
||||
Requires: rubygems
|
||||
|
||||
%description devel
|
||||
@ -1038,6 +1039,9 @@ make check TESTS="-v $DISABLE_TESTS"
|
||||
%{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec
|
||||
|
||||
%changelog
|
||||
* Fri Sep 08 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-84
|
||||
- Drop ruby-devel dependency on rubypick, which is pulled in transtitively.
|
||||
|
||||
* Fri Aug 11 2017 Vít Ondruch <vondruch@redhat.com> - 2.4.1-83
|
||||
- Fix "IOError: stream closed" errors affecting Puma.
|
||||
- Temporary disable checksec on PPC64LE (rhbz#1479302).
|
||||
|
Loading…
Reference in New Issue
Block a user