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:
parent
f7e89861f4
commit
18020fd151
@ -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
|
Mon Dec 10 05:48:13 UTC 2018 - xwang@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package accountsservice
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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(polkit-gobject-1)
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The accountsservice server provides a set of D-Bus interfaces for
|
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.
|
commands.
|
||||||
|
|
||||||
%package -n libaccountsservice0
|
%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
|
# Clients do need the server to do something useful
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
@ -76,7 +76,7 @@ querying and manipulating user account information.
|
|||||||
This package provides a client library for the service.
|
This package provides a client library for the service.
|
||||||
|
|
||||||
%package -n typelib-1_0-AccountsService-1_0
|
%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
|
Group: System/Libraries
|
||||||
|
|
||||||
%description -n typelib-1_0-AccountsService-1_0
|
%description -n typelib-1_0-AccountsService-1_0
|
||||||
@ -87,7 +87,7 @@ This package provides the GObject Introspection bindings for the
|
|||||||
client library.
|
client library.
|
||||||
|
|
||||||
%package devel
|
%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++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libaccountsservice0 = %{version}
|
Requires: libaccountsservice0 = %{version}
|
||||||
Requires: typelib-1_0-AccountsService-1_0 = %{version}
|
Requires: typelib-1_0-AccountsService-1_0 = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user