[ruby] Remove useless exclude (rhbz#1065897).

Vít Ondruch vondruch at fedoraproject.org
Tue May 6 06:17:45 UTC 2014


commit eab15b0506ea7c7512a071fcd00df38849120e17
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue May 6 08:18:00 2014 +0200

    Remove useless exclude (rhbz#1065897).

 ruby.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index cc721d1..190decb 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -27,7 +27,7 @@
 %endif
 
 
-%global release 19
+%global release 20
 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
 
 %global rubygems_version 2.2.2
@@ -650,7 +650,6 @@ OPENSSL_ENABLE_MD5_VERIFY=1 make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/dl
 %{ruby_libdir}/drb
 %{ruby_libdir}/fiddle
-%exclude %{ruby_libdir}/gems
 %exclude %{ruby_libdir}/irb
 %{ruby_libdir}/matrix
 %{ruby_libdir}/net
@@ -884,6 +883,9 @@ OPENSSL_ENABLE_MD5_VERIFY=1 make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Tue May 06 2014 Vít Ondruch <vondruch at redhat.com> - 2.1.1-20
+- Remove useless exclude (rhbz#1065897).
+
 * Wed Apr 23 2014 Vít Ondruch <vondruch at redhat.com> - 2.1.1-19
 - Correctly expand $(prefix) in some Makefiles, e.g. eruby.
 


More information about the scm-commits mailing list