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
This commit is contained in:
Olaf Hering 2015-07-22 12:30:55 +00:00 committed by Git OBS Bridge
parent f7c600b0d3
commit fd28b54c2a
5 changed files with 38 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5bae1747307c2f4195f6de97639391be7c6be6c5673fdcc9febed6faca22bd34
size 123527

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5b951646e0bd996afda2d063e706fa2aad2655af5bdd1b6525260ab50be30f7d
size 128174

View File

@ -5,23 +5,23 @@
data/spice-vdagentd.service | 1 +
4 files changed, 2 insertions(+), 2 deletions(-)
Index: spice-vdagent-0.15.0/Makefile.am
Index: spice-vdagent-0.16.0/Makefile.am
===================================================================
--- spice-vdagent-0.15.0.orig/Makefile.am
+++ spice-vdagent-0.15.0/Makefile.am
@@ -46,7 +46,6 @@ gdmautostartdir = $(datadir)/gdm/autosta
gdmautostart_DATA = $(top_srcdir)/data/spice-vdagent.desktop
--- spice-vdagent-0.16.0.orig/Makefile.am
+++ spice-vdagent-0.16.0/Makefile.am
@@ -55,7 +55,6 @@ gdmautostart2dir = $(datadir)/gdm/autost
gdmautostart2_DATA = $(top_srcdir)/data/spice-vdagent.desktop
install-data-local:
- $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
rsyslogdir = $(sysconfdir)/rsyslog.d
rsyslog_DATA = $(top_srcdir)/data/rsyslog.d/spice-vdagentd.conf
Index: spice-vdagent-0.15.0/Makefile.in
if INIT_SCRIPT_RED_HAT
initdir = $(sysconfdir)/rc.d/init.d
Index: spice-vdagent-0.16.0/Makefile.in
===================================================================
--- spice-vdagent-0.15.0.orig/Makefile.in
+++ spice-vdagent-0.15.0/Makefile.in
@@ -1366,7 +1366,6 @@ uninstall-am: uninstall-binPROGRAMS unin
--- spice-vdagent-0.16.0.orig/Makefile.in
+++ spice-vdagent-0.16.0/Makefile.in
@@ -1413,7 +1413,6 @@ uninstall-am: uninstall-binPROGRAMS unin
install-data-local:
@ -29,10 +29,10 @@ Index: spice-vdagent-0.15.0/Makefile.in
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
Index: spice-vdagent-0.15.0/data/spice-vdagentd
Index: spice-vdagent-0.16.0/data/spice-vdagentd
===================================================================
--- spice-vdagent-0.15.0.orig/data/spice-vdagentd
+++ spice-vdagent-0.15.0/data/spice-vdagentd
--- spice-vdagent-0.16.0.orig/data/spice-vdagentd
+++ spice-vdagent-0.16.0/data/spice-vdagentd
@@ -37,6 +37,7 @@ start() {
[ -x $exec ] || exit 5
[ -c $port ] || exit 0

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jul 21 18:52:21 UTC 2015 - mpluskal@suse.com
- 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
-------------------------------------------------------------------
Wed Jul 9 16:21:19 UTC 2014 - fcrozat@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package spice-vdagent
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: spice-vdagent
Version: 0.15.0
Version: 0.16.0
Release: 0
Summary: Agent for Spice guests
License: GPL-3.0+
@ -26,6 +26,7 @@ Group: Applications/System
Url: http://spice-space.org/
Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
Patch0: spice-vdagent-var_run.patch
BuildRequires: alsa-devel
BuildRequires: desktop-file-utils
BuildRequires: glib2-devel
BuildRequires: libXfixes-devel
@ -36,8 +37,8 @@ BuildRequires: libtool
BuildRequires: spice-protocol-devel >= 0.12.6
BuildRequires: systemd
BuildRequires: systemd-devel
%{?systemd_requires}
Supplements: modalias(xorg-x11-server:virtio:d00000003v*)
%{?systemd_requires}
%description
Spice agent for Linux guests offering the following features:
@ -53,9 +54,12 @@ Features:
%prep
%setup -q
%patch0 -p1
%build
%configure --with-session-info=systemd --with-init-script=systemd
%configure \
--with-session-info=systemd \
--with-init-script=systemd
make %{?_smp_mflags} V=2
%install