From 84ed43afc1c655e4f0199d62ad2f78a5a51acea66c4efa3e74c2b0a6ea4e2392 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 18 Jan 2010 12:07:53 +0000 Subject: [PATCH] update to 0.96 OBS-URL: https://build.opensuse.org/package/show/Base:System/polkit?expand=0&rev=19 --- polkit-0.94.tar.bz2 | 3 --- polkit-0.96.tar.bz2 | 3 +++ polkit.changes | 28 ++++++++++++++++++++++++++++ polkit.spec | 12 ++++++++---- 4 files changed, 39 insertions(+), 7 deletions(-) delete mode 100644 polkit-0.94.tar.bz2 create mode 100644 polkit-0.96.tar.bz2 diff --git a/polkit-0.94.tar.bz2 b/polkit-0.94.tar.bz2 deleted file mode 100644 index ec6fa6d..0000000 --- a/polkit-0.94.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5314f781e3e0ca5c5c9e4a0391970c4426e8432a141d90ce592bf9d971ffb7f -size 821511 diff --git a/polkit-0.96.tar.bz2 b/polkit-0.96.tar.bz2 new file mode 100644 index 0000000..75d566f --- /dev/null +++ b/polkit-0.96.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65425af5ea4a62401df43a224c5f33d0256e4fbd265de09545f55602f14bf25d +size 856349 diff --git a/polkit.changes b/polkit.changes index 132d8da..a63bfc7 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Mon Jan 18 12:56:02 CET 2010 - kay.sievers@novell.com + +- new upstream release 0.95 + - Bug 25367 — Also read local authority configuration data from /etc + - Run the open_session part of the PAM stack in pkexec(1) + - Bug 25594 – System logging + - Properly handle return value from getpwnam_r() + - Fix error message when no authentication agent is available + - Make pkexec(1) validate environment variables + - Make pkexec(1) use the syslogging facilities + - Save original cwd in pkexec(1) since it will change during the life-time + - Complain on stderr, not stdout + - Don't log authorization checks + +------------------------------------------------------------------- +Wed Jan 6 18:22:23 CET 2010 - dmueller@suse.de + +- update to 0.95: + The major change this release is that the lockdown feature has + been cleaned up in a way so it isn't specific to the local + authority. See the NEWS files for more details. + +------------------------------------------------------------------- +Wed Dec 16 10:44:34 CET 2009 - jengelh@medozas.de + +- Package documentation as noarch + ------------------------------------------------------------------- Wed Aug 19 23:22:44 CEST 2009 - vuntz@novell.com diff --git a/polkit.spec b/polkit.spec index 8bbb373..363e09c 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ # -# spec file for package polkit (Version 0.94) +# spec file for package polkit (Version 0.95) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.94 -Release: 2 +Version: 0.96 +Release: 1 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -56,6 +56,9 @@ Development files for PolicyKit Authorization Framework. License: LGPLv2+ Summary: Development documentation for PolicyKit Group: Development/Libraries +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif %description doc Development documentation for PolicyKit Authorization Framework. @@ -82,6 +85,7 @@ This package contains the libraries only. --enable-gtk-doc \ --disable-static \ --disable-introspection \ + --enable-examples \ --libexecdir=%{_prefix}/lib/polkit-1 make %{?jobs:-j %jobs}