The branch, master has been updated via acefdf142228f660e4797c33e1e86a1e8fb082c2 (commit) from 0c1440d6689ada169faa5dc12d3112e52bf26f90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit acefdf142228f660e4797c33e1e86a1e8fb082c2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Dec 10 10:29:24 2013 +0100 try to remove placefolder in a way that may work for EPEL-5, as well ----------------------------------------------------------------------- Summary of changes: x2goserver.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2goserver.spec b/x2goserver.spec index 240a1e2..5a00abe 100644 --- a/x2goserver.spec +++ b/x2goserver.spec @@ -262,8 +262,8 @@ make install DESTDIR=%{buildroot} PREFIX=%{_prefix} XSESSIONDIR=/etc/X11/xinit/X # Make sure the .packlist file is removed from %{perl_vendorarch}... rm -f %{buildroot}%{perl_vendorarch}/auto/x2goserver/.packlist -# Remove placeholder files -rm %{buildroot}%{_libdir}/x2go/extensions/*.d/.placeholder +# Remove placeholder files (in a way that works on EPEL-5, as well) +find %{buildroot}%{_libdir}/x2go/extensions/ -type f -name ".placeholder" | while read file; do rm -f "$file"; done # x2gouser homedir, state dir mkdir -p %{buildroot}%{_sharedstatedir}/x2go hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).