- fixed path of pidof tool for older openSUSE Leap releases
(boo#1179607) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xdm?expand=0&rev=235
This commit is contained in:
parent
fa27a8fb43
commit
1e68a77d4f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 4 14:21:44 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- fixed path of pidof tool for older openSUSE Leap releases
|
||||
(boo#1179607)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 1 12:08:44 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
6
xdm.spec
6
xdm.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xdm
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -59,7 +59,11 @@ BuildRequires: pkgconfig(xpm)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xtrans)
|
||||
Requires: %fillup_prereq
|
||||
%if 0%{?suse_version} >= 1550
|
||||
Requires: %{_bindir}/pidof
|
||||
%else
|
||||
Requires: /sbin/pidof
|
||||
%endif
|
||||
Requires: /sbin/startproc
|
||||
Requires: logrotate
|
||||
Requires: sessreg
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41f36ca335c3a19f7d416af8b11963cdb8deed6d8f35f611aa9ac1eca4198254
|
||||
size 21063
|
||||
oid sha256:0794ac327d8f16911c990ed89097b7aae44591891416aec34dd86e291f408d22
|
||||
size 21102
|
||||
|
Loading…
Reference in New Issue
Block a user