Accepting request 1055806 from home:aplanas:branches:security

- Re-disable tests in PPC, PPC64 and S390X and reference issues about
  endianness unsafe API

OBS-URL: https://build.opensuse.org/request/show/1055806
OBS-URL: https://build.opensuse.org/package/show/security/tpm2.0-tools?expand=0&rev=99
This commit is contained in:
Alberto Planas 2023-01-04 13:31:42 +00:00 committed by Git OBS Bridge
parent 54066e63b9
commit ef37d363dc
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jan 4 12:56:09 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
- Re-disable tests in PPC, PPC64 and S390X and reference issues about
endianness unsafe API
-------------------------------------------------------------------
Thu Dec 8 12:51:17 UTC 2022 - Alberto Planas Dominguez <aplanas@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package tpm2.0-tools
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,16 @@
%define _lto_cflags %{nil}
%ifarch %{ix86} x86_64 aarch64 %{arm} ppc64le
%bcond_without test
%else
# ppc ppc64 s390x: some code (tpm2_command_header_from_bytes) depend
# on the endianness of the architecture:
# gh#tpm2-software/tpm2-tools#3055
# gh#tpm2-software/tpm2-tools#3060
# gh#tpm2-software/tpm2-tools#3061
%bcond_with test
%endif
Name: tpm2.0-tools
Version: 5.4
Release: 0