|
|
@ -1,21 +1,16 @@ |
|
|
|
Name: spice-vdagent |
|
|
|
Name: spice-vdagent |
|
|
|
Version: 0.16.0 |
|
|
|
Version: 0.18.0 |
|
|
|
Release: 3%{?dist} |
|
|
|
Release: 2%{?dist} |
|
|
|
Summary: Agent for Spice guests |
|
|
|
Summary: Agent for Spice guests |
|
|
|
Group: Applications/System |
|
|
|
Group: Applications/System |
|
|
|
License: GPLv3+ |
|
|
|
License: GPLv3+ |
|
|
|
URL: http://spice-space.org/ |
|
|
|
URL: https://spice-space.org/ |
|
|
|
Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 |
|
|
|
Source0: https://spice-space.org/download/releases/%{name}-%{version}.tar.bz2 |
|
|
|
# Fixes from upstream git |
|
|
|
BuildRequires: systemd-devel glib2-devel spice-protocol >= 0.12.13 |
|
|
|
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 |
|
|
|
|
|
|
|
BuildRequires: libpciaccess-devel libXrandr-devel libXinerama-devel |
|
|
|
BuildRequires: libpciaccess-devel libXrandr-devel libXinerama-devel |
|
|
|
BuildRequires: libXfixes-devel systemd-units desktop-file-utils libtool |
|
|
|
BuildRequires: libXfixes-devel systemd desktop-file-utils libtool |
|
|
|
BuildRequires: alsa-lib-devel |
|
|
|
BuildRequires: alsa-lib-devel dbus-devel |
|
|
|
Requires(post): systemd-units |
|
|
|
%{?systemd_requires} |
|
|
|
Requires(preun): systemd-units |
|
|
|
|
|
|
|
Requires(postun): systemd-units |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description |
|
|
|
%description |
|
|
|
Spice agent for Linux guests offering the following features: |
|
|
|
Spice agent for Linux guests offering the following features: |
|
|
@ -32,8 +27,6 @@ Features: |
|
|
|
|
|
|
|
|
|
|
|
%prep |
|
|
|
%prep |
|
|
|
%setup -q |
|
|
|
%setup -q |
|
|
|
%patch1 -p1 |
|
|
|
|
|
|
|
%patch2 -p1 |
|
|
|
|
|
|
|
#autoreconf -fi |
|
|
|
#autoreconf -fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -47,20 +40,20 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%post |
|
|
|
%post |
|
|
|
%systemd_post spice-vdagentd.service |
|
|
|
%systemd_post spice-vdagentd.service spice-vdagentd.socket |
|
|
|
|
|
|
|
|
|
|
|
%preun |
|
|
|
%preun |
|
|
|
%systemd_preun spice-vdagentd.service |
|
|
|
%systemd_preun spice-vdagentd.service spice-vdagentd.socket |
|
|
|
|
|
|
|
|
|
|
|
%postun |
|
|
|
%postun |
|
|
|
%systemd_postun_with_restart spice-vdagentd.service |
|
|
|
%systemd_postun_with_restart spice-vdagentd.service spice-vdagentd.socket |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files |
|
|
|
%files |
|
|
|
%doc COPYING ChangeLog README TODO |
|
|
|
%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.service |
|
|
|
%{_unitdir}/spice-vdagentd.target |
|
|
|
%{_unitdir}/spice-vdagentd.socket |
|
|
|
%{_prefix}/lib/tmpfiles.d/spice-vdagentd.conf |
|
|
|
%{_prefix}/lib/tmpfiles.d/spice-vdagentd.conf |
|
|
|
%{_bindir}/spice-vdagent |
|
|
|
%{_bindir}/spice-vdagent |
|
|
|
%{_sbindir}/spice-vdagentd |
|
|
|
%{_sbindir}/spice-vdagentd |
|
|
@ -73,6 +66,30 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
%changelog |
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-2 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jun 12 2018 Victor Toso <victortoso@redhat.com> 0.18.0-1 |
|
|
|
|
|
|
|
- Update to spice-vdagent 0.18.0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-6 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.17.0-5 |
|
|
|
|
|
|
|
- Fix systemd executions/requirements |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-4 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-3 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2 |
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 22 2016 Christophe Fergeau <cfergeau@redhat.com> 0.17.0-1 |
|
|
|
|
|
|
|
- Update to spice-vdagent 0.17.0 |
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-3 |
|
|
|
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-3 |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild |
|
|
|
|
|
|
|
|
|
|
|