Update to upstream release 0.104
Force usage of systemd (instead of ConsoleKit) for session tracking
This commit is contained in:
parent
cdaf292035
commit
e32bdfd698
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
10
polkit.spec
10
polkit.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user