Accepting request 816444 from home:elvigia:branches:X11:XOrg
- Require fillup_prereq not insserv-compat when using systemd OBS-URL: https://build.opensuse.org/request/show/816444 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=200
This commit is contained in:
parent
9642b976ed
commit
4f815d18ce
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 22 18:56:47 UTC 2020 - Cristian Rodríguez <crrodriguez@opensuse.org>
|
||||||
|
|
||||||
|
- Require fillup_prereq not insserv-compat when using systemd
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 5 12:12:52 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
Fri Jun 5 12:12:52 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
4
xdm.spec
4
xdm.spec
@ -72,7 +72,11 @@ BuildRequires: pkgconfig(xtrans)
|
|||||||
BuildRequires: firewall-macros
|
BuildRequires: firewall-macros
|
||||||
%endif
|
%endif
|
||||||
Requires: /sbin/pidof
|
Requires: /sbin/pidof
|
||||||
|
%if 0%{?with_systemd}
|
||||||
|
Requires: %fillup_prereq
|
||||||
|
%else
|
||||||
Requires: insserv-compat
|
Requires: insserv-compat
|
||||||
|
%endif
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: sessreg
|
Requires: sessreg
|
||||||
Requires: xconsole
|
Requires: xconsole
|
||||||
|
Loading…
Reference in New Issue
Block a user