From ac8d577d64d9e258d012157f847fc52b3a6ce4ee Mon Sep 17 00:00:00 2001 From: Alexey Shabalin Date: Tue, 25 Jan 2011 16:30:02 +0300 Subject: [PATCH] 0.4.3-alt1.1 - add systemd service file --- ConsoleKit.spec | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ConsoleKit.spec b/ConsoleKit.spec index d04fda6..58c4fc0 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -1,8 +1,9 @@ %define _libexecdir %_prefix/libexec +%define systemdsystemunitdir /lib/systemd/system Name: ConsoleKit Version: 0.4.3 -Release: alt1 +Release: alt1.1 Summary: System daemon for tracking users, sessions and seats License: GPL Group: System/Libraries @@ -74,6 +75,7 @@ are not always useful. --with-pid-file=%_var/run/console-kit-daemon.pid \ --enable-pam-module \ --with-pam-module-dir=/%_lib/security \ + --with-systemdsystemunitdir=%systemdsystemunitdir \ --enable-docbook-docs %make @@ -107,6 +109,7 @@ __EOF__ %doc README NEWS COPYING AUTHORS %_sysconfdir/dbus-1/system.d/* %_sysconfdir/%name +%systemdsystemunitdir/* %_logrotatedir/%name %_sbindir/* %_bindir/* @@ -140,6 +143,9 @@ __EOF__ %_man8dir/*.8* %changelog +* Tue Jan 25 2011 Alexey Shabalin 0.4.3-alt1.1 +- add systemd service file + * Wed Nov 17 2010 Valery Inozemtsev 0.4.3-alt1 - 0.4.3 -- 1.7.3.5