From a27c2a51b27a635813a0e0561b1c248c50f3eb8c Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Jul 03 2013 14:45:05 +0000 Subject: Removed systemd_requires macro in order to fix the build. --- diff --git a/tigervnc.spec b/tigervnc.spec index 7dc9e51..50b810e 100644 --- a/tigervnc.spec +++ b/tigervnc.spec @@ -67,7 +67,9 @@ Requires: perl Requires: tigervnc-server-minimal Requires: xorg-x11-xauth Requires: xorg-x11-xinit -%systemd_requires +Requires(post): systemd +Requires(preun): systemd +Requires(postun): systemd Requires(post): systemd-sysv chkconfig %description server @@ -331,8 +333,7 @@ fi %changelog * Wed Jul 3 2013 Tim Waugh 1.2.80-0.18.20130314svn5065 -- Changed build requirement from systemd-units to systemd for - systemd_requires macro. +- Removed systemd_requires macro in order to fix the build. * Wed Jul 3 2013 Tim Waugh 1.2.80-0.17.20130314svn5065 - Synchronise manpages and --help output (bug #980870).