[packages/ejabberd] Fix permissions on the eimp binary
    jajcus 
    jajcus at pld-linux.org
       
    Fri Aug 10 10:35:16 CEST 2018
    
    
  
commit 105db1e0c00542f22c7cc4d2edd13e697a3a19bf
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Fri Aug 10 10:34:36 2018 +0200
    Fix permissions on the eimp binary
    
    When it is not executable then ejabberd may fail to start.
    
    Release: 2
 ejabberd.spec | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/ejabberd.spec b/ejabberd.spec
index 1d6d60e..f9dbd45 100644
--- a/ejabberd.spec
+++ b/ejabberd.spec
@@ -9,7 +9,7 @@ Summary:	Fault-tolerant distributed Jabber/XMPP server
 Summary(pl.UTF-8):	Odporny na awarie rozproszony serwer Jabbera/XMPP
 Name:		ejabberd
 Version:	18.04
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Communications
 Source0:	http://www.process-one.net/downloads/ejabberd/%{version}/%{name}-%{version}.tgz
@@ -330,7 +330,12 @@ fi
 %{_libdir}/ejabberd-%{version}
 %{_libdir}/base64url-*
 %{_libdir}/cache_tab-*
-%{_libdir}/eimp-*
+%dir %{_libdir}/eimp-*
+%dir %{_libdir}/eimp-*/priv
+%dir %{_libdir}/eimp-*/priv/bin
+%attr(755,root,root) %{_libdir}/eimp-*/priv/bin/eimp
+%{_libdir}/eimp-*/ebin
+%{_libdir}/eimp-*/LICENSE.txt
 %{_libdir}/elixir-*
 %{_libdir}/ezlib-*
 %{_libdir}/fast_tls-*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ejabberd.git/commitdiff/105db1e0c00542f22c7cc4d2edd13e697a3a19bf
    
    
More information about the pld-cvs-commit
mailing list