Compare commits

...

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

3 changed files with 4 additions and 19 deletions

View File

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

View File

@ -1,13 +0,0 @@
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-68138
- Resolves: RHEL-68132
* Wed Feb 12 2025 Tyler Fanelli <tfanelli@redhat.com> - 0.8.3-1
- Initial commit on c10s
Resolves: RHELPLAN-171501
Resolves: RHELPLAN-171498