From 4271c04e9ba6fdf08bf4f3856896eb9fd52e2ae8 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Wed, 12 Aug 2009 19:25:45 +0000 Subject: [PATCH] - Update to upstream release 0.94 --- .cvsignore | 1 + polkit.spec | 26 ++++++++++++++++++-------- sources | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4984edc..780fa17 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ polkit-0.92.tar.gz polkit-0.93.tar.gz +polkit-0.94.tar.gz diff --git a/polkit.spec b/polkit.spec index b38bbeb..1b07327 100644 --- a/polkit.spec +++ b/polkit.spec @@ -1,7 +1,7 @@ Summary: PolicyKit Authorization Framework Name: polkit -Version: 0.93 -Release: 3%{?dist} +Version: 0.94 +Release: 1%{?dist} License: LGPLv2+ URL: http://www.freedesktop.org/wiki/Software/PolicyKit Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz @@ -13,6 +13,7 @@ BuildRequires: pam-devel BuildRequires: eggdbus-devel BuildRequires: gtk-doc BuildRequires: intltool +BuildRequires: gobject-introspection-devel Requires: ConsoleKit Requires: dbus @@ -72,12 +73,8 @@ rm -rf $RPM_BUILD_ROOT %dir %{_libdir}/polkit-1 %dir %{_libdir}/polkit-1/extensions %{_libdir}/polkit-1/extensions/*.so -%{_datadir}/man/man1/pkexec.1.gz -%{_datadir}/man/man1/pkaction.1.gz -%{_datadir}/man/man1/pkcheck.1.gz -%{_datadir}/man/man8/polkitd.8.gz -%{_datadir}/man/man8/polkit.8.gz -%{_datadir}/man/man8/pklocalauthority.8.gz +%{_datadir}/man/man1/* +%{_datadir}/man/man8/* %{_datadir}/dbus-1/system-services/* %dir %{_datadir}/polkit-1/ %dir %{_datadir}/polkit-1/actions @@ -88,16 +85,26 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/pkaction %{_bindir}/pkcheck %{_libexecdir}/polkit-1/polkitd +%{_libdir}/girepository-1.0/*.typelib # see upstream docs for why these permissions are necessary %attr(0700,root,root) %dir %{_localstatedir}/lib/polkit-1/ %attr(4755,root,root) %{_bindir}/pkexec %attr(4755,root,root) %{_libexecdir}/polkit-1/polkit-agent-helper-1 +%attr(0700,root,root) %dir /var/lib/polkit-1/ +%dir /var/lib/polkit-1/localauthority +%dir /var/lib/polkit-1/localauthority/10-vendor.d +%dir /var/lib/polkit-1/localauthority/20-org.d +%dir /var/lib/polkit-1/localauthority/30-site.d +%dir /var/lib/polkit-1/localauthority/50-local.d +%dir /var/lib/polkit-1/localauthority/90-mandatory.d + %files devel %defattr(-,root,root,-) %{_libdir}/lib*.so %{_libdir}/pkgconfig/*.pc +%{_datadir}/gir-1.0/*.gir %{_includedir}/* %{_bindir}/pk-example-frobnicate %{_datadir}/polkit-1/actions/org.freedesktop.policykit.examples.pkexec.policy @@ -107,6 +114,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/* %changelog +* Wed Aug 12 2009 David Zeuthen - 0.94-1 +- Update to upstream release 0.94 + * Sun Jul 26 2009 Fedora Release Engineering - 0.93-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4abf4c7..69fbf35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16e9361b6c8dbbecc29ee263d7880998 polkit-0.93.tar.gz +5abc9f858e7b614ef41161db36d53915 polkit-0.94.tar.gz