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:
parent
e4462d4771
commit
318ce351c0
12
xdm.changes
12
xdm.changes
@ -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>
|
Thu Aug 27 11:36:48 UTC 2020 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
1
xdm.spec
1
xdm.spec
@ -72,6 +72,7 @@ BuildRequires: pkgconfig(xtrans)
|
|||||||
BuildRequires: firewall-macros
|
BuildRequires: firewall-macros
|
||||||
%endif
|
%endif
|
||||||
Requires: /sbin/pidof
|
Requires: /sbin/pidof
|
||||||
|
Requires: /sbin/startproc
|
||||||
%if 0%{?with_systemd}
|
%if 0%{?with_systemd}
|
||||||
Requires: %fillup_prereq
|
Requires: %fillup_prereq
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user