# 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
* Wed Dec 17 2014 František Dvořák <valtri@civ.zcu.cz> - 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 <valtri@civ.zcu.cz> - 4.0.46-1
+* Thu Jul 17 2014 František Dvořák <valtri@civ.zcu.cz> - 4.0.46-1
- Another file to remove (.editorconfig)
-* Fri Jun 30 2014 František Dvořák <valtri@civ.zcu.cz> - 4.0.45-4
+* Mon Jun 30 2014 František Dvořák <valtri@civ.zcu.cz> - 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)