Generate perl requires/provides

This commit is contained in:
Xavier Bachelot 2018-12-03 12:19:37 +01:00
parent 7da03780fa
commit c5bb712475

View File

@ -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 <xavier@bachelot.org> - 2.6.0-9
- Generate perl requires/provides.
* Tue Jul 17 2018 <jdennis@redhat.com> - 2.6.0-8
- more py2/py3 build dependencies fixes