Compare commits

..

No commits in common. "c9s" and "c10s" have entirely different histories.
c9s ... c10s

3 changed files with 19 additions and 4 deletions

View File

@ -1,5 +1,7 @@
--- !Policy
product_versions:
- rhel-9
- rhel-10
decision_context: osci_compose_gate
rules: []
subject_type: brew-build
rules:
- !PassingTestCaseRule {test_case_name: kvm-ci.snpguest.x86_64.brew-build.gating.tier1.functional}

View File

@ -0,0 +1,13 @@
diff --git a/Cargo.toml b/Cargo.toml
index 8fef511..e597777 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,7 +26,7 @@ sev = { version = "5.0.0", default-features = false, features = ['openssl','snp'
nix = "^0.23"
serde = { version = "1.0", features = ["derive"] }
bincode = "^1.2.1"
-openssl = { version = "^0.10", features = ["vendored"]}
+openssl = { version = "^0.10" }
reqwest = { version="0.11.10", features = ["blocking"] }
hex = "0.4"
x509-parser = { version="0.16.0", features=["verify"] }

View File

@ -74,8 +74,8 @@ rm -f Cargo.lock
- Deprecate version to 0.8.0 for Fedora dependency building
- Update dependencies for vendoring with Fedora
- Use cargo vendor-filterer to create vendor Source1
- Resolves: RHEL-68132
- Resolves: RHEL-68138
* Wed Feb 12 2025 Tyler Fanelli <tfanelli@redhat.com> - 0.8.3-1
- Initial commit on c10s
Resolves: RHELPLAN-171498
Resolves: RHELPLAN-171501