Commit b6bcc241 authored by Mihai Moldovan's avatar Mihai Moldovan

nx-libs.spec: add new x2goagent.options file to installed file list of x2goagent package.

parent b8d8fdaa
...@@ -10,6 +10,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low ...@@ -10,6 +10,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
but RPM doesn't support that too well yet. but RPM doesn't support that too well yet.
- Copy new debian/x2goagent.options file into build environment, analogous - Copy new debian/x2goagent.options file into build environment, analogous
to what debian/roll-tarballs.sh does. to what debian/roll-tarballs.sh does.
- Add new x2goagent.options file to installed file list of x2goagent
package.
* debian/: * debian/:
- Add x2goagent.options file for compatibility with x2goserver nightly. - Add x2goagent.options file for compatibility with x2goserver nightly.
* debian/roll-tarballs.sh: * debian/roll-tarballs.sh:
......
...@@ -1146,6 +1146,7 @@ ln -s -f ../../../../%{_lib}/libNX_Xinerama.so.1 %{buildroot}%{_libdir}/nx/X11/X ...@@ -1146,6 +1146,7 @@ ln -s -f ../../../../%{_lib}/libNX_Xinerama.so.1 %{buildroot}%{_libdir}/nx/X11/X
%dir %{_libdir}/x2go/bin %dir %{_libdir}/x2go/bin
%config(noreplace) %{_sysconfdir}/x2go/keystrokes.cfg %config(noreplace) %{_sysconfdir}/x2go/keystrokes.cfg
%config(noreplace) %{_sysconfdir}/x2go/x2goagent.keyboard %config(noreplace) %{_sysconfdir}/x2go/x2goagent.keyboard
%config(noreplace) %{_sysconfdir}/x2go/x2goagent.options
%config(noreplace) %{_sysconfdir}/x2go/rgb %config(noreplace) %{_sysconfdir}/x2go/rgb
%{_bindir}/x2goagent %{_bindir}/x2goagent
%{_libdir}/x2go/bin/x2goagent %{_libdir}/x2go/bin/x2goagent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment