]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
Add verbosity to yum-builddep to try to get more info about failure 2183/head
authorDan Mick <dmick@redhat.com>
Thu, 4 Jan 2024 21:45:35 +0000 (13:45 -0800)
committerDan Mick <dmick@redhat.com>
Thu, 4 Jan 2024 21:45:35 +0000 (13:45 -0800)
Signed-off-by: Dan Mick <dmick@redhat.com>
scripts/build_utils.sh

index 618cd1b1748bbda1f9dd5be07fb0a9f133516c72..9fd270321526e481e12852689268a2ceaf164241 100755 (executable)
@@ -1490,7 +1490,7 @@ setup_rpm_build_deps() {
     # python-rpm-macro we use for identifying the python related dependencies
     $SUDO yum install -y python3-devel
 
-    $SUDO yum-builddep -y --setopt=*.skip_if_unavailable=true $DIR/ceph.spec
+    $SUDO yum-builddep -v -y --setopt=*.skip_if_unavailable=true $DIR/ceph.spec
 }
 
 setup_rpm_build_area() {