Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 69b91f9b8e | |||
| 15830e1ff4 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,4 +1,2 @@
|
||||
/guest-components-0061d03.tar.gz
|
||||
/trustee-guest-components-0.10.0_124.git0061d03-vendor.tar.xz
|
||||
/guest-components-0.13.0.tar.gz
|
||||
/trustee-guest-components-0.13.0-vendor.tar.xz
|
||||
SOURCES/guest-components-0.13.0.tar.gz
|
||||
SOURCES/trustee-guest-components-0.13.0-vendor.tar.xz
|
||||
|
||||
2
.trustee-guest-components.metadata
Normal file
2
.trustee-guest-components.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
94d60111d04a5e0d0457ac5768feedc7cbe00461 SOURCES/guest-components-0.13.0.tar.gz
|
||||
6c76aab3e3e2164d6b62d6c86132a77c9daae724 SOURCES/trustee-guest-components-0.13.0-vendor.tar.xz
|
||||
@ -138,16 +138,16 @@ cd attestation-agent/kbs_protocol
|
||||
* Wed Aug 13 2025 Yan Fu <yafu@redhat.com> 0.13.0-1
|
||||
- Update to version 0.13.0
|
||||
Enable tdx-attester (tsm-report)
|
||||
Resolves: RHEL-109116
|
||||
Resolves: RHEL-109114
|
||||
|
||||
* Sun Feb 09 2025 Uri Lublin <uril@redhat.com> - 0.10.0^124.git0061d03-3
|
||||
- Use cargo vendor-filterer to create vendor Source1, make rpminspect happy
|
||||
Resolves: RHEL-73770
|
||||
Resolves: RHEL-68141
|
||||
|
||||
* Thu Feb 06 2025 Uri Lublin <uril@redhat.com> - 0.10.0^124.git0061d03-2
|
||||
- A smaller vendor Source1
|
||||
Resolves: RHEL-73770
|
||||
Resolves: RHEL-68141
|
||||
|
||||
* Tue Jan 21 2025 Uri Lublin <uril@redhat.com> 0.10.0^124.git0061d03-1
|
||||
- Initial commit on c10s
|
||||
Resolves: RHEL-73770
|
||||
- Initial commit on c9s
|
||||
Resolves: RHEL-68141
|
||||
@ -1,24 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# fail upon error
|
||||
set -e
|
||||
|
||||
# Run on Fedora
|
||||
# make sure all dependencies are yum installed
|
||||
|
||||
# cd <guest-components-dir-ready-to-be-built>
|
||||
|
||||
# create a .cargo/config.toml
|
||||
if [ ! -f .cargo/config.toml ]; then
|
||||
rpm -E '%{cargo_prep}' > cargo_prep.sh
|
||||
bash cargo_prep.sh
|
||||
fi
|
||||
|
||||
# run cargo vendor-filtered --offline
|
||||
cargo vendor-filterer --respect-source-config --offline --platform x86_64-unknown-linux-gnu --keep-dep-kinds all --all-features --exclude-crate-path "idna#tests" --exclude-crate-path "idna-0.4.0#tests"
|
||||
|
||||
# run tar and xz
|
||||
tar cf vendor.tar vendor/
|
||||
xz --best --verbose vendor.tar
|
||||
|
||||
echo vendor.tar.xz created
|
||||
@ -1,5 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_context: osci_compose_gate
|
||||
rules: []
|
||||
2
sources
2
sources
@ -1,2 +0,0 @@
|
||||
SHA512 (guest-components-0.13.0.tar.gz) = 6c32bbc36638647394a5abd087f9cde2162fd533821ead44f4dba6352300bfab51a95dc632cc6c77721158202ba8f0fce5f08562b5329e58e8216e6ed822c6ca
|
||||
SHA512 (trustee-guest-components-0.13.0-vendor.tar.xz) = 31bcf90b418d25fff595ba883f20883ea528667539cfcd404f0439e3bf99e698476d487ace9091603a1f704b62ea8312b7410a98950f4db7e235f42e3b1b6794
|
||||
Loading…
Reference in New Issue
Block a user