Go to file
Uri Lublin f6cb8792d9 Replace the vendor tarball with a smaller one
Generate the vendor tarball based on Fedora packages:
  dnf install <all dependencies>
  rpm -E '%{cargo_prep}' > cargo_prep.sh
  bash cargo_prep.sh
  cargo vendor --offline --respect-source-config
  tar cf vendor.tar vendor/
  xz --best vendor.tar.xz
  mv vendor.tar.xz <dir>/<vendor-tarball-long-name>

Resolves: RHEL-73770
2025-02-07 03:55:32 +02:00
.gitignore Initial commit on c10s 2025-01-21 15:01:46 +02:00
0001-Fedora-Remove-workspace-members-which-are-not-built.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0002-Fedora-AA-deps-crypto-default-to-openssl.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0003-Fedora-kbs_protocol-Cargo.toml-reqwest-use-native-TL.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0004-Fedora-remove-jwt-simple-dependency.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0005-Fedora-remove-ttrpc-dependency.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0006-Fedora-attester-pick-attesters-in-all-attesters.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0007-Fedora-remove-testcontainers-dependency.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0008-Fedora-kbs_protocol-default-to-openssl.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0009-Fedora-rstest-0.23.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0010-Fedora-use-clap-4.2.7.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0011-Fedora-kbs-types-0.8.0.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0012-Fedora-kbs_protocol-Cargo.toml-add-package.license.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0013-Fedora-url-version-is-2.5.2.patch Initial commit on c10s 2025-01-21 15:01:46 +02:00
0014-Fedora-protobuf-is-2.28.patch Replace the vendor tarball with a smaller one 2025-02-07 03:55:32 +02:00
gating.yaml Initial commit on c10s 2025-01-21 15:01:46 +02:00
sources Replace the vendor tarball with a smaller one 2025-02-07 03:55:32 +02:00
trustee-guest-components.spec Replace the vendor tarball with a smaller one 2025-02-07 03:55:32 +02:00