Fix rhel checks
This commit is contained in:
parent
e66bd925af
commit
156c8fd884
@ -153,7 +153,7 @@ Requires(preun): systemd
|
||||
Requires(postun): systemd
|
||||
%endif
|
||||
|
||||
%if 0%{?rhel} = 5 || 0%{?rhel} = 6
|
||||
%if 0%{?rhel} == 5 || 0%{?rhel} == 6
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig
|
||||
Requires(preun): /sbin/service
|
||||
|
Loading…
Reference in New Issue
Block a user