forked from pool/snphost
Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
e4706e3bf8 | |||
113fdf1dc2 | |||
472caa39ac | |||
abe207ea3a | |||
fe8134dc96 | |||
caa54d6222 | |||
0c88044460 | |||
46c81a3371 | |||
ec8640cee9 | |||
76931b83f4 | |||
dfc196ea41 | |||
380612cffb | |||
27f7b017f0 | |||
e25137875b |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</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="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@@ -1,4 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/virtee/snphost.git</param>
|
<param name="url">https://github.com/virtee/snphost.git</param>
|
||||||
<param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</param></service></servicedata>
|
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service><service name="tar_scm">
|
||||||
|
<param name="url">https://gitlab.suse.de/virtualization/snphost.git</param>
|
||||||
|
<param name="changesrevision">545bdf882ec5a5f054e0b75d0b382040bd8efc39</param></service></servicedata>
|
@@ -1,5 +0,0 @@
|
|||||||
[source.crates-io]
|
|
||||||
replace-with = "vendored-sources"
|
|
||||||
|
|
||||||
[source.vendored-sources]
|
|
||||||
directory = "vendor"
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ea78cb36c063260847923e72248b0ad8a3dbd7a4a0af35f4d9e77e78d0969c23
|
|
||||||
size 68107
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e53f61121a4c7a9c224d57ea09cbed4061ecde4034f7db58871ac4ca1a490431
|
|
||||||
size 17161
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f198bafee8eaec00bcbcbae259bb591e3765a64d4362a550705967c949d16ead
|
|
||||||
size 109579
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:21f560d4d69890ce953b66509e1ede6143a75149eca89356c3d71c9a1e7f5093
|
|
||||||
size 27240
|
|
BIN
snphost-0.6.0.obscpio
(Stored with Git LFS)
Normal file
BIN
snphost-0.6.0.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
snphost-0.6.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
snphost-0.6.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
||||||
|
* Updating dependencies and fixing fetch CA bug for turin
|
||||||
|
* CI: Patching lint rust version
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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)
|
Fri Sep 13 03:25:36 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: snphost
|
name: snphost
|
||||||
version: 0.5.0
|
version: 0.6.0
|
||||||
mtime: 1725589995
|
mtime: 1744299321
|
||||||
commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b
|
commit: 545bdf882ec5a5f054e0b75d0b382040bd8efc39
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package snphost
|
# spec file for package snphost
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (C) 2023 VirTEE
|
# Copyright (C) 2023 VirTEE
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: snphost
|
Name: snphost
|
||||||
Version: 0.5.0
|
Version: 0.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
|
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -26,6 +26,7 @@ Group: Productivity/Security
|
|||||||
URL: https://github.com/virtee/snphost
|
URL: https://github.com/virtee/snphost
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
Source1: vendor.tar.gz
|
Source1: vendor.tar.gz
|
||||||
|
BuildRequires: cargo
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: rubygem(asciidoctor)
|
BuildRequires: rubygem(asciidoctor)
|
||||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user