forked from pool/xmlsec1
Accepting request 873126 from home:pmonrealgonzalez:branches:LibreOffice:Factory
- Relax the crypto policies for the test-suite. This allows the tests using certificates with small key lengths to pass. OBS-URL: https://build.opensuse.org/request/show/873126 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/xmlsec1?expand=0&rev=32
This commit is contained in:
parent
91c7de0269
commit
5810b6961a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 17 12:17:06 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- Relax the crypto policies for the test-suite. This allows the
|
||||||
|
tests using certificates with small key lengths to pass.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 09:16:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
Thu Dec 17 09:16:49 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package xmlsec1
|
# spec file for package xmlsec1
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Release: 0
|
|||||||
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
Summary: Library providing support for "XML Signature" and "XML Encryption" standards
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://www.aleksey.com/xmlsec/
|
URL: https://www.aleksey.com/xmlsec/
|
||||||
Source0: http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
Source0: https://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
|
||||||
Source99: xmlsec1-rpmlintrc
|
Source99: xmlsec1-rpmlintrc
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -156,6 +156,8 @@ mv %{buildroot}%{_datadir}/doc/xmlsec1/* __tmp_doc
|
|||||||
rmdir %{buildroot}%{_datadir}/doc/xmlsec1
|
rmdir %{buildroot}%{_datadir}/doc/xmlsec1
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# Relax the crypto policies for the test-suite
|
||||||
|
export GNUTLS_SYSTEM_PRIORITY_FILE=/dev/null
|
||||||
%make_build -j1 check check-keys check-dsig check-enc
|
%make_build -j1 check check-keys check-dsig check-enc
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user