diff --git a/ConsoleKit.spec b/ConsoleKit.spec index 71c76c0..8257b54 100644 --- a/ConsoleKit.spec +++ b/ConsoleKit.spec @@ -6,7 +6,7 @@ Summary: System daemon for tracking users, sessions and seats Name: ConsoleKit Version: 0.4.3 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: System Environment/Libraries URL: http://www.freedesktop.org/wiki/Software/ConsoleKit @@ -146,7 +146,7 @@ fi %dir %{_prefix}/lib/ConsoleKit/scripts %dir %{_prefix}/lib/ConsoleKit/run-seat.d %dir %{_prefix}/lib/ConsoleKit/run-session.d -%dir %{_var}/run/ConsoleKit +%ghost %dir %{_var}/run/ConsoleKit %attr(755,root,root) %dir %{_var}/log/ConsoleKit %config %{_sysconfdir}/ConsoleKit/seats.d/00-primary.seat %{_sbindir}/console-kit-daemon @@ -191,6 +191,9 @@ fi %doc %{_datadir}/doc/%{name}-%{version}/spec/* %changelog +* Fri Jan 28 2011 Matthias Clasen - 0.4.3-2 +- %%ghost /var/run content + * Wed Nov 17 2010 Lennart Poettering - 0.4.3-1 - New upstream