Update to upstream release 0.104

Force usage of systemd (instead of ConsoleKit) for session tracking
This commit is contained in:
David Zeuthen 2012-01-03 12:06:44 -05:00
parent cdaf292035
commit e32bdfd698
3 changed files with 10 additions and 3 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ polkit-0.98.tar.gz
/polkit-0.101.tar.gz
/polkit-0.102.tar.gz
/polkit-0.103.tar.gz
/polkit-0.104.tar.gz

View File

@ -1,6 +1,6 @@
Summary: PolicyKit Authorization Framework
Name: polkit
Version: 0.103
Version: 0.104
Release: 1%{?dist}
License: LGPLv2+
URL: http://www.freedesktop.org/wiki/Software/PolicyKit
@ -12,6 +12,7 @@ BuildRequires: pam-devel
BuildRequires: gtk-doc
BuildRequires: intltool
BuildRequires: gobject-introspection-devel
BuildRequires: systemd-devel
Requires: ConsoleKit
Requires: dbus
@ -61,7 +62,8 @@ Development documentation for PolicyKit.
--disable-static \
--libexecdir=%{_libexecdir}/polkit-1 \
--enable-introspection \
--enable-examples
--enable-examples \
--enable-systemd=yes
make
%install
@ -124,6 +126,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/polkit-1/extensions/*.la
%{_datadir}/gtk-doc
%changelog
* Tue Jan 03 2012 David Zeuthen <davidz@redhat.com> 0.104-1%{?dist}
- Update to upstream release 0.104
- Force usage of systemd (instead of ConsoleKit) for session tracking
* Tue Dec 06 2011 David Zeuthen <davidz@redhat.com> 0.103-1%{?dist}
- Update to upstream release 0.103
- Drop upstreamed patch

View File

@ -1 +1 @@
aaacf2ef18774ea8a825a426a7cfe763 polkit-0.103.tar.gz
e380b4c6fb1e7bccf854e92edc0a8ce1 polkit-0.104.tar.gz