New upstream release 0.10.0
- This supports using systemd-logind instead of console-kit (rhbz#756398)
This commit is contained in:
parent
aae1aa6acc
commit
10c2a8b496
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/spice-vdagent-0.6.3.tar.bz2
|
/spice-vdagent-0.6.3.tar.bz2
|
||||||
/spice-vdagent-0.8.0.tar.bz2
|
/spice-vdagent-0.8.0.tar.bz2
|
||||||
/spice-vdagent-0.8.1.tar.bz2
|
/spice-vdagent-0.8.1.tar.bz2
|
||||||
|
/spice-vdagent-0.10.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
279c59bc3c21081ed354fbdd5c757688 spice-vdagent-0.8.1.tar.bz2
|
6d59dbae28acab3abb6283231ee43ccc spice-vdagent-0.10.0.tar.bz2
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
Name: spice-vdagent
|
Name: spice-vdagent
|
||||||
Version: 0.8.1
|
Version: 0.10.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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: http://spice-space.org/
|
||||||
Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
Source0: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: dbus-devel spice-protocol libXrandr-devel libXfixes-devel
|
BuildRequires: systemd-devel spice-protocol libpciaccess-devel
|
||||||
|
BuildRequires: libXrandr-devel libXinerama-devel libXfixes-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
Requires: ConsoleKit
|
|
||||||
Requires(post): chkconfig
|
Requires(post): chkconfig
|
||||||
Requires(postun): initscripts
|
Requires(postun): initscripts
|
||||||
Requires(preun): chkconfig
|
Requires(preun): chkconfig
|
||||||
@ -32,7 +32,7 @@ Features:
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure --with-session-info=systemd
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -71,6 +71,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 22 2012 Hans de Goede <hdegoede@redhat.com> - 0.10.0-1
|
||||||
|
- New upstream release 0.10.0
|
||||||
|
- This supports using systemd-logind instead of console-kit (rhbz#756398)
|
||||||
|
|
||||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user