diff --git a/accountsservice.spec b/accountsservice.spec index b9e7e90..d796e4c 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -2,7 +2,7 @@ Name: accountsservice Version: 0.6.42 -Release: 6%{?dist} +Release: 7%{?dist} Summary: D-Bus interfaces for querying and manipulating user account information Group: System Environment/Daemons @@ -16,7 +16,7 @@ Patch0: 0001-lib-add-crypt.h-include.patch BuildRequires: glib2-devel BuildRequires: polkit-devel BuildRequires: intltool -BuildRequires: systemd-units +BuildRequires: systemd BuildRequires: systemd-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -25,9 +25,7 @@ BuildRequires: git Requires: polkit Requires: shadow-utils -Requires(post): systemd-units -Requires(preun): systemd-units -Requires(postun): systemd-units +%{?systemd_requires} %package libs Summary: Client-side library to talk to accountsservice @@ -110,6 +108,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.a %{_datadir}/gtk-doc/html/libaccountsservice/* %changelog +* Thu Jan 25 2018 Igor Gnatenko - 0.6.42-7 +- Fix systemd executions/requirements + * Wed Jan 24 2018 Ray Strode - 0.6.42-6 - Fix crash introduced by glibc/libxcrypt change https://fedoraproject.org/wiki/Changes/Replace_glibc_libcrypt_with_libxcrypt