[polkit] Update to upstream release 0.104 Force usage of systemd (instead of ConsoleKit) for session tracking

David Zeuthen davidz at fedoraproject.org
Tue Jan 3 17:07:13 UTC 2012


commit e32bdfd698a11ada78a6ecd9340a5b40db3d9620
Author: David Zeuthen <davidz at redhat.com>
Date:   Tue Jan 3 12:06:44 2012 -0500

    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 <davidz at redhat.com> 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 <davidz at redhat.com> 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


More information about the scm-commits mailing list