SHA256
1
0
forked from pool/xdm

Accepting request 830247 from home:dimstar:Factory

- Require /sbin/startproc: with systemd no longer pulling in
  sysvinit-tools. we are responsible for our own deps. /sbin/pidof
  and /sbin/startproc both were presented by sysvinit-tools. but
  the sole presence of the /sbin/pidof dep is not sufficient, as
  this can be provided by various packages (e.g.
  busybox-sysvinit-tools, which then does not provide startproc).
  Spelling the deps out ensures that we get the right package set
  installed.

OBS-URL: https://build.opensuse.org/request/show/830247
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=207
This commit is contained in:
Stefan Dirsch 2020-08-28 11:01:32 +00:00 committed by Git OBS Bridge
parent e4462d4771
commit 318ce351c0
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 28 10:22:12 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Require /sbin/startproc: with systemd no longer pulling in
sysvinit-tools. we are responsible for our own deps. /sbin/pidof
and /sbin/startproc both were presented by sysvinit-tools. but
the sole presence of the /sbin/pidof dep is not sufficient, as
this can be provided by various packages (e.g.
busybox-sysvinit-tools, which then does not provide startproc).
Spelling the deps out ensures that we get the right package set
installed.
-------------------------------------------------------------------
Thu Aug 27 11:36:48 UTC 2020 - Franck Bui <fbui@suse.com>

View File

@ -72,6 +72,7 @@ BuildRequires: pkgconfig(xtrans)
BuildRequires: firewall-macros
%endif
Requires: /sbin/pidof
Requires: /sbin/startproc
%if 0%{?with_systemd}
Requires: %fillup_prereq
%endif