2023-01-30 11:15:59 -05:00
|
|
|
#!/bin/sh
|
2023-03-09 09:23:42 -05:00
|
|
|
bazel run //:bazeldnf -- fetch \
|
2023-01-30 11:15:59 -05:00
|
|
|
--repofile rpm/repo.yaml
|
2023-03-09 09:23:42 -05:00
|
|
|
bazel run //:bazeldnf -- rpmtree \
|
2023-01-30 11:15:59 -05:00
|
|
|
--workspace rpm/rpms.bzl \
|
|
|
|
--buildfile rpm/BUILD.bazel \
|
|
|
|
--repofile rpm/repo.yaml \
|
|
|
|
--name cryptsetup-devel \
|
|
|
|
cryptsetup-devel
|
2023-03-09 09:23:42 -05:00
|
|
|
bazel run //:bazeldnf -- rpmtree \
|
|
|
|
--workspace rpm/rpms.bzl \
|
|
|
|
--buildfile rpm/BUILD.bazel \
|
|
|
|
--repofile rpm/repo.yaml \
|
|
|
|
--name libvirt-devel \
|
|
|
|
libvirt-devel
|
|
|
|
bazel run //rpm:ldd-cryptsetup
|
|
|
|
bazel run //rpm:ldd-libvirt
|
|
|
|
bazel run //rpm:ldd-glibc
|