Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sev-tool for openSUSE:Factory checked in at 2023-02-07 18:48:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sev-tool (Old) and /work/SRC/openSUSE:Factory/.sev-tool.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sev-tool" Tue Feb 7 18:48:49 2023 rev:4 rq:1063454 version:0.17 Changes: -------- --- /work/SRC/openSUSE:Factory/sev-tool/sev-tool.changes 2019-12-23 22:40:02.313887849 +0100 +++ /work/SRC/openSUSE:Factory/.sev-tool.new.4462/sev-tool.changes 2023-02-07 18:48:58.815097866 +0100 @@ -1,0 +2,5 @@ +Mon Feb 6 16:13:12 UTC 2023 - Marcus Meissner <[email protected]> + +- select openssl 1.1.1 explicit, software not yet ported. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sev-tool.spec ++++++ --- /var/tmp/diff_new_pack.8FOyOw/_old 2023-02-07 18:48:59.247100189 +0100 +++ /var/tmp/diff_new_pack.8FOyOw/_new 2023-02-07 18:48:59.255100232 +0100 @@ -1,7 +1,7 @@ # # spec file for package sev-tool # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,23 +22,24 @@ Summary: A tool for interacting with AMD SEV License: Apache-2.0 Group: Productivity/Security -Url: https://github.com/AMDESE/sev-tool +URL: https://github.com/AMDESE/sev-tool Source: %{name}_%{version}.orig.tar.gz -BuildRequires: gcc -BuildRequires: gcc-c++ BuildRequires: autoconf BuildRequires: automake +BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: libuuid-devel %if 0%{?fedora_version} >= 29 || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600 BuildRequires: openssl-devel %else -BuildRequires: libopenssl-devel +BuildRequires: libopenssl-1_1-devel %endif BuildRequires: libvirt-devel BuildRequires: make BuildRequires: openssl >= 1.1.0 + %description A tool for provisioning SEV encrypted virtual guests, executing hardware tests, and running host machine introspection.
