[python-slip] version 0.2.24

Nils Philippsen nphilipp at fedoraproject.org
Mon Nov 12 15:16:11 UTC 2012


commit b8f290e2258c861a22a9b1a94a0cb01222699e70
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Nov 12 16:15:58 2012 +0100

    version 0.2.24

 .gitignore       |    1 +
 python-slip.spec |    8 ++++++--
 sources          |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6126972..030b3f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ python-slip-0.2.11.tar.bz2
 /python-slip-0.2.21.tar.bz2
 /python-slip-0.2.22.tar.bz2
 /python-slip-0.2.23.tar.bz2
+/python-slip-0.2.24.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index 29967b8..7d2222d 100644
--- a/python-slip.spec
+++ b/python-slip.spec
@@ -3,7 +3,7 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.2.23
+Version:    0.2.24
 Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
@@ -36,8 +36,9 @@ Requires:   dbus-python >= 0.80
 %if 0%{?fedora}%{?rhel} && 0%{?fedora} < 12 && 0%{?rhel} < 6
 Requires:   PolicyKit >= 0.8-3
 %else
+# No hard requirement on polkit to allow minimal installs without polkit and
+# its dependencies.
 Conflicts:  PolicyKit < 0.8-3
-Requires:   polkit >= 0.94
 Requires:   python-decorator
 %endif
 
@@ -97,6 +98,9 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Mon Nov 12 2012 Nils Philippsen <nils at redhat.com> - 0.2.24-1
+- dbus.polkit: fall back to unix uids if polkit is not available
+
 * Fri Nov 09 2012 Nils Philippsen <nils at redhat.com> - 0.2.23-1
 - default to classic gobject if available
 - actually distribute gobject wrapper code
diff --git a/sources b/sources
index fb9d656..eeca37f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cbffce1e0b29aa616a2f1b500a0a84fa  python-slip-0.2.23.tar.bz2
+fe595a5db3feede72d2bddd8bac13d88  python-slip-0.2.24.tar.bz2


More information about the scm-commits mailing list