From 885a0f95c3ba1392f44b997962664676288245c6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jan 17 2019 23:42:23 +0000 Subject: Explicitly enable systemd support (#1576903) This is from Elliott Sales de Andrade via Bugzilla, thanks - manually rediffed against a later change to the spec. --- diff --git a/accountsservice.spec b/accountsservice.spec index ecb3192..07bd676 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -2,7 +2,7 @@ Name: accountsservice Version: 0.6.54 -Release: 2%{?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,9 @@ files needed to build applications that use accountsservice-libs. %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Thu Jan 17 2019 Adam Williamson - 0.6.54-3 +- Explicitly enable systemd support (#1576903) (Elliott Sales de Andrade) + * Mon Jan 14 2019 Björn Esser - 0.6.54-2 - Rebuilt for libcrypt.so.2 (#1666033)