From fa96afe2ec6b0f94a5352503e03b69285724de7f Mon Sep 17 00:00:00 2001 From: ccrane <> Date: May 31 2025 17:49:48 +0000 Subject: Update snphost to version 0.6.0 / rev 5 via SR 1281534 https://build.opensuse.org/request/show/1281534 by user ccrane + dimstar_suse --- diff --git a/.files b/.files index 959b475..80a4876 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index d28c75c..05c9424 100644 --- a/.rev +++ b/.rev @@ -33,4 +33,20 @@ <comment></comment> <requestid>1200734</requestid> </revision> + <revision rev="4" vrev="2"> + <srcmd5>140545e2718b9e5cdb9eebc224f1e1b8</srcmd5> + <version>0.5.0</version> + <time>1728330543</time> + <user>anag+factory</user> + <comment></comment> + <requestid>1205592</requestid> + </revision> + <revision rev="5" vrev="1"> + <srcmd5>fc93684d5712c62e61f695c969124d99</srcmd5> + <version>0.6.0</version> + <time>1748711809</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>1281534</requestid> + </revision> </revisionlist> diff --git a/_service b/_service index f7a3ebe..a3ed63f 100644 --- a/_service +++ b/_service @@ -1,9 +1,9 @@ <services> <service mode="disabled" name="obs_scm"> - <param name="url">https://github.com/virtee/snphost.git</param> + <param name="url">https://gitlab.suse.de/virtualization/snphost.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> - <param name="revision">v0.5.0</param> + <param name="revision">v0.6.0</param> <param name="match-tag">*</param> <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param> <param name="versionrewrite-replacement">\1</param> diff --git a/_servicedata b/_servicedata index 09036e5..9f1330d 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/virtee/snphost.git</param> - <param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</param></service><service name="tar_scm"> + <param name="url">https://gitlab.suse.de/virtualization/snphost.git</param> + <param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service></servicedata> \ No newline at end of file diff --git a/snphost-0.5.0.obscpio b/snphost-0.5.0.obscpio deleted file mode 120000 index 35f7a76..0000000 --- a/snphost-0.5.0.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihrtc5p52hk5qalzpf24jm3wwi6g5s2mtkdmksva4czm7eutulovu \ No newline at end of file diff --git a/snphost-0.5.0.tar.gz b/snphost-0.5.0.tar.gz deleted file mode 120000 index 5d30351..0000000 --- a/snphost-0.5.0.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreibb6vqnjvuysdhjko3gkcpb5xtbiotvcspmvcjvnq6xdsnb472qsm \ No newline at end of file diff --git a/snphost-0.6.0.obscpio b/snphost-0.6.0.obscpio new file mode 120000 index 0000000..d56f12e --- /dev/null +++ b/snphost-0.6.0.obscpio @@ -0,0 +1 @@ +/ipfs/bafkreihlax2hzqay6jixrsjnof4t36vatkrcfdlykf7yil5gpvpgkx66se \ No newline at end of file diff --git a/snphost-0.6.0.tar.gz b/snphost-0.6.0.tar.gz new file mode 120000 index 0000000..991f22f --- /dev/null +++ b/snphost-0.6.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreifp7ibdlnnlpc7pxn4il37vzqst5uwb4rakcjehzaisd47jxe7vcy \ No newline at end of file diff --git a/snphost.changes b/snphost.changes index e9079fa..6a65ab3 100644 --- a/snphost.changes +++ b/snphost.changes @@ -1,4 +1,26 @@ ------------------------------------------------------------------- +Fri May 30 16:08:31 UTC 2025 - Caleb Crane (caleb.crane@suse.com) + +- Update to version 0.6.0: + * Update to 0.6.0 + * config: Add settable FMC for Turin generation processors + * Update sev library to 6.0.0 + * snphost: add a new option arg "url" to fetch vcek command + * deps/sev: Point to upstream git commit + * ok: Move SEV firmware version check + * ok: Modify various test messages + * ok: Move SNP platform tests + * ok: Add test for ALIAS_CHECK_COMPLETE + * ok: Update RMP_INIT check to account for other bitflags + +------------------------------------------------------------------- +Thu Oct 3 19:23:31 UTC 2024 - Caleb Crane <caleb.crane@suse.com> + +- Spec: Add direct dependency on cargo in addition to cargo-packaging. + This fixes build errors on 15SP7 where the inherited version of Rust + is too old + +------------------------------------------------------------------- Fri Sep 13 03:25:36 UTC 2024 - Caleb Crane (caleb.crane@suse.com) - Update to version 0.5.0: diff --git a/snphost.obsinfo b/snphost.obsinfo index df9dcf4..308bef3 100644 --- a/snphost.obsinfo +++ b/snphost.obsinfo @@ -1,4 +1,4 @@ name: snphost -version: 0.5.0 -mtime: 1725589995 -commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b +version: 0.6.0 +mtime: 1744299321 +commit: 545bdf882ec5a5f054e0b75d0b382040bd8efc39 diff --git a/snphost.spec b/snphost.spec index 474a655..2c0c0d8 100644 --- a/snphost.spec +++ b/snphost.spec @@ -1,7 +1,7 @@ # # spec file for package snphost # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (C) 2023 VirTEE # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: snphost -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: A Rust command-line tool for interacting with the AMD Secure Processor License: Apache-2.0 @@ -26,6 +26,7 @@ Group: Productivity/Security URL: https://github.com/virtee/snphost Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.gz +BuildRequires: cargo BuildRequires: cargo-packaging BuildRequires: openssl-devel BuildRequires: rubygem(asciidoctor) diff --git a/vendor.tar.gz b/vendor.tar.gz index df9df5e..7a72e93 120000 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1 +1 @@ -/ipfs/bafybeihfskigaivohebfxjescunqhurh35ytcttavjh2skmjcujlm24cca \ No newline at end of file +/ipfs/bafybeic7tji5ftjqprdhuorik5yvqrqelrgqp5fdy2ncmj2x227vd643sy \ No newline at end of file