Accepting request 685772 from home:jengelh:sct

- Redo summaries without em dashes.
- Reduce %systemd_requires to %systemd_ordering:
  %service_* can handle the absence.

OBS-URL: https://build.opensuse.org/request/show/685772
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=126
This commit is contained in:
Bjørn Lie 2019-03-18 18:05:23 +00:00 committed by Git OBS Bridge
parent f7e89861f4
commit 18020fd151
2 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Mar 17 10:52:44 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- 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

View File

@ -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}