From: František Dvořák Date: Wed, 17 Dec 2014 18:46:20 +0000 (+0100) Subject: Some rpmlint fixes. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;ds=inline;p=rubygem-passenger-packaging.git Some rpmlint fixes. --- diff --git a/rubygem-passenger.spec b/rubygem-passenger.spec index c075d20..3edc637 100644 --- a/rubygem-passenger.spec +++ b/rubygem-passenger.spec @@ -310,7 +310,7 @@ install -m 0755 buildout/ruby/ruby*linux/passenger_native_support.so %{buildroot # Remove zero-length and non-needed files find %{buildroot}%{gem_instdir} -type f -size 0c -delete -%{__rm} -rf %{buildroot}%{gem_instdir}/.gitignore +find %{buildroot}%{gem_instdir} -type f -name .gitignore -delete %{__rm} -rf %{buildroot}%{gem_instdir}/.yardoc %{__rm} -rf %{buildroot}%{gem_instdir}/rpm/ %{__rm} -f %{buildroot}%{gem_instdir}/.editorconfig @@ -411,11 +411,12 @@ rake test --trace ||: * Wed Dec 17 2014 FrantiÅ¡ek Dvořák - 4.0.55-1 - Update docuemntation patch - Permit older daemon_controller (but there may be problems with IPv6) +- Some rpmlint fixes -* Fri Jun 30 2014 FrantiÅ¡ek Dvořák - 4.0.46-1 +* Thu Jul 17 2014 FrantiÅ¡ek Dvořák - 4.0.46-1 - Another file to remove (.editorconfig) -* Fri Jun 30 2014 FrantiÅ¡ek Dvořák - 4.0.45-4 +* Mon Jun 30 2014 FrantiÅ¡ek Dvořák - 4.0.45-4 - Enable mizuho again (rubygem-mizuho in EPEL 6 now) - Sed workaround only due to old asciidoc - Remove SELinux modul (moving to passenger application)