]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
tcmu-runner: install librbd1-devel and correct typo 647/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 24 Feb 2017 20:13:11 +0000 (15:13 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 24 Feb 2017 20:13:11 +0000 (15:13 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
tcmu-runner/build/build_rpm

index 56c5562beafc73d0d9985bfa05e4f15ef7502a27..c4769465a1c9efeed3da04602faab02e9bc675a5 100644 (file)
@@ -9,14 +9,12 @@ fi
 
 ## Install any setup-time deps
 # We need these for the build
-sudo yum install -y cmake glib2-devel libnl3-devel glusterfs-api-devel kmod-devel zlib-devel
+sudo yum install -y cmake glib2-devel libnl3-devel glusterfs-api-devel kmod-devel zlib-devel librbd1-devel
 
 # We use fpm to create the package
 sudo yum install -y rubygems ruby-devel
 sudo gem install fpm
 
-TDIR}/usr/share/man/man8/
-
 # Prepare the build
 DESTDIR="install.tmp"
 install -d -m0755 -- "$DESTDIR"