Sync from SUSE:SLFO:Main snpguest revision ac753a802184adfa554c1713897d44de
This commit is contained in:
parent
6227e61600
commit
e4c134dc1a
7
_service
7
_service
@ -1,9 +1,9 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<param name="url">https://github.com/virtee/snpguest.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.3.2</param>
|
||||
<param name="revision">v0.7.1</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@ -21,7 +21,4 @@
|
||||
<param name="compression">gz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">snpguest</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/virtee/snpguest.git</param>
|
||||
<param name="changesrevision">1bb2234f9fdd20431de6aa1805856bf145e62d37</param></service></servicedata>
|
||||
<param name="changesrevision">636e734d94a4643fe577d1f0cc707d4c64bd839e</param></service></servicedata>
|
@ -1,5 +0,0 @@
|
||||
[source.crates-io]
|
||||
replace-with = "vendored-sources"
|
||||
|
||||
[source.vendored-sources]
|
||||
directory = "vendor"
|
BIN
snpguest-0.3.2~0.obscpio
(Stored with Git LFS)
BIN
snpguest-0.3.2~0.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
snpguest-0.3.2~0.tar.gz
(Stored with Git LFS)
BIN
snpguest-0.3.2~0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
snpguest-0.7.1.obscpio
(Stored with Git LFS)
Normal file
BIN
snpguest-0.7.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
snpguest-0.7.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
snpguest-0.7.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,69 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 19:15:29 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 02:48:37 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||
|
||||
- Update to version 0.7.1:
|
||||
* Fixing clippy version bug
|
||||
* Fixing case sensitivity bug
|
||||
* Reflect 0.7.0 update in Cargo.lock
|
||||
* Update to 0.7.0
|
||||
* README: Clarify fetch ca documentation
|
||||
* Upgrade MSRV to 1.80
|
||||
* Upgrade MSRV to 1.74
|
||||
* Remove strict versioning on clap dependency
|
||||
* Update the README.md: fix the uncomplete description of the fetch ca command.
|
||||
* Added build dependencies for openSUSE (#64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 20:54:48 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||
|
||||
- Service: Remove deprecated cargo_config and cargo_audit services, both
|
||||
are now handled by the cargo_vendor service
|
||||
- Spec: Remove pre-release tag from version string
|
||||
- Fix build failure after update to Rust 1.80 (bsc#1228972)
|
||||
- Update to version 0.6.0:
|
||||
* bumping version
|
||||
* Adding preattestation functionality to snpguest (#63)
|
||||
* rust: Patching for latest rust update
|
||||
* Update to 0.5.1
|
||||
* Update to 0.5.0
|
||||
* fix: remove subcommand trait on ok command
|
||||
* clap-migration: Moving from StructOpt to Clap
|
||||
* Fix the context message for failing to open SEV firmware.
|
||||
* Adding SNPHOST workflows to SNPGUEST
|
||||
* Additional Features
|
||||
* Adding snpguest ok
|
||||
* vlek: Missing some logic during verify for vlek.
|
||||
* Bump mio from 0.8.10 to 0.8.11
|
||||
* URL: Fixing URL breakage
|
||||
* Fix typo in verify_attestation() function
|
||||
* Bumping required Rust version to 1.70
|
||||
* VLEK: Adding ASVK Support
|
||||
* hyperv: Missing closure for boolean state.
|
||||
* Fetch: Adding status check to HTTP response
|
||||
* VLEK: Adding VLEK support to tooling
|
||||
* fetch: Adding Siena and Bergamo support
|
||||
* Adding DCO and auto-assign
|
||||
* Update README.md
|
||||
* Dependencies: Updating Cargo.toml
|
||||
* Update Readme
|
||||
* CI test1- Create rust.yml
|
||||
* cert: Fixing minor bug with certificates
|
||||
* Updating README.md
|
||||
* Adding Extended and Regular Attestation Flowcharts
|
||||
* Fixing report request serialization
|
||||
* hyperv: Adding feature flag for hyperv
|
||||
* VCEK: Patching for x509 error
|
||||
* 9: Adding Cargo.lock for dependency tracking
|
||||
* 9: Adding Rust Minimum Version
|
||||
* Auto Assign: Adding yml files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 15:29:35 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: snpguest
|
||||
version: 0.3.2~0
|
||||
mtime: 1701713393
|
||||
commit: 1bb2234f9fdd20431de6aa1805856bf145e62d37
|
||||
version: 0.7.1
|
||||
mtime: 1726083690
|
||||
commit: 636e734d94a4643fe577d1f0cc707d4c64bd839e
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: snpguest
|
||||
Version: 0.3.2~0
|
||||
Version: 0.7.1
|
||||
Release: 0
|
||||
Summary: A Rust command-line tool for interacting with the AMD Secure Processor
|
||||
License: Apache-2.0
|
||||
@ -26,7 +26,7 @@ Group: Productivity/Security
|
||||
URL: https://github.com/virtee/snpguest
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Source2: cargo_config
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-packaging
|
||||
ExclusiveArch: x86_64
|
||||
|
||||
@ -37,7 +37,6 @@ snpguest is a command line utility for interacting with the AMD Secure Encrypted
|
||||
# The number passed to -a (a stands for "after") should be equivalent to the Source tag number
|
||||
# of the vendor tarball, 1 in this case (from Source1).
|
||||
%autosetup -a1
|
||||
install -D -m 644 %{SOURCE2} .cargo/config
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
BIN
vendor.tar.gz
(Stored with Git LFS)
BIN
vendor.tar.gz
(Stored with Git LFS)
Binary file not shown.
Loading…
Reference in New Issue
Block a user