From a2d9cd5bf094e5505041df3efb4df856a9ac8a8a Mon Sep 17 00:00:00 2001 From: virtbuilder_pel7x64builder0 Date: Sun, 9 Dec 2018 17:25:22 +0100 Subject: [PATCH] spice-vdagent package update Signed-off-by: virtbuilder_pel7x64builder0 --- SPECS/spice-vdagent.spec | 57 ++++++++++++++++++++++++++-------------- 1 file changed, 37 insertions(+), 20 deletions(-) mode change 100755 => 100644 SPECS/spice-vdagent.spec diff --git a/SPECS/spice-vdagent.spec b/SPECS/spice-vdagent.spec old mode 100755 new mode 100644 index d638764..3928b85 --- a/SPECS/spice-vdagent.spec +++ b/SPECS/spice-vdagent.spec @@ -1,21 +1,16 @@ Name: spice-vdagent -Version: 0.16.0 -Release: 3%{?dist} +Version: 0.18.0 +Release: 2%{?dist} Summary: Agent for Spice guests Group: Applications/System License: GPLv3+ -URL: http://spice-space.org/ -Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 -# Fixes from upstream git -Patch1: 0001-Revert-uinput-fix-small-leak-of-screen_info.patch -Patch2: 0002-vdagent-Return-1-when-virtio-device-cannot-be-opened.patch -BuildRequires: systemd-devel glib2-devel spice-protocol >= 0.12.6 +URL: https://spice-space.org/ +Source0: https://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 +BuildRequires: systemd-devel glib2-devel spice-protocol >= 0.12.13 BuildRequires: libpciaccess-devel libXrandr-devel libXinerama-devel -BuildRequires: libXfixes-devel systemd-units desktop-file-utils libtool -BuildRequires: alsa-lib-devel -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +BuildRequires: libXfixes-devel systemd desktop-file-utils libtool +BuildRequires: alsa-lib-devel dbus-devel +%{?systemd_requires} %description Spice agent for Linux guests offering the following features: @@ -32,8 +27,6 @@ Features: %prep %setup -q -%patch1 -p1 -%patch2 -p1 #autoreconf -fi @@ -47,20 +40,20 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 %post -%systemd_post spice-vdagentd.service +%systemd_post spice-vdagentd.service spice-vdagentd.socket %preun -%systemd_preun spice-vdagentd.service +%systemd_preun spice-vdagentd.service spice-vdagentd.socket %postun -%systemd_postun_with_restart spice-vdagentd.service +%systemd_postun_with_restart spice-vdagentd.service spice-vdagentd.socket %files %doc COPYING ChangeLog README TODO -/lib/udev/rules.d/70-spice-vdagentd.rules +/usr/lib/udev/rules.d/70-spice-vdagentd.rules %{_unitdir}/spice-vdagentd.service -%{_unitdir}/spice-vdagentd.target +%{_unitdir}/spice-vdagentd.socket %{_prefix}/lib/tmpfiles.d/spice-vdagentd.conf %{_bindir}/spice-vdagent %{_sbindir}/spice-vdagentd @@ -73,6 +66,30 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 0.18.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 12 2018 Victor Toso 0.18.0-1 +- Update to spice-vdagent 0.18.0 + +* Fri Feb 09 2018 Fedora Release Engineering - 0.17.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jan 25 2018 Igor Gnatenko - 0.17.0-5 +- Fix systemd executions/requirements + +* Thu Aug 03 2017 Fedora Release Engineering - 0.17.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.17.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.17.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Nov 22 2016 Christophe Fergeau 0.17.0-1 +- Update to spice-vdagent 0.17.0 + * Fri Feb 05 2016 Fedora Release Engineering - 0.16.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild