Blame SPECS/lasso.spec

0719f5
%global with_java 0
0719f5
%global with_php 0
0719f5
%global with_perl 1
0719f5
# The Lasso build system requires python, especially the binding generators
0719f5
%global with_python 1
0719f5
%global with_python2 0
0719f5
%global with_python3 0
0719f5
%global with_wsf 0
0719f5
%global obsolete_old_lang_subpackages 0
0719f5
0719f5
%if %{with_php}
0719f5
%if "%{php_version}" < "5.6"
0719f5
%global ini_name     %{name}.ini
0719f5
%else
0719f5
%global ini_name     40-%{name}.ini
0719f5
%endif
0719f5
%endif
0719f5
0719f5
%if (0%{?fedora} > 0 && 0%{?fedora} <= 29) || (0%{?rhel} > 0 && 0%{?rhel} <= 7)
0719f5
  %global obsolete_old_lang_subpackages 1
0719f5
%endif
0719f5
0719f5
%if %{with_python}
0719f5
  %if (0%{?fedora} > 0 && 0%{?fedora} < 32) || (0%{?rhel} > 0 && 0%{?rhel} <= 7)
0719f5
    %global with_python2 1
0719f5
  %endif
0719f5
0719f5
  %if 0%{?fedora} || 0%{?rhel} >= 8
0719f5
    %global with_python3 1
0719f5
  %endif
0719f5
%endif
0719f5
0719f5
%global configure_args %{nil}
0719f5
%global configure_args %{configure_args}  --with-default-sign-algo=rsa-sha256 --with-min-hash-algo=sha256
0719f5
0719f5
%if !%{with_java}
0719f5
  %global configure_args %{configure_args} --disable-java
0719f5
%endif
0719f5
0719f5
%if !%{with_perl}
0719f5
  %global configure_args %{configure_args} --disable-perl
0719f5
%endif
0719f5
0719f5
%if %{with_php}
0719f5
  %global configure_args %{configure_args} --enable-php5=yes --with-php5-config-dir=%{php_inidir}
0719f5
%else
0719f5
  %global configure_args %{configure_args} --enable-php5=no
0719f5
%endif
0719f5
0719f5
%if %{with_wsf}
0719f5
  %global configure_args %{configure_args} --enable-wsf --with-sasl2=%{_prefix}/sasl2
0719f5
%endif
0719f5
0719f5
%if !%{with_python}
0719f5
  %global configure_args %{configure_args} --disable-python
0719f5
%endif
0719f5
0719f5
0719f5
Summary: Liberty Alliance Single Sign On
0719f5
Name: lasso
0719f5
Version: 2.7.0
684610
Release: 11%{?dist}
0719f5
License: GPLv2+
0719f5
URL: http://lasso.entrouvert.org/
0719f5
Source: http://dev.entrouvert.org/lasso/lasso-%{version}.tar.gz
0719f5
0719f5
BuildRequires: autoconf
0719f5
BuildRequires: automake
0719f5
BuildRequires: check-devel
0719f5
BuildRequires: glib2-devel
0719f5
BuildRequires: gtk-doc
0719f5
BuildRequires: libtool
0719f5
BuildRequires: libtool-ltdl-devel
0719f5
BuildRequires: libxml2-devel
0719f5
BuildRequires: openssl-devel
0719f5
BuildRequires: swig
0719f5
BuildRequires: xmlsec1-devel
0719f5
BuildRequires: xmlsec1-openssl-devel
0719f5
BuildRequires: zlib-devel
0719f5
%if %{with_wsf}
0719f5
BuildRequires: cyrus-sasl-devel
0719f5
%endif
0719f5
0719f5
Requires: xmlsec1
0719f5
0719f5
# lasso upstream no longer supports java bindings
0719f5
# see https://dev.entrouvert.org/issues/45876#change-289747
0719f5
# and https://dev.entrouvert.org/issues/51418
0719f5
Obsoletes: java-lasso < %{version}-%{release}
0719f5
0719f5
Patch0001: 0001-Fix-lasso_query_sign-HMAC-other-than-SHA1-54037.patch
0719f5
Patch0002: 0002-tests-Move-test08_lasso_key-and-test07_saml2_query_v.patch
0719f5
Patch0003: 0003-Make-the-default-signature-method-and-the-minimal-ha.patch
0719f5
Patch0004: 0004-Mass-replace-LASSO_SIGNATURE_METHOD_RSA_SHA1-with-la.patch
0719f5
Patch0005: 0005-Check-if-the-signature-method-is-allowed-in-addition.patch
0719f5
Patch0006: 0006-python-Skip-the-DSA-key-test-unless-SHA-1-is-configu.patch
0719f5
Patch0007: 0007-test13_test_lasso_server_load_metadata-Don-t-verify-.patch
0719f5
Patch0008: autogen.noconfig
0719f5
Patch0009: 0009-lasso_saml20_login_process_response_status_and_asser.patch
0719f5
0719f5
%description
0719f5
Lasso is a library that implements the Liberty Alliance Single Sign On
0719f5
standards, including the SAML and SAML2 specifications. It allows to handle
0719f5
the whole life-cycle of SAML based Federations, and provides bindings
0719f5
for multiple languages.
0719f5
0719f5
%package devel
0719f5
Summary: Lasso development headers and documentation
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
0719f5
%description devel
0719f5
This package contains the header files, static libraries and development
0719f5
documentation for Lasso.
0719f5
0719f5
%if %{with_perl}
0719f5
%package -n perl-%{name}
0719f5
Summary: Liberty Alliance Single Sign On (lasso) Perl bindings
0719f5
BuildRequires: perl-devel
0719f5
BuildRequires: perl-generators
0719f5
BuildRequires: perl(Error)
0719f5
BuildRequires: perl(ExtUtils::MakeMaker)
0719f5
BuildRequires: perl(strict)
0719f5
BuildRequires: perl(Test::More)
0719f5
BuildRequires: perl(warnings)
0719f5
BuildRequires: perl(XSLoader)
0719f5
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
0719f5
%description -n perl-%{name}
0719f5
Perl language bindings for the lasso (Liberty Alliance Single Sign On) library.
0719f5
%endif
0719f5
0719f5
%if %{with_java}
0719f5
%package -n java-%{name}
0719f5
Summary: Liberty Alliance Single Sign On (lasso) Java bindings
0719f5
Buildrequires: java-1.8.0-openjdk-devel
0719f5
BuildRequires: jpackage-utils
0719f5
Requires: java-headless
0719f5
Requires: jpackage-utils
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
%if %{obsolete_old_lang_subpackages}
0719f5
Provides: %{name}-java = %{version}-%{release}
0719f5
Provides: %{name}-java%{?_isa} = %{version}-%{release}
0719f5
Obsoletes: %{name}-java < %{version}-%{release}
0719f5
%endif
0719f5
0719f5
%description -n java-%{name}
0719f5
Java language bindings for the lasso (Liberty Alliance Single Sign On) library.
0719f5
%endif
0719f5
0719f5
%if %{with_php}
0719f5
%package -n php-%{name}
0719f5
Summary: Liberty Alliance Single Sign On (lasso) PHP bindings
0719f5
BuildRequires: expat-devel
0719f5
BuildRequires: php-devel
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
Requires: php(zend-abi) = %{php_zend_api}
0719f5
Requires: php(api) = %{php_core_api}
0719f5
0719f5
%description -n php-%{name}
0719f5
PHP language bindings for the lasso (Liberty Alliance Single Sign On) library.
0719f5
0719f5
%endif
0719f5
0719f5
%if %{with_python2}
0719f5
%package -n python2-%{name}
0719f5
%{?python_provide:%python_provide python2-%{name}}
0719f5
Summary: Liberty Alliance Single Sign On (lasso) Python bindings
0719f5
BuildRequires: python2
0719f5
BuildRequires: python2-devel
0719f5
%if 0%{?rhel} && 0%{?rhel} <= 7
0719f5
BuildRequires: python-lxml
0719f5
%else
0719f5
BuildRequires: python2-lxml
0719f5
%endif
0719f5
BuildRequires: python2-six
0719f5
Requires: python2
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
%if %{obsolete_old_lang_subpackages}
0719f5
Provides: %{name}-python = %{version}-%{release}
0719f5
Provides: %{name}-python%{?_isa} = %{version}-%{release}
0719f5
Obsoletes: %{name}-python < %{version}-%{release}
0719f5
%endif
0719f5
0719f5
%description -n python2-%{name}
0719f5
Python language bindings for the lasso (Liberty Alliance Single Sign On)
0719f5
library.
0719f5
%endif
0719f5
0719f5
%if %{with_python3}
0719f5
%package -n python3-%{name}
0719f5
%{?python_provide:%python_provide python3-%{name}}
0719f5
Summary: Liberty Alliance Single Sign On (lasso) Python bindings
0719f5
BuildRequires: python3
0719f5
BuildRequires: python3-devel
0719f5
BuildRequires: python3-lxml
0719f5
BuildRequires: python3-six
0719f5
BuildRequires: make
0719f5
Requires: python3
0719f5
Requires: %{name}%{?_isa} = %{version}-%{release}
0719f5
0719f5
%description -n python3-%{name}
0719f5
Python language bindings for the lasso (Liberty Alliance Single Sign On)
0719f5
library.
0719f5
%endif
0719f5
0719f5
%prep
0719f5
%autosetup -p1
0719f5
0719f5
# Remove any python script shebang lines (unless they refer to python3)
0719f5
sed -i -E -e '/^#![[:blank:]]*(\/usr\/bin\/env[[:blank:]]+python[^3]?\>)|(\/usr\/bin\/python[^3]?\>)/d' \
0719f5
  `grep -r -l -E '^#![[:blank:]]*(/usr/bin/python[^3]?)|(/usr/bin/env[[:blank:]]+python[^3]?)' *`
0719f5
0719f5
%build
0719f5
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk
0719f5
./autogen.sh
0719f5
%if 0%{?with_python2}
0719f5
  %configure %{configure_args} --with-python=%{__python2}
0719f5
  pushd lasso
0719f5
  make %{?_smp_mflags} CFLAGS="%{optflags}"
0719f5
  popd
0719f5
  pushd bindings/python
0719f5
  make %{?_smp_mflags} CFLAGS="%{optflags}"
0719f5
  make check CK_TIMEOUT_MULTIPLIER=5
0719f5
  mkdir py2
0719f5
  mv lasso.py .libs/_lasso.so py2
0719f5
  popd
0719f5
  make clean
0719f5
%endif
0719f5
0719f5
%if 0%{?with_python3}
0719f5
  %configure %{configure_args} --with-python=%{__python3}
0719f5
%else
0719f5
  %configure %{configure_args}
0719f5
%endif
0719f5
%make_build CFLAGS="%{optflags}"
0719f5
0719f5
%check
684610
make check CK_TIMEOUT_MULTIPLIER=20 VERBOSE=yes
0719f5
0719f5
%install
0719f5
#install -m 755 -d %{buildroot}%{_datadir}/gtk-doc/html
0719f5
0719f5
make install exec_prefix=%{_prefix} DESTDIR=%{buildroot}
0719f5
find %{buildroot} -type f -name '*.la' -exec rm -f {} \;
0719f5
find %{buildroot} -type f -name '*.a' -exec rm -f {} \;
0719f5
0719f5
%if 0%{?with_python2}
0719f5
  # Install Python 2 files saved from first build
0719f5
  install -d -m 0755 %{buildroot}/%{python2_sitearch}
0719f5
  install -m 0644 bindings/python/py2/lasso.py %{buildroot}/%{python2_sitearch}
0719f5
  install -m 0755 bindings/python/py2/_lasso.so %{buildroot}/%{python2_sitearch}
0719f5
%endif
0719f5
0719f5
# Perl subpackage
0719f5
%if %{with_perl}
0719f5
find %{buildroot} \( -name perllocal.pod -o -name .packlist \) -exec rm -v {} \;
0719f5
0719f5
find %{buildroot}/usr/lib*/perl5 -type f -print |
0719f5
        sed "s@^%{buildroot}@@g" > %{name}-perl-filelist
0719f5
if [ "$(cat %{name}-perl-filelist)X" = "X" ] ; then
0719f5
    echo "ERROR: EMPTY FILE LIST"
0719f5
    exit -1
0719f5
fi
0719f5
%endif
0719f5
0719f5
# PHP subpackage
0719f5
%if %{with_php}
0719f5
install -m 755 -d %{buildroot}%{_datadir}/php/%{name}
0719f5
mv %{buildroot}%{_datadir}/php/lasso.php %{buildroot}%{_datadir}/php/%{name}
0719f5
0719f5
# rename the PHP config file when needed (PHP 5.6+)
0719f5
if [ "%{name}.ini" != "%{ini_name}" ]; then
0719f5
  mv %{buildroot}%{php_inidir}/%{name}.ini \
0719f5
     %{buildroot}%{php_inidir}/%{ini_name}
0719f5
fi
0719f5
%endif
0719f5
0719f5
# Remove bogus doc files
0719f5
rm -fr %{buildroot}%{_defaultdocdir}/%{name}
0719f5
0719f5
%ldconfig_scriptlets
0719f5
0719f5
%files
0719f5
%{_libdir}/liblasso.so.3*
0719f5
%doc AUTHORS NEWS README
0719f5
%license COPYING
0719f5
0719f5
%files devel
0719f5
%{_libdir}/liblasso.so
0719f5
%{_libdir}/pkgconfig/lasso.pc
0719f5
%{_includedir}/%{name}
0719f5
0719f5
%if %{with_perl}
0719f5
%files -n perl-%{name} -f %{name}-perl-filelist
0719f5
%endif
0719f5
0719f5
%if %{with_java}
0719f5
%files -n java-%{name}
0719f5
%{_libdir}/java/libjnilasso.so
0719f5
%{_javadir}/lasso.jar
0719f5
%endif
0719f5
0719f5
%if %{with_php}
0719f5
%files -n php-%{name}
0719f5
%{php_extdir}/lasso.so
0719f5
%config(noreplace) %{php_inidir}/%{ini_name}
0719f5
%dir %{_datadir}/php/%{name}
0719f5
%{_datadir}/php/%{name}/lasso.php
0719f5
%endif
0719f5
0719f5
%if %{with_python2}
0719f5
%files -n python2-%{name}
0719f5
%{python2_sitearch}/lasso.py*
0719f5
%{python2_sitearch}/_lasso.so
0719f5
%endif
0719f5
0719f5
%if %{with_python3}
0719f5
%files -n python3-%{name}
0719f5
%{python3_sitearch}/lasso.py*
0719f5
%{python3_sitearch}/_lasso.so
0719f5
%{python3_sitearch}/__pycache__/*
0719f5
%endif
0719f5
0719f5
%changelog
684610
* Wed Nov 9 2022 Tomas Halman <thalman@redhat.com> - 2.7.0-11
684610
- Fixing changelog chronological order
684610
- Related: rhbz#2117590 - release python3-lasso pkg
684610
684610
* Wed Nov 9 2022 Tomas Halman <thalman@redhat.com> - 2.7.0-10
684610
- Publishing python binding package
684610
- Resolves: rhbz#2117590 - release python3-lasso pkg
684610
684610
* Mon Aug 16 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-9
684610
- Bump the test timeout again
684610
- Related: rhbz#1984822 - lasso: FTBFS in test suite due to short test
684610
                           timeout (potentially OpenSSL-related)
684610
684610
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.0-8
0719f5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0719f5
  Related: rhbz#1991688
0719f5
684610
* Thu Jul 29 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-6
684610
- Resolves: rhbz#1984822 - lasso: FTBFS in test suite due to short test
684610
                           timeout (potentially OpenSSL-related)
684610
0719f5
* Mon Jun 28 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-7
0719f5
- Fix dead code issue
0719f5
- Resolves: rhbz#1966606: CVE-2021-28091 lasso: XML signature wrapping
0719f5
                          vulnerability when parsing SAML responses
0719f5
0719f5
* Mon Jun 28 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-5
0719f5
- Don't run configure twice
0719f5
- Resolves: rhbz#1935987 - lasso implements and/or uses the deprecated
0719f5
                           SHA-1 algorithm by default
0719f5
0719f5
* Thu Jun 24 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-4
0719f5
- Resolves: rhbz#1935987 - lasso implements and/or uses the deprecated
0719f5
                           SHA-1 algorithm by default
0719f5
0719f5
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.7.0-3
0719f5
- Rebuilt for RHEL 9 BETA for openssl 3.0
0719f5
  Related: rhbz#1971065
0719f5
0719f5
* Fri Jun  4 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-2
0719f5
- Rebuild with openssl3, presumably in a buildroot with xmlsec1
0719f5
  linked against openssl3
0719f5
- Resolves: rhbz#1962052 - lasso: Port to OpenSSL 3.0
0719f5
0719f5
* Wed Jun  2 2021 Jakub Hrozek <jhrozek@redhat.com> - 2.7.0-1
0719f5
- Lasso 2.7.0
0719f5
- Resolves: rhbz#1966606: CVE-2021-28091 lasso: XML signature wrapping
0719f5
                          vulnerability when parsing SAML responses
0719f5
- Remove java bindings
0719f5
0719f5
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.6.1-9
0719f5
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0719f5
0719f5
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-8
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0719f5
0719f5
* Thu Aug 13 2020 Jakub Hrozek <jhrozek@redhat.com> - 2.6.1-7
0719f5
- Temporarily build with OpenJDK 8
0719f5
- upstream ticket for OpenJDK11 support: https://dev.entrouvert.org/issues/45876
0719f5
0719f5
* Fri Aug 07 2020 Jeff Law <law@redhat.com> - 2.6.1-6
0719f5
- Revert last change.  I lost the patchfile and I can't reproduce the gcc-11
0719f5
  problem which almost certainly prompted it
0719f5
0719f5
* Fri Aug 07 2020 Jeff Law <law@redhat.com> - 2.6.1-5
0719f5
- Fix format string problem
0719f5
0719f5
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-4
0719f5
- Second attempt - Rebuilt for
0719f5
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0719f5
0719f5
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-3
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0719f5
0719f5
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.6.1-2
0719f5
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
0719f5
0719f5
* Fri Jul 03 2020 Xavier Bachelot <xavier@bachelot.org> - 2.6.1-1
0719f5
- Update to 2.6.1
0719f5
0719f5
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.0-23
0719f5
- Perl 5.32 rebuild
0719f5
0719f5
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 2.6.0-22
0719f5
- Rebuilt for Python 3.9
0719f5
0719f5
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-21
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0719f5
0719f5
* Fri Jan 17 2020 Jakub Hrozek <jhrozek@redhat.com>
0719f5
- Resolves: #1778645 - lasso-2.6.0-19.fc32 FTBFS:
0719f5
                       non_regression_tests.c:240:51: error: initializer
0719f5
                       element is not constant
0719f5
0719f5
* Mon Sep  2 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-19
0719f5
- Resolves: #1730010 - lasso includes "Destination" attribute in SAML
0719f5
                       AuthnRequest populated with SP
0719f5
                       AssertionConsumerServiceURL when ECP workflow
0719f5
                       is used which leads to IdP-side errors
0719f5
0719f5
* Sun Sep  1 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-18
0719f5
- Let tests run longer
0719f5
- Resolves: #1743888 - lasso unit tests time out on slower arches (e.g. arm)
0719f5
0719f5
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.6.0-17
0719f5
- Rebuilt for Python 3.8
0719f5
0719f5
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-16
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0719f5
0719f5
* Mon Jun 17 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-15
0719f5
- Use the upstream patch that uses a self-signed cert in tests
0719f5
- Related: #1705700 - lasso FTBFS because an expired certificate is
0719f5
                      used in the tests
0719f5
- Resolves: #1634266 - ECP signature check fails with
0719f5
                       LASSO_DS_ERROR_SIGNATURE_NOT_FOUND when assertion
0719f5
                       signed instead of response
0719f5
0719f5
* Tue Jun 04 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.0-14
0719f5
- Perl 5.30 re-rebuild updated packages
0719f5
0719f5
* Mon Jun  3 2019 Jakub Hrozek <jhrozek@redhat.com> - 2.6.0-13
0719f5
- Don't use the expired certificate the tarball provides for tests
0719f5
- Resolves: #1705700 - lasso FTBFS because an expired certificate is
0719f5
            used in the tests
0719f5
0719f5
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.0-12
0719f5
- Perl 5.30 rebuild
0719f5
0719f5
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-11
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0719f5
0719f5
* Tue Dec 04 2018 Xavier Bachelot <xavier@bachelot.org> - 2.6.0-10
0719f5
- Specfile clean up:
0719f5
  - Consolidate BuildRequires
0719f5
  - Remove Group: tags
0719f5
  - Uppercase and move Url: tag
0719f5
  - Use %%license for COPYING
0719f5
  - Use %%make_build
0719f5
  - Use %%autosetup
0719f5
  - Don't glob soname to prevent unintentionnal soname bump
0719f5
  - Use %%ldconfig_scriptlets
0719f5
  - Specify all perl dependencies in BR:s
0719f5
  - Drop useless %%attr in php-lasso sub-package
0719f5
0719f5
* Mon Dec 03 2018 Xavier Bachelot <xavier@bachelot.org> - 2.6.0-9
0719f5
- Generate perl requires/provides.
0719f5
0719f5
* Tue Jul 17 2018  <jdennis@redhat.com> - 2.6.0-8
0719f5
- more py2/py3 build dependencies fixes
0719f5
0719f5
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.0-7
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0719f5
0719f5
* Sat Jul  7 2018  <jdennis@redhat.com> - 2.6.0-6
0719f5
- Modify configure to search for versioned python
0719f5
- Resolves: rhbz#1598047
0719f5
0719f5
* Wed Jul 04 2018 Petr Pisar <ppisar@redhat.com> - 2.6.0-5
0719f5
- Perl 5.28 rebuild
0719f5
0719f5
* Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 2.6.0-4
0719f5
- Rebuilt for Python 3.7
0719f5
0719f5
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.6.0-3
0719f5
- Perl 5.28 rebuild
0719f5
0719f5
* Wed Jun 27 2018  <jdennis@redhat.com> - 2.6.0-2
0719f5
- fix language bindings package names to comply with guidelines,
0719f5
  instead of %%{name}-lang use lang-%%{name}
0719f5
- fix conditional logic used to build on rhel
0719f5
0719f5
* Tue Jun 26 2018  <jdennis@redhat.com> - 2.6.0-1
0719f5
- Upgrade to latest upstream
0719f5
- Build using Python3, add python3 subpackage
0719f5
- Resolves: rhbz#1592416 Enable perl subpackage
0719f5
0719f5
* Wed May  2 2018 John Dennis <jdennis@redhat.com> - 2.5.1-13
0719f5
- add xmlsec1 version dependency
0719f5
0719f5
* Tue May  1 2018 John Dennis <jdennis@redhat.com> - 2.5.1-12
0719f5
- Resolves: rhbz#1542126, rhbz#1556016
0719f5
- xmlsec removed SOAP support, reimplement missing xmlSecSoap* in Lasso
0719f5
0719f5
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-11
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0719f5
0719f5
* Fri Jan 05 2018 Iryna Shcherbina <ishcherb@redhat.com> - 2.5.1-10
0719f5
- Update Python 2 dependency declarations to new packaging standards
0719f5
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
0719f5
0719f5
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.5.1-9
0719f5
- Add Provides for the old name without %%_isa
0719f5
0719f5
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.5.1-8
0719f5
- Python 2 binary package renamed to python2-lasso
0719f5
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
0719f5
0719f5
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-7
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0719f5
0719f5
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0719f5
0719f5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-5
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0719f5
0719f5
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-4
0719f5
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
0719f5
0719f5
* Thu Jun 30 2016 John Dennis <jdennis@redhat.com> - 2.5.1-3
0719f5
- disbable PHP binding because PHP-7 is now the default and lasso
0719f5
  only knows how to build with PHP-5
0719f5
0719f5
* Wed Jun 15 2016 John Dennis <jdennis@redhat.com> - 2.5.1-2
0719f5
- fix CFLAGS override in configure
0719f5
0719f5
* Mon Feb 22 2016 John Dennis <jdennis@redhat.com> - 2.5.1-1
0719f5
- Upgrade to upstream 2.5.1 release
0719f5
  See Changelog for details, mostly bugs fixes,
0719f5
  most signficant is proper support of SHA-2
0719f5
  Resolves: #1295472
0719f5
  Resolves: #1303573
0719f5
- Add java_binding_lasso_log.patch to fix "make check" failure during rpmbuild
0719f5
  upstream commit d8e3ae8
0719f5
0719f5
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.0-2
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0719f5
0719f5
* Mon Sep 14 2015 John Dennis <jdennis@redhat.com> - 2.5.0-1
0719f5
- Upgrade to new upstream 2.5.0 release
0719f5
  Includes ECP support
0719f5
0719f5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.1-4
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0719f5
0719f5
* Mon Mar 23 2015 Rob Crittenden <rcritten@redhat.com> - 2.4.1-3
0719f5
- Add BuildRequires on libtool
0719f5
- Add -fPIC to LDFLAGS
0719f5
- Disable perl bindings, it fails to build on x86.
0719f5
0719f5
* Fri Jan 23 2015 Simo Sorce <simo@redhat.com> - 2.4.1-2
0719f5
- Enable perl bindings
0719f5
- Also add support for building with automake 1.15
0719f5
- Fix build issues on rawhide due to missing build dep on perl(Error)
0719f5
0719f5
* Thu Aug 28 2014 Simo Sorce <simo@redhat.com> - 2.4.1-1
0719f5
- New upstream relase 2.4.1
0719f5
- Drop patches as they have all been integrated upstream
0719f5
0719f5
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-5
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0719f5
0719f5
* Fri Jun 20 2014 Remi Collet <rcollet@redhat.com> - 2.4.0-4
0719f5
- rebuild for https://fedoraproject.org/wiki/Changes/Php56
0719f5
- add numerical prefix to extension configuration file
0719f5
- drop unneeded dependency on pecl
0719f5
- add provides php-lasso
0719f5
0719f5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-3
0719f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0719f5
0719f5
* Fri Apr 25 2014 Simo Sorce <simo@redhat.com> - 2.4.0-2
0719f5
- Fixes for arches where pointers and integers do not have the same size
0719f5
  (ppc64, s390, etc..)
0719f5
0719f5
* Mon Apr 14 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.0-1
0719f5
- Use OpenJDK instead of GCJ for java bindings
0719f5
0719f5
* Sat Jan 11 2014 Simo Sorce <simo@redhat.com> 2.4.0-0
0719f5
- Update to final 2.4.0 version
0719f5
- Drop all patches, they are now included in 2.4.0
0719f5
- Change Source URI
0719f5
0719f5
* Mon Dec  9 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.5
0719f5
- Add patches to fix rpmlint license issues
0719f5
- Add upstream patches to fix some build issues
0719f5
0719f5
* Thu Dec  5 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.4
0719f5
- Add patch to support automake-1.14 for rawhide
0719f5
0719f5
* Mon Nov 25 2013 Simo Sorce <simo@redhat.com> 2.3.6-0.20131125.3
0719f5
- Initial packaging
0719f5
- Based on the spec file by Jean-Marc Liger <jmliger@siris.sorbonne.fr>
0719f5
- Code is updated to latest master via a jumbo patch while waiting for
0719f5
  official upstream release.
0719f5
- Jumbo patch includes also additional patches sent to upstream list)
0719f5
  to build on Fedora 20
0719f5
- Perl bindings are disabled as they fail to build
0719f5
- Disable doc building as it doesn't ork correctly for now