From e32bdfd698a11ada78a6ecd9340a5b40db3d9620 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 3 Jan 2012 12:06:44 -0500 Subject: [PATCH] Update to upstream release 0.104 Force usage of systemd (instead of ConsoleKit) for session tracking --- .gitignore | 1 + polkit.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e25d92f..a8a482f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ polkit-0.98.tar.gz /polkit-0.101.tar.gz /polkit-0.102.tar.gz /polkit-0.103.tar.gz +/polkit-0.104.tar.gz diff --git a/polkit.spec b/polkit.spec index 48b1b04..03f307b 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,6 +1,6 @@ Summary: PolicyKit Authorization Framework Name: polkit -Version: 0.103 +Version: 0.104 Release: 1%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -12,6 +12,7 @@ BuildRequires: pam-devel BuildRequires: gtk-doc BuildRequires: intltool BuildRequires: gobject-introspection-devel +BuildRequires: systemd-devel Requires: ConsoleKit Requires: dbus @@ -61,7 +62,8 @@ Development documentation for PolicyKit. --disable-static \ --libexecdir=%{_libexecdir}/polkit-1 \ --enable-introspection \ - --enable-examples + --enable-examples \ + --enable-systemd=yes make %install @@ -124,6 +126,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la %{_datadir}/gtk-doc %changelog +* Tue Jan 03 2012 David Zeuthen 0.104-1%{?dist} +- Update to upstream release 0.104 +- Force usage of systemd (instead of ConsoleKit) for session tracking + * Tue Dec 06 2011 David Zeuthen 0.103-1%{?dist} - Update to upstream release 0.103 - Drop upstreamed patch diff --git a/sources b/sources index e2f7f80..c5207a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aaacf2ef18774ea8a825a426a7cfe763 polkit-0.103.tar.gz +e380b4c6fb1e7bccf854e92edc0a8ce1 polkit-0.104.tar.gz