[polkit/f16] Update to 0.102 release

David Zeuthen davidz at fedoraproject.org
Thu Aug 4 13:54:59 UTC 2011


commit 3ea6658904453c0ca973be6ae18af1a7aa3ca629
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Aug 4 09:54:20 2011 -0400

    Update to 0.102 release
    
    Signed-off-by: David Zeuthen <davidz at redhat.com>

 .gitignore                                         |    1 +
 ...-Bug-29816-Install-polkitagentenumtypes.h.patch |   30 -
 0001-Fix-ConsoleKit-interaction-bug.patch          |  132 -----
 ...rocess-Clarify-that-the-real-uid-is-retur.patch |  138 -----
 ...UnixProcess-also-record-the-uid-of-the-pr.patch |  622 --------------------
 ...unix_process_get_uid-to-get-the-owner-of-.patch |   40 --
 ...void-TOCTTOU-problems-with-parent-process.patch |  127 ----
 polkit.spec                                        |   19 +-
 sources                                            |    2 +-
 9 files changed, 7 insertions(+), 1104 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 33c7ad4..4828b02 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ polkit-0.97.tar.gz
 polkit-0.98.tar.gz
 /polkit-0.100.tar.gz
 /polkit-0.101.tar.gz
+/polkit-0.102.tar.gz
diff --git a/polkit.spec b/polkit.spec
index 24a85b2..e365234 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,7 +1,7 @@
 Summary: PolicyKit Authorization Framework
 Name: polkit
-Version: 0.101
-Release: 7%{?dist}
+Version: 0.102
+Release: 1%{?dist}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -13,11 +13,6 @@ BuildRequires: gtk-doc
 BuildRequires: intltool
 BuildRequires: gobject-introspection-devel
 
-Patch1: 0001-PolkitUnixProcess-Clarify-that-the-real-uid-is-retur.patch
-Patch2: 0002-Make-PolkitUnixProcess-also-record-the-uid-of-the-pr.patch
-Patch3: 0003-Use-polkit_unix_process_get_uid-to-get-the-owner-of-.patch
-Patch4: 0004-pkexec-Avoid-TOCTTOU-problems-with-parent-process.patch
-
 Requires: ConsoleKit
 Requires: dbus
 
@@ -70,10 +65,6 @@ without being interrupted by password dialogs
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 %configure --enable-gtk-doc \
@@ -86,9 +77,6 @@ make
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-# bug 629515
-cp src/polkitagent/polkitagentenumtypes.h $RPM_BUILD_ROOT%{_includedir}/polkit-1/polkitagent
-
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
 
@@ -184,6 +172,9 @@ EOF
 %{_datadir}/gtk-doc
 
 %changelog
+* Fri Aug 04 2011 David Zeuthen <davidz at redhat.com> 0.102-1
+- Update to 0.102 release
+
 * Fri May 13 2011 Bastien Nocera <bnocera at redhat.com> 0.101-7
 - Allow setting the pretty hostname without a password for wheel,
   change matches systemd in git
diff --git a/sources b/sources
index 5c2c73e..e405c6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f925ac93aba3c072977370c1e27feb7f  polkit-0.101.tar.gz
+a3726bdb9728c103e58f62131e26693a  polkit-0.102.tar.gz


More information about the scm-commits mailing list