fix build
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=166
This commit is contained in:
parent
82dbad89f6
commit
3d578e038b
@ -89,17 +89,17 @@ Requires: %{libsoname} = %{version}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{have_systemd}
|
%if %{have_systemd}
|
||||||
# go home, source_validator, you're drunk
|
# go home, source_validator, you're drunk
|
||||||
%define s7 cf-execd.service
|
%define src7 cf-execd.service
|
||||||
%define s8 cf-monitord.service
|
%define src8 cf-monitord.service
|
||||||
%define s9 cf-serverd.service
|
%define src9 cf-serverd.service
|
||||||
%else
|
%else
|
||||||
%define s7 cf-monitord
|
%define src7 cf-monitord
|
||||||
%define s8 cf-execd
|
%define src8 cf-execd
|
||||||
%define s9 cf-serverd
|
%define src9 cf-serverd
|
||||||
%endif
|
%endif
|
||||||
Source7: %{s7}
|
Source7: %{src7}
|
||||||
Source8: %{s8}
|
Source8: %{src8}
|
||||||
Source9: %{s9}
|
Source9: %{src9}
|
||||||
%if %{with mysql}
|
%if %{with mysql}
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user