From 996fe5a108ea6dbf2de1063707e0e082295abdc5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jan 25 2018 14:45:39 +0000 Subject: Fix systemd executions/requirements Signed-off-by: Igor Gnatenko --- diff --git a/spice-vdagent.spec b/spice-vdagent.spec index 6813bb3..1250a7b 100644 --- a/spice-vdagent.spec +++ b/spice-vdagent.spec @@ -1,6 +1,6 @@ Name: spice-vdagent Version: 0.17.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Agent for Spice guests Group: Applications/System License: GPLv3+ @@ -8,11 +8,9 @@ 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: 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 dbus-devel -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +%{?systemd_requires} %description Spice agent for Linux guests offering the following features: @@ -68,6 +66,9 @@ make install DESTDIR=$RPM_BUILD_ROOT V=2 %changelog +* 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