diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..a02d623 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libpolkit0 diff --git a/polkit-0.95.tar.bz2 b/polkit-0.95.tar.bz2 deleted file mode 100644 index 0d801df..0000000 --- a/polkit-0.95.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c03b985841d4cfe37e5bb8343290ca5965eb5a69671ea423d68b41ad6fc6ff13 -size 833057 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 fcd3069..a549635 100644 --- a/polkit.changes +++ b/polkit.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jan 18 14:20:11 CET 2010 - dmueller@suse.de + +- add baselibs.conf + +------------------------------------------------------------------- +Mon Jan 18 12:56:02 CET 2010 - kay.sievers@novell.com + +- new upstream release 0.96 + - 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 diff --git a/polkit.spec b/polkit.spec index daff41b..276a4d0 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,5 +1,5 @@ # -# spec file for package polkit (Version 0.95) +# spec file for package polkit (Version 0.96) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,7 +19,7 @@ Name: polkit Summary: PolicyKit Authorization Framework -Version: 0.95 +Version: 0.96 Release: 1 License: LGPLv2+ Url: http://www.freedesktop.org/wiki/Software/PolicyKit @@ -34,6 +34,7 @@ BuildRequires: intltool Requires: ConsoleKit Requires: dbus-1 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2 +Source99: baselibs.conf Requires: libpolkit0 = %{version}-%{release} %description