This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from dee7f3b x2goclient.spec: openSUSE as /etc/apache2 as config dir for Apache, not /etc/httpd. new a1fc80b x2goserver.conf: Fix apache2/conf.d directory creationg on openSUSE. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2goclient.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit a1fc80b267f733a1c1cdf9960f80c73da6bc6696 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 19:35:03 2014 +0200 x2goserver.conf: Fix apache2/conf.d directory creationg on openSUSE. --- x2goclient.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2goclient.spec b/x2goclient.spec index f676474..4c7b870 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -157,10 +157,11 @@ make %{?_smp_mflags} make install DESTDIR=%{buildroot} PREFIX=%{_prefix} desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop -mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d %if 0%{suse_version} +mkdir -p %{buildroot}%{_sysconfdir}/apache2/conf.d ln -s ../../x2go/x2goplugin-apache.conf %{buildroot}%{_sysconfdir}/apache2/conf.d/x2goplugin-provider.conf %else +mkdir -p %{buildroot}%{_sysconfdir}/httpd/conf.d ln -s ../../x2go/x2goplugin-apache.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/x2goplugin-provider.conf %endif -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git