David Zeuthen f0e882c
# Only enable if using patches that touches configure.ac,
David Zeuthen f0e882c
# Makefile.am or other build system related files
David Zeuthen f0e882c
#
0e57360
#define enable_autoreconf 1
David Zeuthen f0e882c
f0ed542
Summary: An authorization framework
David Zeuthen 6eafedf
Name: polkit
0e57360
Version: 0.113
a28dc78
Release: 4%{?dist}
David Zeuthen 7fda62f
License: LGPLv2+
David Zeuthen 413036b
URL: http://www.freedesktop.org/wiki/Software/polkit
David Zeuthen 0fee849
Source0: http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz
a32aa34
Source1: http://www.freedesktop.org/software/polkit/releases/%{name}-%{version}.tar.gz.sign
David Zeuthen 6eafedf
Group: System Environment/Libraries
David Zeuthen 413036b
BuildRequires: glib2-devel >= 2.30.0
David Zeuthen 6eafedf
BuildRequires: expat-devel
David Zeuthen 6eafedf
BuildRequires: pam-devel
David Zeuthen 6eafedf
BuildRequires: gtk-doc
David Zeuthen 6eafedf
BuildRequires: intltool
David Zeuthen 4271c04
BuildRequires: gobject-introspection-devel
cf8b276
BuildRequires: systemd, systemd-devel
6585a3f
BuildRequires: mozjs17-devel
David Zeuthen 6eafedf
David Zeuthen f0e882c
%if 0%{?enable_autoreconf}
David Zeuthen f0e882c
BuildRequires: autoconf
David Zeuthen f0e882c
BuildRequires: automake
David Zeuthen f0e882c
BuildRequires: libtool
David Zeuthen f0e882c
%endif
David Zeuthen f0e882c
8a29815
Requires: dbus, polkit-pkla-compat
4854630
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
David Zeuthen 6eafedf
David Zeuthen 5f25a24
Requires(pre): shadow-utils
d049388
Requires(post): /sbin/ldconfig, systemd
d049388
Requires(preun): systemd
d049388
Requires(postun): /sbin/ldconfig, systemd
David Zeuthen 5f25a24
David Zeuthen 2140ac0
Obsoletes: PolicyKit <= 0.10
David Zeuthen 2140ac0
Provides: PolicyKit = 0.11
David Zeuthen bae0d50
David Zeuthen 2e07d21
# polkit saw some API/ABI changes from 0.96 to 0.97 so require a
David Zeuthen 2e07d21
# sufficiently new polkit-gnome package
David Zeuthen 2e07d21
Conflicts: polkit-gnome < 0.97
David Zeuthen 2e07d21
David Zeuthen cdaf292
Obsoletes: polkit-desktop-policy < 0.103
David Zeuthen cdaf292
Provides: polkit-desktop-policy = 0.103
David Zeuthen 9778666
f2aab85
Obsoletes: polkit-js-engine < 0.110-4
f2aab85
Provides: polkit-js-engine = %{version}-%{release}
f2aab85
Rex Dieter f6926aa
# when -libs was split out, handle multilib upgrade path -- rex
a28dc78
Obsoletes: polkit < 0.113-3
Rex Dieter f6926aa
David Zeuthen 6eafedf
%description
David Zeuthen 0fee849
polkit is a toolkit for defining and handling authorizations.  It is
David Zeuthen 0fee849
used for allowing unprivileged processes to speak to privileged
David Zeuthen 6eafedf
processes.
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%package devel
David Zeuthen 0fee849
Summary: Development files for polkit
David Zeuthen 6eafedf
Group: Development/Libraries
4854630
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
David Zeuthen 6eafedf
Requires: %name-docs = %{version}-%{release}
David Zeuthen 6eafedf
Requires: glib2-devel
David Zeuthen 2140ac0
Obsoletes: PolicyKit-devel <= 0.10
David Zeuthen 2140ac0
Provides: PolicyKit-devel = 0.11
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%description devel
David Zeuthen 0fee849
Development files for polkit.
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%package docs
David Zeuthen 0fee849
Summary: Development documentation for polkit
David Zeuthen 6eafedf
Group: Development/Libraries
David Zeuthen 6eafedf
Requires: %name-devel = %{version}-%{release}
David Zeuthen 2140ac0
Obsoletes: PolicyKit-docs <= 0.10
David Zeuthen 2140ac0
Provides: PolicyKit-docs = 0.11
7e59d9c
BuildArch: noarch
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%description docs
David Zeuthen 0fee849
Development documentation for polkit.
David Zeuthen 6eafedf
Colin Walters 1224d7b
%package libs
Colin Walters 1224d7b
Summary: Libraries for polkit
Colin Walters 1224d7b
Group: Development/Libraries
Colin Walters 1224d7b
Colin Walters 1224d7b
%description libs
Colin Walters 1224d7b
Libraries files for polkit.
Colin Walters 1224d7b
Colin Walters 1224d7b
David Zeuthen 6eafedf
%prep
David Zeuthen 6eafedf
%setup -q
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%build
David Zeuthen f0e882c
%if 0%{?enable_autoreconf}
56a2b8b
autoreconf -i
David Zeuthen f0e882c
%endif
7877d13
# we can't use _hardened_build here, see
7177e8c
# https://bugzilla.redhat.com/show_bug.cgi?id=962005
7877d13
export CFLAGS='-fPIC %optflags'
7877d13
export LDFLAGS='-pie -Wl,-z,now -Wl,-z,relro'
e57773b
%configure --enable-gtk-doc \
e57773b
        --disable-static \
