Add missing conditional for gccgo subpackage

This commit is contained in:
Carl George 2019-06-19 15:51:02 -05:00
parent ba0b9b866a
commit 3d1cc42f40
1 changed files with 2 additions and 0 deletions

View File

@ -583,12 +583,14 @@ Requires: uwsgi-plugin-common = %{version}-%{release}, uwsgi-plugin-rack = %{ver
%description -n uwsgi-plugin-fiber
This package contains the fiber plugin for uWSGI
%if %{with go}
%package -n uwsgi-plugin-gccgo
Summary: uWSGI - Plugin for GoLang support
Requires: uwsgi-plugin-common = %{version}-%{release}
%description -n uwsgi-plugin-gccgo
This package contains the gccgo plugin for uWSGI
%endif
%package -n uwsgi-plugin-geoip
Summary: uWSGI - Plugin for GeoIP support