This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from 50ffeab Upgrade versioned BR for libssh-devel (0.6.3 or patched 0.5.5). new 0fa1ccc x2goclient.spec: Own more directories (rpmlint-based FTBFS). 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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) -- 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 0fa1ccccb099e09472f0ac312a32ea54c603c685 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Oct 14 19:18:26 2014 +0200 x2goclient.spec: Own more directories (rpmlint-based FTBFS). --- x2goclient.spec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/x2goclient.spec b/x2goclient.spec index ae38dc0..1e13173 100644 --- a/x2goclient.spec +++ b/x2goclient.spec @@ -179,9 +179,19 @@ fi %files +%defattr(-,root,root) %doc AUTHORS COPYING LICENSE %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop +%dir %{_datadir}/icons/hicolor +%dir %{_datadir}/icons/hicolor/128x128 +%dir %{_datadir}/icons/hicolor/128x128/apps +%dir %{_datadir}/icons/hicolor/16x16 +%dir %{_datadir}/icons/hicolor/16x16/apps +%dir %{_datadir}/icons/hicolor/32x32 +%dir %{_datadir}/icons/hicolor/32x32/apps +%dir %{_datadir}/icons/hicolor/64x64 +%dir %{_datadir}/icons/hicolor/64x64/apps %{_datadir}/icons/hicolor/128x128/apps/%{name}.png %{_datadir}/icons/hicolor/16x16/apps/%{name}.png %{_datadir}/icons/hicolor/32x32/apps/%{name}.png @@ -191,9 +201,13 @@ fi %files -n x2goplugin +%defattr(-,root,root) +%dir %{_libdir}/mozilla +%dir %{_libdir}/mozilla/plugins %{_libdir}/mozilla/plugins/libx2goplugin.so %files -n x2goplugin-provider +%defattr(-,root,root) # Link %{_sysconfdir}/httpd/conf.d/x2goplugin-provider.conf %dir %{_sysconfdir}/x2go -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git