import CS trustee-guest-components-0.10.0^124.git0061d03-3.el9
This commit is contained in:
parent
c268892c22
commit
15830e1ff4
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/guest-components-0061d03.tar.gz
|
||||
/trustee-guest-components-0.10.0_124.git0061d03-vendor.tar.xz
|
||||
SOURCES/guest-components-0061d03.tar.gz
|
||||
SOURCES/trustee-guest-components-0.10.0_124.git0061d03-vendor.tar.xz
|
||||
|
||||
2
.trustee-guest-components.metadata
Normal file
2
.trustee-guest-components.metadata
Normal file
@ -0,0 +1,2 @@
|
||||
3e7d88ba89b66bcefd3e8bcdf3e6d62eb33c183c SOURCES/guest-components-0061d03.tar.gz
|
||||
6c71d816ffb7173e2528aab6ad3a27a22ac9160a SOURCES/trustee-guest-components-0.10.0_124.git0061d03-vendor.tar.xz
|
||||
@ -144,12 +144,12 @@ cd attestation-agent/kbs_protocol
|
||||
%changelog
|
||||
* 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 (trustee-guest-components-0.10.0_124.git0061d03-vendor.tar.xz) = a7da3ab8a6da819a34df81695e7cbf108aec82ff6dab43b1dc4bdd7bdcdd12498278b0c255151475ccfcf02d4f1b60d483b3b2318ad860fb1ecdf0d7b243dfa2
|
||||
SHA512 (guest-components-0061d03.tar.gz) = 1003767c3ca23de625f02f883373ccc3d23a950c2fa9c02a38bc22293be04d298cd6b18ad64d8506eb5060de10e6fa00f6d7197d314d2b75cadea8223202a954
|
||||
Loading…
Reference in New Issue
Block a user