Accepting request 760347 from home:kukuk:branches:Base:System
x- Use systemd_ordering instead of systemd_requires OBS-URL: https://build.opensuse.org/request/show/760347 OBS-URL: https://build.opensuse.org/package/show/Base:System/logrotate?expand=0&rev=77
This commit is contained in:
parent
bc108665d4
commit
28aec343a9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 07:46:43 CET 2020 - kukuk@suse.de
|
||||
|
||||
- Use systemd_ordering instead of systemd_requires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 11:12:28 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package logrotate
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@ Release: 0
|
||||
Summary: Cron service for rotating, compressing, mailing and removing system log files
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Base
|
||||
Url: https://github.com/%{name}/%{name}
|
||||
URL: https://github.com/%{name}/%{name}
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||
Source10: https://github.com/%{name}/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
|
||||
# SUSE specific logrotate configurations
|
||||
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(libselinux)
|
||||
BuildRequires: pkgconfig(popt)
|
||||
BuildRequires: pkgconfig(systemd) >= 197
|
||||
Requires: xz
|
||||
%{?systemd_requires}
|
||||
%{?systemd_ordering}
|
||||
|
||||
%description
|
||||
The logrotate utility does automatic rotation, compression, mailing and removal
|
||||
|
Loading…
Reference in New Issue
Block a user