mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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:
@@ -94,7 +94,6 @@ run_rpmbuild() {
|
||||
|
||||
run_cmd rpmbuild \
|
||||
--clean \
|
||||
--nodeps \
|
||||
--define "_without_$build1 1" \
|
||||
--define "_without_$build2 1" \
|
||||
-ta build/meson-dist/libvirt-*.tar.xz
|
||||
|
||||
Reference in New Issue
Block a user