Update to spice-vdagent 0.18.0
Signed-off-by: Victor Toso <victortoso@redhat.com>
This commit is contained in:
parent
00c0928ea1
commit
dbb806f2c7
2
sources
2
sources
@ -1 +1 @@
|
||||
b184791c49968a54c653de9a630df1dd spice-vdagent-0.17.0.tar.bz2
|
||||
SHA512 (spice-vdagent-0.18.0.tar.bz2) = b6c5ae01a4c00573279d2ae083356b09db7ef36ec220be85391bbeb0c0abeb7bb0ef4df08b666de9c574f4b00717076700d96951ee099e17c8cc542a1a0b1766
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: spice-vdagent
|
||||
Version: 0.17.0
|
||||
Release: 6%{?dist}
|
||||
Version: 0.18.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Agent for Spice guests
|
||||
Group: Applications/System
|
||||
License: GPLv3+
|
||||
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.6
|
||||
BuildRequires: systemd-devel glib2-devel spice-protocol >= 0.12.13
|
||||
BuildRequires: libpciaccess-devel libXrandr-devel libXinerama-devel
|
||||
BuildRequires: libXfixes-devel systemd desktop-file-utils libtool
|
||||
BuildRequires: alsa-lib-devel dbus-devel
|
||||
@ -40,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
|
||||
@ -66,6 +66,9 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user