Explorar o código

Add Requires: libxslt if BUILD_XMLCONF is defined

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Angus Salkled <asalkeld@redhat.com>
Steven Dake %!s(int64=14) %!d(string=hai) anos
pai
achega
23b93ccb0f
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      corosync.spec.in

+ 3 - 0
corosync.spec.in

@@ -54,6 +54,9 @@ BuildRequires: dbus-devel
 %if %{with systemd}
 BuildRequires: systemd-units
 %endif
+%if %{with xmlconf}
+Requires: libxslt
+%endif
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)