Update to 0.6.38 release
* Fix polkit policy rhbz#1094138
This commit is contained in:
parent
198454e24a
commit
2e31e57135
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/accountsservice-0.6.34.tar.xz
|
||||
/accountsservice-0.6.35.tar.xz
|
||||
/accountsservice-0.6.37.tar.xz
|
||||
/accountsservice-0.6.38.tar.xz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global _hardened_build 1
|
||||
|
||||
Name: accountsservice
|
||||
Version: 0.6.37
|
||||
Release: 3%{?dist}
|
||||
Version: 0.6.38
|
||||
Release: 1%{?dist}
|
||||
Summary: D-Bus interfaces for querying and manipulating user account information
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -12,7 +12,6 @@ URL: http://www.fedoraproject.org/wiki/Features/UserAccountDialog
|
||||
Source0: http://www.freedesktop.org/software/accountsservice/accountsservice-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: systemd-units
|
||||
@ -108,6 +107,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a
|
||||
%{_datadir}/gtk-doc/html/libaccountsservice/*
|
||||
|
||||
%changelog
|
||||
* Thu Sep 18 2014 Stef Walter <stefw@redhat.com> - 0.6.38-1
|
||||
- Update to 0.6.38
|
||||
- Fixes polkit policy rhbz#1094138
|
||||
- Remove dbus-glib-devel dependency, accountsservice uses gdbus now
|
||||
|
||||
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.37-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user