[packages/gem2rpm] sort bin files

glen glen at pld-linux.org
Mon Apr 29 23:06:37 CEST 2013


commit 967420bc95f1faf0b912657099fb3fcceafcd99f
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Apr 30 00:06:24 2013 +0300

    sort bin files

 pld.spec.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/pld.spec.erb b/pld.spec.erb
index 37515db..65ca1e5 100644
--- a/pld.spec.erb
+++ b/pld.spec.erb
@@ -46,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-<% for f in spec.executables -%>
+<% for f in spec.executables.sort -%>
 %attr(755,root,root) %{_bindir}/<%= f %>
 <% end -%>
 %{ruby_vendorlibdir}/%{pkgname}.rb
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gem2rpm.git/commitdiff/967420bc95f1faf0b912657099fb3fcceafcd99f



More information about the pld-cvs-commit mailing list