diff --git a/accountsservice.changes b/accountsservice.changes index b34818e..8ad4cde 100644 --- a/accountsservice.changes +++ b/accountsservice.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Mar 17 10:52:44 UTC 2019 - Jan Engelhardt + +- Redo summaries without em dashes. +- Reduce %systemd_requires to %systemd_ordering: + %service_* can handle the absence. + ------------------------------------------------------------------- Mon Dec 10 05:48:13 UTC 2018 - xwang@suse.com diff --git a/accountsservice.spec b/accountsservice.spec index ea8348d..f5481c7 100644 --- a/accountsservice.spec +++ b/accountsservice.spec @@ -1,7 +1,7 @@ # # spec file for package accountsservice # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -54,7 +54,7 @@ BuildRequires: pkgconfig(libsystemd) >= 186 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(systemd) Recommends: %{name}-lang -%{?systemd_requires} +%{?systemd_ordering} %description The accountsservice server provides a set of D-Bus interfaces for @@ -64,7 +64,7 @@ The implementation is based on the useradd, usermod and userdel commands. %package -n libaccountsservice0 -Summary: D-Bus Service to Manipulate User Account Information -- Client Library +Summary: Client library for the user account information manipulation D-Bus service # Clients do need the server to do something useful Group: System/Libraries Requires: %{name} @@ -76,7 +76,7 @@ querying and manipulating user account information. This package provides a client library for the service. %package -n typelib-1_0-AccountsService-1_0 -Summary: D-Bus Service to Manipulate User Account Information -- Introspection bindings +Summary: Introspection bindings for the user account information manipulation service Group: System/Libraries %description -n typelib-1_0-AccountsService-1_0 @@ -87,7 +87,7 @@ This package provides the GObject Introspection bindings for the client library. %package devel -Summary: D-Bus Service to Manipulate User Account Information -- Development Files +Summary: Header files for the user account information manipulation service Group: Development/Libraries/C and C++ Requires: libaccountsservice0 = %{version} Requires: typelib-1_0-AccountsService-1_0 = %{version}