[rubygems] Prevent squash of %gem_install with following line.

Vít Ondruch vondruch at fedoraproject.org
Tue Feb 26 07:44:21 UTC 2013


commit 1d199108a7b02ad66b7e5829e6f69ff846a98907
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Feb 26 08:44:12 2013 +0100

    Prevent squash of %gem_install with following line.

 rubygems.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygems.spec b/rubygems.spec
index e15c29c..b04d3ef 100644
--- a/rubygems.spec
+++ b/rubygems.spec
@@ -26,7 +26,7 @@ Summary:	The Ruby standard for packaging ruby libraries
 Name:		rubygems
 Version:	2.0.0
 # Bump release for now
-Release:	102%{?dist}
+Release:	103%{?dist}
 Group:		Development/Libraries
 License:	Ruby or MIT
 
@@ -193,7 +193,8 @@ gem install \\\
         --bindir .%%{_bindir} \\\
         --force \\\
         --document=ri,rdoc \\\
-        %%{-n*}%%{!?-n:%%{gem_name}-%%{version}.gem}
+        %%{-n*}%%{!?-n:%%{gem_name}-%%{version}.gem} \
+%%{nil}
 EOF
 
 # Create below
@@ -258,6 +259,9 @@ testrb test || testrb test -x test_gem_installer.rb
 
 
 %changelog
+* Tue Feb 26 2013 Vít Ondruch <vondruch at redhat.com> - 2.0.0-103
+- Prevent squash of %%gem_install with following line.
+
 * Mon Feb 25 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.0.0-102
 - Provide %%gem_extdir_mri
 


More information about the scm-commits mailing list