forked from pool/snphost
Accepting request 1200734 from Virtualization
OBS-URL: https://build.opensuse.org/request/show/1200734 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snphost?expand=0&rev=3
This commit is contained in:
commit
0c88044460
7
_service
7
_service
@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service mode="disabled" name="obs_scm">
|
<service mode="disabled" name="obs_scm">
|
||||||
<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@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.2.0</param>
|
<param name="revision">v0.5.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>
|
||||||
@ -21,7 +21,4 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="cargo_audit" mode="disabled">
|
|
||||||
<param name="srcdir">snphost</param>
|
|
||||||
</service>
|
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<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">67b2fb175cea17df54993eb7568225416fd1ad46</param></service></servicedata>
|
<param name="changesrevision">a7ba00220202240cd01819ef1fe81d57ebbb9f8b</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
|
|
3
snphost-0.5.0.obscpio
Normal file
3
snphost-0.5.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f198bafee8eaec00bcbcbae259bb591e3765a64d4362a550705967c949d16ead
|
||||||
|
size 109579
|
3
snphost-0.5.0.tar.gz
Normal file
3
snphost-0.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21f560d4d69890ce953b66509e1ede6143a75149eca89356c3d71c9a1e7f5093
|
||||||
|
size 27240
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 03:25:36 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||||
|
|
||||||
|
- Update to version 0.5.0:
|
||||||
|
* Update to 0.5.0
|
||||||
|
* workflows: Update rust toolchain version to 1.80
|
||||||
|
* Update clippy workflow toolchain to use 1.74
|
||||||
|
* Update Rust version to 1.7.4
|
||||||
|
* Upgrade sev to 4.0.0
|
||||||
|
* Remove strict semvar for clap dependency
|
||||||
|
* Adding cert fetch support for Turin
|
||||||
|
* Update to 0.4.0
|
||||||
|
* Update sev to 3.2.0
|
||||||
|
* build(deps): bump anyhow from 1.0.82 to 1.0.83 (#51)
|
||||||
|
* fix: remove subcommand trait on ok/commit (#53)
|
||||||
|
* build(deps): bump libc from 0.2.153 to 0.2.154
|
||||||
|
* clap-migration: Moving from StructOpt to Clap (#48)
|
||||||
|
* build(deps): bump anyhow from 1.0.81 to 1.0.82 (#47)
|
||||||
|
* build(deps): bump anyhow from 1.0.80 to 1.0.81
|
||||||
|
* Fixing release to 0.3.0, not ready for 1.0.0
|
||||||
|
* Bumping rust minimum version to 1.70
|
||||||
|
* modifying docs
|
||||||
|
* Added DER and VLEK support
|
||||||
|
* Changing commands for new 6.6 kernel IOCTL structure
|
||||||
|
* Adding tests to snphostok (#39)
|
||||||
|
* Modify workflow to match SEV and use rust 1.70 (#41)
|
||||||
|
* Fetch: Adding Bergamo and Siena Support (#31)
|
||||||
|
* Adding DCO and auto-assign
|
||||||
|
* In vcek url use reported_tcb_version (#29)
|
||||||
|
* Add lockfile
|
||||||
|
* build(deps): update env_logger requirement from 0.9.0 to 0.10.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 16:04:54 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
Mon Jan 22 16:04:54 UTC 2024 - Caleb Crane (caleb.crane@suse.com)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: snphost
|
name: snphost
|
||||||
version: 0.2.0~0
|
version: 0.5.0
|
||||||
mtime: 1699070031
|
mtime: 1725589995
|
||||||
commit: 67b2fb175cea17df54993eb7568225416fd1ad46
|
commit: a7ba00220202240cd01819ef1fe81d57ebbb9f8b
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: snphost
|
Name: snphost
|
||||||
Version: 0.2.0~0
|
Version: 0.5.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,7 +26,6 @@ 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
|
||||||
Source2: cargo_config
|
|
||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: rubygem(asciidoctor)
|
BuildRequires: rubygem(asciidoctor)
|
||||||
@ -39,7 +38,6 @@ snphost 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
|
# 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).
|
# of the vendor tarball, 1 in this case (from Source1).
|
||||||
%autosetup -a1
|
%autosetup -a1
|
||||||
install -D -m 644 %{SOURCE2} .cargo/config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8a147bc4dfee3c87e7ea3ade0acfdf21ac88dc0ee16ea5340b438eaf94631456
|
oid sha256:1d871c83dfa182486e6a9d23bd0ef95478e406072199620b52357182571d5eef
|
||||||
size 35539252
|
size 26598670
|
||||||
|
Loading…
Reference in New Issue
Block a user