Drop the no longer needed /etc/modules-load.d/spice-vdagentd.conf (#963201)

This commit is contained in:
Hans de Goede 2013-05-20 10:51:17 +02:00
parent edf6f799d7
commit 07275dd2ab

View File

@ -1,6 +1,6 @@
Name: spice-vdagent
Version: 0.14.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Agent for Spice guests
Group: Applications/System
License: GPLv3+
@ -37,6 +37,8 @@ make %{?_smp_mflags} V=2
%install
make install DESTDIR=$RPM_BUILD_ROOT V=2
# rhbz#963201
rm $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/spice-vdagentd.conf
%post
@ -59,7 +61,6 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2
%{_bindir}/spice-vdagent
%{_sbindir}/spice-vdagentd
%{_var}/run/spice-vdagentd
%{_sysconfdir}/modules-load.d/spice-vdagentd.conf
%{_sysconfdir}/xdg/autostart/spice-vdagent.desktop
# For /usr/share/gdm/autostart/LoginWindow/spice-vdagent.desktop
# We own the dir too, otherwise we must Require gdm
@ -68,6 +69,9 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2
%changelog
* Mon May 20 2013 Hans de Goede <hdegoede@redhat.com> - 0.14.0-2
- Drop the no longer needed /etc/modules-load.d/spice-vdagentd.conf (#963201)
* Fri Apr 12 2013 Hans de Goede <hdegoede@redhat.com> - 0.14.0-1
- New upstream release 0.14.0
- Adds support for file transfers from client to guest