Accepting request 142066 from home:mtomaschewski:syslog

- Require syslog-service >= 2.0 on 12.3, otherwise < 2.0, which
  contain the /etc/init.d/syslog init script.

OBS-URL: https://build.opensuse.org/request/show/142066
OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=114
This commit is contained in:
Marius Tomaschewski 2012-11-20 12:23:33 +00:00 committed by Git OBS Bridge
parent 2d59f0a5c2
commit ea7279ef7f
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 20 11:44:16 UTC 2012 - mt@suse.com
- Require syslog-service >= 2.0 on 12.3, otherwise < 2.0, which
contain the /etc/init.d/syslog init script.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 13 10:31:24 UTC 2012 - mt@suse.com Tue Nov 13 10:31:24 UTC 2012 - mt@suse.com

View File

@ -55,10 +55,13 @@ Url: http://www.rsyslog.com/
Provides: syslog Provides: syslog
Provides: sysvinit(syslog) Provides: sysvinit(syslog)
Conflicts: otherproviders(syslog) Conflicts: otherproviders(syslog)
Requires(pre): syslog-service
Requires(pre): %fillup_prereq Requires(pre): %fillup_prereq
%if %{with systemv} %if %{with systemv}
Requires(pre): %insserv_prereq Requires(pre): %insserv_prereq
Requires(pre): syslog-service < 2.0
Requires(pre): /etc/init.d/syslog
%else
Requires(pre): syslog-service >= 2.0
%endif %endif
%{?systemd_requires} %{?systemd_requires}
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)