e57773b
        --enable-introspection \
6b37bb7
        --disable-examples \
5d7095a
        --enable-libsystemd-login=yes --with-mozjs=mozjs-17.0
8539d5f
make V=1
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%install
8254063
make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
David Zeuthen 6eafedf
David Zeuthen 6eafedf
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%find_lang polkit-1
David Zeuthen 6eafedf
David Zeuthen 413036b
%pre
David Zeuthen 413036b
getent group polkitd >/dev/null || groupadd -r polkitd
David Zeuthen 413036b
getent passwd polkitd >/dev/null || useradd -r -g polkitd -d / -s /sbin/nologin -c "User for polkitd" polkitd
David Zeuthen 413036b
exit 0
David Zeuthen 413036b
d049388
%post
d049388
# The implied (systemctl preset) will fail and complain, but the macro hides
d049388
# and ignores the fact.  This is in fact what we want, polkit.service does not
d049388
# have an [Install] section and it is always started on demand.
d049388
%systemd_post polkit.service
David Zeuthen 6eafedf
d049388
%preun
d049388
%systemd_preun polkit.service
d049388
d049388
%postun
0e57360
%systemd_postun_with_restart polkit.service
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%files -f polkit-1.lang
David Zeuthen 6eafedf
%defattr(-,root,root,-)
David Zeuthen 413036b
%doc COPYING NEWS README
David Zeuthen 4271c04
%{_datadir}/man/man1/*
David Zeuthen 4271c04
%{_datadir}/man/man8/*
David Zeuthen 6eafedf
%{_datadir}/dbus-1/system-services/*
2fd403e
%{_unitdir}/polkit.service
David Zeuthen 6eafedf
%dir %{_datadir}/polkit-1/
David Zeuthen 6eafedf
%dir %{_datadir}/polkit-1/actions
David Zeuthen 413036b
%attr(0700,polkitd,root) %dir %{_datadir}/polkit-1/rules.d
David Zeuthen 6eafedf
%{_datadir}/polkit-1/actions/org.freedesktop.policykit.policy
David Zeuthen 413036b
%dir %{_sysconfdir}/polkit-1
David Zeuthen 413036b
%{_sysconfdir}/polkit-1/rules.d/50-default.rules
David Zeuthen 413036b
%attr(0700,polkitd,root) %dir %{_sysconfdir}/polkit-1/rules.d
David Zeuthen 6eafedf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PolicyKit1.conf
David Zeuthen 6eafedf
%{_sysconfdir}/pam.d/polkit-1
David Zeuthen 6eafedf
%{_bindir}/pkaction
David Zeuthen 6eafedf
%{_bindir}/pkcheck
David Zeuthen 0fee849
%{_bindir}/pkttyagent
David Zeuthen 413036b
%dir %{_prefix}/lib/polkit-1
David Zeuthen 413036b
%{_prefix}/lib/polkit-1/polkitd
David Zeuthen 6eafedf
David Zeuthen 6eafedf
# see upstream docs for why these permissions are necessary
David Zeuthen 6eafedf
%attr(4755,root,root) %{_bindir}/pkexec
David Zeuthen 413036b
%attr(4755,root,root) %{_prefix}/lib/polkit-1/polkit-agent-helper-1
David Zeuthen 4271c04
David Zeuthen 6eafedf
%files devel
David Zeuthen 6eafedf
%defattr(-,root,root,-)
David Zeuthen 6eafedf
%{_libdir}/lib*.so
David Zeuthen 6eafedf
%{_libdir}/pkgconfig/*.pc
e57773b
%{_datadir}/gir-1.0/*.gir
David Zeuthen 6eafedf
%{_includedir}/*
David Zeuthen 6eafedf
David Zeuthen 6eafedf
%files docs
David Zeuthen 6eafedf
%defattr(-,root,root,-)
3873214
%{_datadir}/gtk-doc
David Zeuthen 6eafedf
Rex Dieter ddfe2e6
%post libs -p /sbin/ldconfig
Rex Dieter ddfe2e6
%postun libs -p /sbin/ldconfig
Rex Dieter ddfe2e6
Colin Walters 1224d7b
%files libs
Colin Walters 1224d7b
%{_libdir}/lib*.so.*
Colin Walters 1224d7b
%{_libdir}/girepository-1.0/*.typelib
Colin Walters 1224d7b
David Zeuthen 6eafedf
%changelog
a28dc78
* Tue Jul 14 2015 Miloslav Trmač <mitr@redhat.com> - 0.113-4
a28dc78
- Bump the Obsoletes: to < 0.113-3 to account for the non-split 0.113-2.fc21
a28dc78
  Resolves: #1243004
a28dc78
Rex Dieter f6926aa
* Sun Jul 12 2015 Rex Dieter <rdieter@fedoraproject.org> 0.113-3
Rex Dieter f6926aa
- Obsoletes: polkit < 0.112-8 (handle multilib upgrade path)
Rex Dieter f6926aa
4854630
* Fri Jul 10 2015 Miloslav Trmač <mitr@redhat.com> - 0.113-2
4854630
- Add a fully versioned dependency from polkit to polkit-libs
4854630
  Resolves: #1241759
4854630
- Require polkit-libs, not polkit, in polkit-devel
4854630
0e57360
* Thu Jul 2 2015 Miloslav Trmač <mitr@redhat.com> - 0.113-1
0e57360
- Update to polkit-0.113 (CVE-2015-3218, CVE-2015-3255, CVE-2015-3256,
0e57360
  CVE-2015-4625)
0e57360
  Resolves: #910262, #1175061, #1177930, #1194391, #1228739, #1233810
0e57360
cf8b276
* Fri Jun 19 2015 Miloslav Trmač <mitr@redhat.com> - 0.112-11
cf8b276
- Add BuildRequires: systemd so that %%{_unitdir} is defined, to fix the build.
cf8b276
3b70743
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.112-10
3b70743
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
3b70743
Rex Dieter ddfe2e6
* Sun Jan 25 2015 Rex Dieter <rdieter@fedoraproject.org>  - 0.112-9
Rex Dieter ddfe2e6
- polkit doesn't release reference counters of GVariant data (#1180886)
Rex Dieter ddfe2e6
- fix ldconfig scriptlets (move to -libs subpkg)
Rex Dieter ddfe2e6
Colin Walters 1224d7b
* Sat Nov 08 2014 Colin Walters <walters@redhat.com> - 0.112-8
Colin Walters 1224d7b
- Split separate -libs package, so that NetworkManager can just depend on
Colin Walters 1224d7b
  that, without dragging in the daemon (as well as libmozjs17).  This
Colin Walters 1224d7b
  allows the creation of more minimal systems that want programs like NM,
Colin Walters 1224d7b
  but do not need the configurability of the daemon; it would be ok if only
Colin Walters 1224d7b
  root is authorized.
Colin Walters 1224d7b
a27b485
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.112-7
a27b485
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
a27b485
17c9f17
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.112-6
17c9f17
- Rebuilt for gobject-introspection 1.41.4
17c9f17
996083d
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.112-5
996083d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
996083d
56a2b8b
* Thu Jun  5 2014 Kay Sievers <kay@redhat.com> - 0.112-4
56a2b8b
- backport upstream D-Bus "user bus" changes
56a2b8b
f3502e1
* Mon Feb 10 2014 Miloslav Trmač <mitr@redhat.com> - 0.112-3
f3502e1
- Fix a PolkitAgentSession race condition
f3502e1
  Resolves: #1063193
f3502e1
8778af1
* Sat Dec  7 2013 Miloslav Trmač <mitr@redhat.com> - 0.112-2
8778af1
- Workaround pam_systemd setting broken XDG_RUNTIME_DIR
8778af1
  Resolves: #1033774
5d7095a
- Always use mozjs-17.0 even if js-devel is installed
8778af1
ca44eca
* Wed Sep 18 2013 Miloslav Trmač <mitr@redhat.com> - 0.112-1
ca44eca
- Update to polkit-0.112
ca44eca
- Resolves: #1009538, CVE-2013-4288
ca44eca
d731968
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.111-3
d731968
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d731968
576cdfa
* Wed May 29 2013 Tomas Bzatek <tbzatek@redhat.com> - 0.111-2
576cdfa
- Fix a race on PolkitSubject type registration (#866718)
576cdfa
8a29815
* Wed May 15 2013 Miloslav Trmač <mitr@redhat.com> - 0.111-1
8a29815
- Update to polkit-0.111
8a29815
  Resolves: #917888
6585a3f
- Use SpiderMonkey from mozjs17 instead of js
a32aa34
- Ship the signature in the srpm
8254063
- Try to preserve timestamps in (make install)
8a29815
f2aab85
* Fri May 10 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-4
f0ed542
- Shut up rpmlint about Summary:
8539d5f
- Build with V=1
2fd403e
- Use %%{_unitdir} instead of hard-coding the path
d049388
- Use the new systemd macros, primarily to run (systemctl daemon-reload)
d049388
  Resolves: #857382
8539d5f
8539d5f
* Fri May 10 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-4
f2aab85
- Make the JavaScript engine mandatory.  The polkit-js-engine package has been
f2aab85
  removed, main polkit package Provides:polkit-js-engine for compatibility.
9a3f451
- Add Requires: polkit-pkla-compat
9a3f451
  Resolves: #908808
f2aab85
6b37bb7
* Wed Feb 13 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-3
6b37bb7
- Don't ship pk-example-frobnicate in the "live" configuration
6b37bb7
  Resolves: #878112
6b37bb7
bfbf3d2
* Fri Feb  8 2013 Miloslav Trmač <mitr@redhat.com> - 0.110-2
bfbf3d2
- Own %%{_docdir}/polkit-js-engine-*
bfbf3d2
  Resolves: #907668
bfbf3d2
David Zeuthen 1e11649
* Wed Jan  9 2013 David Zeuthen <davidz@redhat.com> - 0.110-1%{?dist}
David Zeuthen 1e11649
- Update to upstream release 0.110
David Zeuthen 1e11649
7877d13
* Mon Jan  7 2013 Matthias Clasen <mclasen@redhat.com> - 0.109-2%{?dist}
7877d13
- Build with pie and stuff
7877d13
David Zeuthen 077fefe
* Wed Dec 19 2012 David Zeuthen <davidz@redhat.com> 0.109-1%{?dist}
David Zeuthen 077fefe
- Update to upstream release 0.109
David Zeuthen 077fefe
- Drop upstreamed patches
David Zeuthen 077fefe
David Zeuthen 75c0e04
* Thu Nov 15 2012 David Zeuthen <davidz@redhat.com> 0.108-3%{?dist}
David Zeuthen 75c0e04
- Attempt to open the correct libmozjs185 library, otherwise polkit
David Zeuthen 75c0e04
  authz rules will not work unless js-devel is installed (fdo #57146)
David Zeuthen 75c0e04
David Zeuthen f0e882c
* Wed Nov 14 2012 David Zeuthen <davidz@redhat.com> 0.108-2%{?dist}
David Zeuthen f0e882c
- Include gmodule-2.0 to avoid build error
David Zeuthen f0e882c
David Zeuthen b0678ca
* Wed Nov 14 2012 David Zeuthen <davidz@redhat.com> 0.108-1%{?dist}
David Zeuthen b0678ca
- Update to upstream release 0.108
David Zeuthen b0678ca
- Drop upstreamed patches
David Zeuthen b0678ca
- This release dynamically loads the JavaScript interpreter and can
David Zeuthen b0678ca
  cope with it not being available. In this case, polkit authorization
David Zeuthen b0678ca
  rules are not processed and the defaults for an action - as defined
David Zeuthen b0678ca
  in its .policy file - are used for authorization decisions.
David Zeuthen b0678ca
- Add new meta-package, polkit-js-engine, that pulls in the required
David Zeuthen b0678ca
  JavaScript bits to make polkit authorization rules work. The default
David Zeuthen b0678ca
  install - not the minimal install - should include this package
David Zeuthen b0678ca
b885f75
* Wed Oct 10 2012 Adam Jackson <ajax@redhat.com> 0.107-4
b885f75
- Don't crash if initializing the server object fails
b885f75
David Zeuthen 952de8f
* Tue Sep 18 2012 David Zeuthen <davidz@redhat.com> 0.107-3%{?dist}
David Zeuthen 952de8f
- Authenticate as root if e.g. the wheel group is empty (#834494)
David Zeuthen 952de8f
afd4b1d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.107-2
afd4b1d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
afd4b1d
23670d2
* Wed Jul 11 2012 David Zeuthen <davidz@redhat.com> 0.107-1%{?dist}
David Zeuthen 8d393f4
- Update to upstream release 0.107
David Zeuthen 8d393f4
David Zeuthen 5f25a24
* Fri Jun 29 2012 David Zeuthen <davidz@redhat.com> 0.106-2%{?dist}
David Zeuthen 5f25a24
- Add forgotten Requires(pre): shadow-utils
David Zeuthen 5f25a24
David Zeuthen 413036b
* Thu Jun 07 2012 David Zeuthen <davidz@redhat.com> 0.106-1%{?dist}
David Zeuthen 413036b
- Update to upstream release 0.106
David Zeuthen 413036b
- Authorizations are no longer controlled by .pkla files - from now
David Zeuthen 413036b
  on, use the new .rules files described in the polkit(8) man page
David Zeuthen 413036b
David Zeuthen 0fee849
* Tue Apr 24 2012 David Zeuthen <davidz@redhat.com> 0.105-1%{?dist}
David Zeuthen 0fee849
- Update to upstream release 0.105
David Zeuthen 0fee849
- Nuke patches that are now upstream
David Zeuthen 0fee849
- Change 'PolicyKit' to 'polkit' in summary and descriptions
David Zeuthen 0fee849
7e59d9c
* Thu Mar 08 2012 David Zeuthen <davidz@redhat.com> 0.104-6%{?dist}
David Zeuthen fac5a3a
- Don't leak file descriptors (bgo #671486)
David Zeuthen fac5a3a
7e59d9c
* Mon Feb 13 2012 Matthias Clasen <mclasen@redhat.com> - 0.104-5%{?dist}
7e59d9c
- Make the -docs subpackage noarch
7e59d9c
David Zeuthen 7c11f90
* Mon Feb 06 2012 David Zeuthen <davidz@redhat.com> 0.104-4%{?dist}
David Zeuthen 7c11f90
- Set error if we cannot obtain a PolkitUnixSession for a given PID (#787222)
David Zeuthen 7c11f90
c9ceddf
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.104-3
c9ceddf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c9ceddf
David Zeuthen c51db25
* Tue Jan 03 2012 David Zeuthen <davidz@redhat.com> 0.104-2%{?dist}
David Zeuthen c51db25
- Nuke the ConsoleKit run-time requirement
David Zeuthen c51db25
David Zeuthen e32bdfd
* Tue Jan 03 2012 David Zeuthen <davidz@redhat.com> 0.104-1%{?dist}
David Zeuthen e32bdfd
- Update to upstream release 0.104
David Zeuthen e32bdfd
- Force usage of systemd (instead of ConsoleKit) for session tracking
David Zeuthen e32bdfd
David Zeuthen cdaf292
* Tue Dec 06 2011 David Zeuthen <davidz@redhat.com> 0.103-1%{?dist}
David Zeuthen cdaf292
- Update to upstream release 0.103
David Zeuthen cdaf292
- Drop upstreamed patch
David Zeuthen cdaf292
- Drop Fedora-specific policy, it is now upstream (fdo #41008)
David Zeuthen cdaf292
a85c68b
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.102-3
a85c68b
- Rebuilt for glibc bug#747377
a85c68b
David Zeuthen 9778666
* Tue Oct 18 2011 David Zeuthen <davidz@redhat.com> 0.102-2%{?dist}
David Zeuthen 9778666
- Add patch to neuter the annoying systemd behavior where stdout/stderr
David Zeuthen 9778666
  is sent to the system logs
David Zeuthen 9778666
23670d2
* Thu Aug 04 2011 David Zeuthen <davidz@redhat.com> 0.102-1
David Zeuthen 3ea6658
- Update to 0.102 release
David Zeuthen 3ea6658
Bastien Nocera 771990a
* Fri May 13 2011 Bastien Nocera <bnocera@redhat.com> 0.101-7
Bastien Nocera 771990a
- Allow setting the pretty hostname without a password for wheel,
Bastien Nocera 771990a
  change matches systemd in git
Bastien Nocera 771990a
92a12ff
* Mon May  2 2011 Matthias Clasen <mclasen@redhat.com> - 0.101-6
92a12ff
- Update the action id of the datetime mechanism
92a12ff
David Zeuthen bd04106
* Tue Apr 19 2011 David Zeuthen <davidz@redhat.com> - 0.101-5
David Zeuthen bd04106
- CVE-2011-1485 (#697951)
David Zeuthen bd04106
Kevin Kofler fb2802e
* Tue Mar 22 2011 Kevin Kofler <Kevin@tigcc.ticalc.org> - 0.101-4
Kevin Kofler fb2802e
- Also allow org.kde.kcontrol.kcmclock.save without password for wheel
Kevin Kofler fb2802e
David Zeuthen f3deafc
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-3
David Zeuthen f3deafc
- Fix typo in pkla file (thanks notting)
David Zeuthen f3deafc
David Zeuthen 9fa422d
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-2
David Zeuthen 9fa422d
- Nuke desktop_admin_r and desktop_user_r groups - just use the
David Zeuthen 9fa422d
  wheel group instead (#688363)
David Zeuthen 9fa422d
- Update the set of configuration directives that gives users
David Zeuthen 9fa422d
  in the wheel group extra privileges
David Zeuthen 9fa422d
David Zeuthen b834027
* Thu Mar 03 2011 David Zeuthen <davidz@redhat.com> - 0.101-1
David Zeuthen b834027
- New upstream version
David Zeuthen b834027
David Zeuthen d9e135d
* Mon Feb 21 2011 David Zeuthen <davidz@redhat.com> - 0.100-1
David Zeuthen d9e135d
- New upstream version
David Zeuthen d9e135d
e512ff0
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98-7
e512ff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e512ff0
afaf02f
* Fri Jan 28 2011 Matthias Clasen <mclasen@redhat.com> - 0.98-6
afaf02f
- Own /usr/libexec/polkit-1
afaf02f
23670d2
* Fri Nov 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.98-5
e57773b
- Enable introspection
e57773b
David Zeuthen 0cf55d2
* Thu Sep 02 2010 David Zeuthen <davidz@redhat.com> - 0.98-4
David Zeuthen 0cf55d2
- Fix #629515 in a way that doesn't require autoreconf
David Zeuthen 0cf55d2
David Zeuthen 28ce567
* Thu Sep 02 2010 David Zeuthen <davidz@redhat.com> - 0.98-2
David Zeuthen 28ce567
- Include polkitagentenumtypes.h (#629515)
David Zeuthen 28ce567
3873214
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 0.98-1
David Zeuthen a98bb71
- Update to upstream release 0.98
3873214
- Co-own /usr/share/gtk-doc (#604410)
David Zeuthen a98bb71
c17d87e
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.97-5
c17d87e
- Rebuid to work around bodhi limitations
c17d87e
c1967a3
* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.97-4
c1967a3
- Fix a ConsoleKit interaction bug
c1967a3
David Zeuthen 2e07d21
* Fri Aug 13 2010 David Zeuthen <davidz@redhat.com> - 0.97-3
David Zeuthen 2e07d21
- Add a patch to make pkcheck(1) work the way libvirtd uses it (#623257)
David Zeuthen 2e07d21
- Require GLib >= 2.25.12 instead of 2.25.11
David Zeuthen 2e07d21
- Ensure polkit-gnome packages earlier than 0.97 are not used with
David Zeuthen 2e07d21
  these packages
David Zeuthen 2e07d21
David Zeuthen dfc7e62
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-2
David Zeuthen dfc7e62
- Rebuild
David Zeuthen dfc7e62
David Zeuthen 19b630a
* Mon Aug 09 2010 David Zeuthen <davidz@redhat.com> - 0.97-1
David Zeuthen 19b630a
- Update to 0.97. This release contains a port from EggDBus to the
David Zeuthen 19b630a
  GDBus code available in recent GLib releases.
David Zeuthen 19b630a
David Zeuthen 4946990
* Fri Jan 15 2010 David Zeuthen <davidz@redhat.com> - 0.96-1
David Zeuthen 4946990
- Update to 0.96
David Zeuthen 4946990
- Disable introspection support for the time being
David Zeuthen 4946990
0d72018
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-2
0d72018
- Rebuild
0d72018
0d72018
* Fri Nov 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-1
0d72018
- Update to 0.95
0d72018
- Drop upstreamed patches
0d72018
0d72018
* Tue Oct 20 2009 Matthias Clasen <mclasen@redhat.com> - 0.95-0.git20090913.3
0d72018
- Fix a typo in pklocalauthority(8)
0d72018
David Zeuthen 2140ac0
* Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.2
David Zeuthen 2140ac0
- Refine how Obsolete: is used and also add Provides: (thanks Jesse
David Zeuthen 2140ac0
  Keating and nim-nim)
David Zeuthen 2140ac0
David Zeuthen bae0d50
* Mon Sep 14 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913.1
David Zeuthen bae0d50
- Add bugfix for polkit_unix_process_new_full() (thanks Bastien Nocera)
David Zeuthen bae0d50
- Obsolete old PolicyKit packages
David Zeuthen bae0d50
David Zeuthen 1881207
* Sun Sep 13 2009 David Zeuthen <davidz@redhat.com> - 0.95-0.git20090913
David Zeuthen 1881207
- Update to git snapshot
David Zeuthen 1881207
- Drop upstreamed patches
David Zeuthen 1881207
- Turn on GObject introspection
David Zeuthen 1881207
- Don't delete desktop_admin_r and desktop_user_r groups when
David Zeuthen 1881207
  uninstalling polkit-desktop-policy
David Zeuthen 1881207
David Zeuthen 49848bb
* Fri Sep 11 2009 David Zeuthen <davidz@redhat.com> - 0.94-4
David Zeuthen 49848bb
- Add some patches from git master
David Zeuthen 49848bb
- Sort pkaction(1) output
David Zeuthen 49848bb
- Bug 23867 – UnixProcess vs. SystemBusName aliasing
David Zeuthen 49848bb
David Zeuthen 406ebfe
* Thu Aug 13 2009 David Zeuthen <davidz@redhat.com> - 0.94-3
David Zeuthen 406ebfe
- Add desktop_admin_r and desktop_user_r groups along with a first cut
David Zeuthen 406ebfe
  of default authorizations for users in these groups.
David Zeuthen 406ebfe
David Zeuthen 5d838e4
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-2
David Zeuthen 5d838e4
- Disable GObject Introspection for now as it breaks the build
David Zeuthen 5d838e4
David Zeuthen 4271c04
* Wed Aug 12 2009 David Zeuthen <davidz@redhat.com> - 0.94-1
David Zeuthen 4271c04
- Update to upstream release 0.94
David Zeuthen 4271c04
7f7c3f8
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.93-3
7f7c3f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7f7c3f8
David Zeuthen abd4ec3
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-2
David Zeuthen abd4ec3
- Rebuild
David Zeuthen abd4ec3
David Zeuthen f443a4d
* Mon Jul 20 2009 David Zeuthen <davidz@redhat.com> - 0.93-1
David Zeuthen f443a4d
- Update to 0.93
David Zeuthen f443a4d
David Zeuthen 7fda62f
* Tue Jun 09 2009 David Zeuthen <davidz@redhat.com> - 0.92-3
David Zeuthen 7fda62f
- Don't make docs noarch (I *heart* multilib)
David Zeuthen 7fda62f
- Change license to LGPLv2+
David Zeuthen 7fda62f
David Zeuthen d47669e
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-2
David Zeuthen d47669e
- Rebuild
David Zeuthen d47669e
David Zeuthen 6eafedf
* Mon Jun 08 2009 David Zeuthen <davidz@redhat.com> - 0.92-1
David Zeuthen 6eafedf
- Update to 0.92 release
David Zeuthen 6eafedf
David Zeuthen 6eafedf
* Wed May 27 2009 David Zeuthen <davidz@redhat.com> - 0.92-0.git20090527
David Zeuthen 6eafedf
- Update to 0.92 snapshot
David Zeuthen 6eafedf
David Zeuthen 6eafedf
* Mon Feb  9 2009 David Zeuthen <davidz@redhat.com> - 0.91-1
David Zeuthen 6eafedf
- Initial spec file.