Merge branch 'master' into f29
This commit is contained in:
commit
268571ae10
1 changed files with 8 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Name: accountsservice
|
||||
Version: 0.6.54
|
||||
Release: 1%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: D-Bus interfaces for querying and manipulating user account information
|
||||
License: GPLv3+
|
||||
URL: https://www.freedesktop.org/wiki/Software/AccountsService/
|
||||
|
|
@ -52,7 +52,7 @@ files needed to build applications that use accountsservice-libs.
|
|||
%autosetup -S git
|
||||
|
||||
%build
|
||||
%meson -Duser_heuristics=true -Dgtk_doc=true
|
||||
%meson -Dgtk_doc=true -Dsystemd=true -Duser_heuristics=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
|
@ -98,6 +98,12 @@ files needed to build applications that use accountsservice-libs.
|
|||
%{_datadir}/gtk-doc/html/libaccountsservice/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 17 2019 Adam Williamson <awilliam@redhat.com> - 0.6.54-3
|
||||
- Explicitly enable systemd support (#1576903) (Elliott Sales de Andrade)
|
||||
|
||||
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 0.6.54-2
|
||||
- Rebuilt for libcrypt.so.2 (#1666033)
|
||||
|
||||
* Sat Sep 29 2018 Ray Strode <rstrode@redhat.com> - 0.6.54-1
|
||||
- Update to 0.6.54
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue