Blame SPECS/lasso.spec

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