Accepting request 685961 from Base:System
OBS-URL: https://build.opensuse.org/request/show/685961 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acct?expand=0&rev=43
This commit is contained in:
commit
cc6b4e9e9e
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 17 10:55:00 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Reduce %systemd_requires to %systemd_ordering: %service_*
|
||||||
|
can handle the absence.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 19 19:26:56 UTC 2017 - kstreitova@suse.com
|
Tue Sep 19 19:26:56 UTC 2017 - kstreitova@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acct
|
# spec file for package acct
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ Name: acct
|
|||||||
Version: 6.6.4
|
Version: 6.6.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-Specific Process Accounting
|
Summary: User-Specific Process Accounting
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: https://www.gnu.org/software/acct/
|
Url: https://www.gnu.org/software/acct/
|
||||||
Source: https://ftp.gnu.org/gnu/acct/%{name}-%{version}.tar.gz
|
Source: https://ftp.gnu.org/gnu/acct/%{name}-%{version}.tar.gz
|
||||||
@ -34,7 +34,7 @@ BuildRequires: systemd-rpm-macros
|
|||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(postun): %{install_info_prereq}
|
Requires(postun): %{install_info_prereq}
|
||||||
%{?systemd_requires}
|
%{?systemd_ordering}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the programs necessary for user-specific process
|
This package contains the programs necessary for user-specific process
|
||||||
|
Loading…
Reference in New Issue
Block a user