ci: Stop passing --nodeps to rpmbuild

All BuildRequires should now be part of the build environment,
so it's no longer needed.

This ensures that, if we forget to add some BuildRequires to the
build environment in the future, the mistake will be quickly
detected.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
This commit is contained in:
Andrea Bolognani 2023-11-28 19:25:46 +01:00
parent 417bd41cba
commit fa14b4a1a6

View File

@ -94,7 +94,6 @@ run_rpmbuild() {
run_cmd rpmbuild \ run_cmd rpmbuild \
--clean \ --clean \
--nodeps \
--define "_without_$build1 1" \ --define "_without_$build1 1" \
--define "_without_$build2 1" \ --define "_without_$build2 1" \
-ta build/meson-dist/libvirt-*.tar.xz -ta build/meson-dist/libvirt-*.tar.xz