mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed some indentation that doesn't work in f18
This commit is contained in:
parent
eab138e6e8
commit
78eb411a40
1 changed files with 8 additions and 5 deletions
|
@ -74,11 +74,14 @@ Requires(preun): initscripts
|
|||
Requires(postun): initscripts
|
||||
|
||||
%else
|
||||
%if 0%{?systemd_preun:1}
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
%endif
|
||||
|
||||
%if 0%{?systemd_preun:1}
|
||||
|
||||
Requires(post): systemd-units
|
||||
Requires(preun): systemd-units
|
||||
Requires(postun): systemd-units
|
||||
|
||||
%endif
|
||||
|
||||
BuildRequires: systemd-units
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue