diff --git a/lasso.spec b/lasso.spec index 1640999..6831692 100644 --- a/lasso.spec +++ b/lasso.spec @@ -58,7 +58,7 @@ Summary: Liberty Alliance Single Sign On Name: lasso Version: 2.6.0 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: System Environment/Libraries Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz @@ -70,6 +70,10 @@ Patch4: versioned-python-configure.patch BuildRequires: libtool autoconf automake +%if %{with_perl} +BuildRequires: perl-generators +%endif + # The Lasso build system requires python, especially the binding generators %if %{with_python2} BuildRequires: python2 @@ -316,6 +320,9 @@ rm -fr %{buildroot}%{_defaultdocdir}/%{name} %endif %changelog +* Mon Dec 03 2018 Xavier Bachelot - 2.6.0-9 +- Generate perl requires/provides. + * Tue Jul 17 2018 - 2.6.0-8 - more py2/py3 build dependencies fixes