From 0a201aa711127b14460be9ee5acab51566726e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 21 Jul 2015 22:53:06 +0300 Subject: [PATCH 1/2] polkit verbump --- system/base/comar/pspec.xml | 2 +- system/base/polkit/actions.py | 1 + system/base/polkit/pspec.xml | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/system/base/comar/pspec.xml b/system/base/comar/pspec.xml index 5b9d56f7..45fae8c3 100644 --- a/system/base/comar/pspec.xml +++ b/system/base/comar/pspec.xml @@ -16,7 +16,7 @@ dbus-devel python-devel - cmake + cmake run_dir.patch diff --git a/system/base/polkit/actions.py b/system/base/polkit/actions.py index 342579b3..94f70e41 100644 --- a/system/base/polkit/actions.py +++ b/system/base/polkit/actions.py @@ -11,6 +11,7 @@ from pisi.actionsapi import get def setup(): #autotools.autoreconf("-fi") + autotools.configure("--with-pam-module-dir=/lib/security/ \ --with-os-type=pardus \ --with-mozjs=mozjs-17.0 \ diff --git a/system/base/polkit/pspec.xml b/system/base/polkit/pspec.xml index f2140d3f..abd185dc 100644 --- a/system/base/polkit/pspec.xml +++ b/system/base/polkit/pspec.xml @@ -14,19 +14,18 @@ app:console PolicyKit Authorization Framework polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes. - http://www.freedesktop.org/software/polkit/releases/polkit-0.112.tar.gz + http://www.freedesktop.org/software/polkit/releases/polkit-0.113.tar.gz - pam-devel dbus-devel + pam-devel glib2-devel expat-devel - dbus-glib-devel spidermonkey-devel gobject-introspection-devel intltool - disable-docs.patch + use-system-locale-in-gobject-api.diff @@ -49,10 +48,8 @@ polkit pam - dbus glib2 expat - dbus-glib spidermonkey @@ -86,6 +83,13 @@ + + 2015-07-21 + 0.113 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-06-14 0.112 From c2f52a46794859b76e0edab5b9d65c87af1bf5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 22 Jul 2015 09:44:26 +0300 Subject: [PATCH 2/2] pypolkit fix build --- system/base/pypolkit/pspec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/base/pypolkit/pspec.xml b/system/base/pypolkit/pspec.xml index 065ed896..3eb2b55b 100644 --- a/system/base/pypolkit/pspec.xml +++ b/system/base/pypolkit/pspec.xml @@ -16,7 +16,7 @@ glib2-devel python-devel - polkit-devel + polkit-devel @@ -35,7 +35,7 @@ - 2015-05-08 + 2015-07-22 1.0.2 Rebuild. Ertuğrul Erata