[ruby] Fix directory ownership.

Vít Ondruch vondruch at fedoraproject.org
Thu Feb 5 16:25:38 UTC 2015


commit 46f541b5e60d86a3a9a1063b2f4c984ad7150b03
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Thu Feb 5 17:25:22 2015 +0100

    Fix directory ownership.

 ruby.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index cbe32ba..b4e2505 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -21,7 +21,7 @@
 %endif
 
 
-%global release 6
+%global release 7
 %{!?release_string:%global release_string %{?development_release:0.}%{release}%{?development_release:.%{development_release}}%{?dist}}
 
 %global rubygems_version 2.4.5
@@ -772,6 +772,7 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libarchdir}/pty.so
 %dir %{ruby_libarchdir}/racc
 %{ruby_libarchdir}/racc/cparse.so
+%dir %{ruby_libarchdir}/rbconfig
 %{ruby_libarchdir}/rbconfig.rb
 %{ruby_libarchdir}/rbconfig/sizeof.so
 %{ruby_libarchdir}/readline.so
@@ -891,6 +892,9 @@ make check TESTS="-v $DISABLE_TESTS"
 %{ruby_libdir}/tkextlib
 
 %changelog
+* Thu Feb 05 2015 Vít Ondruch <vondruch at redhat.com> - 2.2.0-7
+- Fix directory ownership.
+
 * Wed Feb 04 2015 Vít Ondruch <vondruch at redhat.com> - 2.2.0-6
 - Initialize all load paths in operating_system.rb.
 


More information about the scm-commits mailing list