diff options
author | Mihai Moldovan <ionic@ionic.de> | 2016-06-30 11:09:04 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2016-06-30 11:09:04 +0200 |
commit | b6bcc2410a10ed09583a431cc2e7c8f4df7f191a (patch) | |
tree | 9928517d7d3ced93f59db7a901ee016cc7c6fc2b | |
parent | b8d8fdaad3dbfe8d59ae6d2bdb81eb6e1f829f6f (diff) | |
download | nx-libs-b6bcc2410a10ed09583a431cc2e7c8f4df7f191a.tar.gz nx-libs-b6bcc2410a10ed09583a431cc2e7c8f4df7f191a.tar.bz2 nx-libs-b6bcc2410a10ed09583a431cc2e7c8f4df7f191a.zip |
nx-libs.spec: add new x2goagent.options file to installed file list of x2goagent package.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | nx-libs.spec | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 90e414f15..d9338c3c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low but RPM doesn't support that too well yet. - Copy new debian/x2goagent.options file into build environment, analogous to what debian/roll-tarballs.sh does. + - Add new x2goagent.options file to installed file list of x2goagent + package. * debian/: - Add x2goagent.options file for compatibility with x2goserver nightly. * debian/roll-tarballs.sh: diff --git a/nx-libs.spec b/nx-libs.spec index 4dee24c1e..5d78109f4 100644 --- a/nx-libs.spec +++ b/nx-libs.spec @@ -1146,6 +1146,7 @@ ln -s -f ../../../../%{_lib}/libNX_Xinerama.so.1 %{buildroot}%{_libdir}/nx/X11/X %dir %{_libdir}/x2go/bin %config(noreplace) %{_sysconfdir}/x2go/keystrokes.cfg %config(noreplace) %{_sysconfdir}/x2go/x2goagent.keyboard +%config(noreplace) %{_sysconfdir}/x2go/x2goagent.options %config(noreplace) %{_sysconfdir}/x2go/rgb %{_bindir}/x2goagent %{_libdir}/x2go/bin/x2goagent |