From 2b95ad3ae1c57ca48bf41d6c97d75668b004d313 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 11 Dec 2013 13:23:10 -0700 Subject: skip .gitkeep removal Upstream no longer ships .gitkeep files in 4.7.0. There's no need to remove them in the RPM packaging. --- rubygem-unicorn.spec | 1 - 1 file changed, 1 deletion(-) (limited to 'rubygem-unicorn.spec') diff --git a/rubygem-unicorn.spec b/rubygem-unicorn.spec index 1434602..2d8f79e 100644 --- a/rubygem-unicorn.spec +++ b/rubygem-unicorn.spec @@ -135,7 +135,6 @@ rm %{buildroot}/%{gem_instdir}/setup.rb rm %{buildroot}/%{gem_instdir}/.wrongdoc.yml rm -rf %{buildroot}%{gem_instdir}/ext find %{buildroot} -name .gitignore -exec rm {} + -find %{buildroot} -name .gitkeep -exec rm {} + rm %{buildroot}/%{gem_instdir}/%{gem_name}.gemspec # In case you have yard installed -- cgit