[rubygem-innertube] Remove all occurrences of .gitignore in gemspec (RHBZ #1107143)

Ken Dreyer ktdreyer at fedoraproject.org
Sat Jul 12 18:43:54 UTC 2014


commit f6bfac901d037f1a149157160765b4047daaa785
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Sat Jul 12 12:44:03 2014 -0600

    Remove all occurrences of .gitignore in gemspec (RHBZ #1107143)

 rubygem-innertube.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-innertube.spec b/rubygem-innertube.spec
index a154b66..3b37f5e 100644
--- a/rubygem-innertube.spec
+++ b/rubygem-innertube.spec
@@ -2,7 +2,7 @@
 
 Name: rubygem-%{gem_name}
 Version: 1.1.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: A thread-safe resource pool
 Group: Development/Languages
 License: ASL 2.0
@@ -44,8 +44,9 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # Remove developer-only file
+# https://github.com/basho/innertube/pull/6
 rm .gitignore
-sed -i 's|".gitignore"||g' %{gem_name}.gemspec
+sed -i 's|".gitignore",\?||g' %{gem_name}.gemspec
 
 %build
 # Create the gem as gem install only works on a gem file
@@ -86,6 +87,9 @@ popd
 
 
 %changelog
+* Sat Jul 12 2014 Ken Dreyer <ktdreyer at ktdreyer.com> - 1.1.0-4
+- Remove all occurrences of .gitignore in gemspec (RHBZ #1107143)
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list