Commit Graph

17 Commits

Author SHA256 Message Date
Bruce Rogers
37930bdf47 Accepting request 755920 from home:bfrogers:branches:Virtualization
Fix boo#1157235. Get changelog right this time.

OBS-URL: https://build.opensuse.org/request/show/755920
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=29
2019-12-11 19:11:57 +00:00
Bruce Rogers
69682e2f77 Accepting request 755915 from home:bfrogers:branches:Virtualization
Fix boo#1157235

OBS-URL: https://build.opensuse.org/request/show/755915
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=28
2019-12-11 18:51:38 +00:00
Bruce Rogers
0ec6ec5de6 Accepting request 703813 from home:bfrogers:branches:Virtualization
- Update to 0.19.0
  * Add libdrm dependency
  * Fix file descriptor leak on failed connections
  * Handle new VD_AGENT_GRAPHICS_DEVICE_INFO message advertised by
    VD_AGENT_CAP_GRAPHICS_DEVICE_INFO capability
  * Session agent autostart changed to WindowManager ([rhbz#1623947])
    This fixes possible race with xdg-user-dirs
  * Fix of sending empty screen resolution messages ([rhbz#1641723])
  * Fix 'Dependency failed for Activation socket' with systemd ([rhbz#1545212])
  * Fix error messages about on selecting text on host ([rhbz#1594876])
    this was also fixed with Gtk backend
  * Update paths from /var/run → /run
  * Fix Session agent restart
  * Add test for file creation
  * Prefer GLib memory functions stdlib.h ones
  * Several code and logs improvements
  * Add GTK+ framework to handle x11 backend such as clipboard
  * Deprecate X11 backend in favor of GTK+ framework
  * Ask pkg-config to appropriate directory to install udev rules
  * Fix leak of udscs's file descriptor
  * Better quote directory path when calling xdg-open to save file transfer
  * Bump GLib to 2.34
  * Add systemd socket activation (rhbz#1340160)
  * Add support to detailed errors on file transfers
  * Add check for available free space in guest before starting a file transfer
  * Use better names for duplicated files on file transfer
  * Improve support on big endian guests (#5)
  * Use IdleHint to check if a session is locked over console-kit (rhbz#1412673)
  * Fixes double free on errors over udscs by improving memory ownership
  * Hide autostart file on Unity
  * Improve command line messages for vdagentd
  * Fix typo in --enable-static-uinput configure option
  * Code repository moved to gitlab.freedesktop.org
- Add keyring and tarball signature files
- obsoleted patches removed:
  8ba17481-quote-save-dir-before-passing-to-shell.patch
  vdagentd-do-endian-swapping.patch

OBS-URL: https://build.opensuse.org/request/show/703813
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=26
2019-05-17 22:21:17 +00:00
Cédric Bosdonnat
106013604e Accepting request 554570 from home:cbosdonnat:branches:Virtualization
- Fix potential shell command injection.
  8ba17481-quote-save-dir-before-passing-to-shell.patch
  CVE-2017-15108 (bsc#1070724)

OBS-URL: https://build.opensuse.org/request/show/554570
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=24
2017-12-05 16:35:15 +00:00
Cédric Bosdonnat
089905c495 Accepting request 512783 from home:michals
Fix warning in vdagentd-do-endian-swapping.patch

OBS-URL: https://build.opensuse.org/request/show/512783
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=22
2017-08-28 13:10:20 +00:00
Cédric Bosdonnat
f9b02811a9 Add mention of vdagentd-do-endian-swapping.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=20
2017-03-07 15:29:13 +00:00
Cédric Bosdonnat
ca67a006d4 Accepting request 459243 from home:michals:boo1012215
Add endian swapping to run on BE guests (boo#1012215).

OBS-URL: https://build.opensuse.org/request/show/459243
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=19
2017-03-07 15:00:43 +00:00
Stefan Seyfried
ecc6f57b61 Accepting request 442956 from home:Zaitor:branches:GNOME:Next
Tweak package spec a bit.

OBS-URL: https://build.opensuse.org/request/show/442956
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=17
2016-12-01 12:25:14 +00:00
Stefan Seyfried
61cd2c2588 Accepting request 442243 from home:seife:branches:Virtualization
Update to 0.17.0

OBS-URL: https://build.opensuse.org/request/show/442243
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=16
2016-11-30 21:17:39 +00:00
Cédric Bosdonnat
59b6a1d712 Accepting request 425088 from home:cbosdonnat:branches:Virtualization
- Fix crash when changing guest display's resolution (bsc#997236)
  8c465007-vdagentd-fixes-small-leak.patch
  f97751fa-revert-uinput-fix-small-leak-of-screen_info.patch

OBS-URL: https://build.opensuse.org/request/show/425088
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=14
2016-09-06 13:12:53 +00:00
Cédric Bosdonnat
1d745d060f Synchronize changelog with SLES
- fate#320079

OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=12
2016-06-02 11:39:09 +00:00
fd28b54c2a Accepting request 317823 from home:pluskalm:branches:Virtualization
- Update tp 0.16.0
  * Xspice support
  * Release clipboard on client disconnect if owned by client 
    (rhbz#1003977)
  * Turn some error messages into debugging messages (rhbz#918310)
  * Not having the virtio channel is not an error; instead silently 
    do nothing
- Cleanup spec file with spec-cleaner
- Actually apply spice-vdagent-var_run.patch

OBS-URL: https://build.opensuse.org/request/show/317823
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=10
2015-07-22 12:30:55 +00:00
Cédric Bosdonnat
f7c600b0d3 Accepting request 240214 from home:fcrozat:branches:Virtualization
- Add supplements on virtio_console to automatically install
  spice-vdagent when X11 server is installed on KVM with Spice
  enabled.

OBS-URL: https://build.opensuse.org/request/show/240214
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=8
2014-07-15 14:24:33 +00:00
b4790d3ec6 Accepting request 239539 from home:fcrozat:branches:Virtualization
- Enable systemd service at initial install, it is needed for
  udev rules to properly start the agent.

OBS-URL: https://build.opensuse.org/request/show/239539
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=6
2014-07-07 09:47:07 +00:00
74fbe70d53 spice-vdagent-var_run.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=4
2014-05-27 08:28:54 +00:00
8d6c0a7a0f - fix /var/run handling
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=3
2014-05-27 06:46:25 +00:00
0047c7f17c Accepting request 220663 from home:seife:testing
Without spice-vdagent in the guest, SPICE is only half as spicy,
so let's get it into Factory / openSUSE proper!

OBS-URL: https://build.opensuse.org/request/show/220663
OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=1
2014-02-05 08:12:09 +00:00