From 2e6b2fa375c2356f8af894c88f23d9738d8cf9c0 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 13 Sep 2017 17:35:38 -0400 Subject: Fix broken build dependency libguestfs-tools is failing to install because libvirt-client is installed and there is a package conflict. Removing libvirt-client from image before installing libguestfs-tools. NSH build is failing in overcloud because the CentOS repos updated with newer kernel source and headers, and we are still using older kernel. This patch adds the old kernel source and headers. Upgrading to new kernel causes NSH OVS to fail when compiling. Change-Id: Ifd500ad138116cfecafb2268ccb580bd44d5efd5 Signed-off-by: Tim Rozet --- build/CentOS-Updates.repo | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build/CentOS-Updates.repo (limited to 'build/CentOS-Updates.repo') diff --git a/build/CentOS-Updates.repo b/build/CentOS-Updates.repo new file mode 100644 index 00000000..8fc45d89 --- /dev/null +++ b/build/CentOS-Updates.repo @@ -0,0 +1,5 @@ +#released updates +[updates-old] +name=CentOS-$releasever - Old Updates +baseurl=http://mirror.centos.org/centos/7.3.1611/updates/x86_64/ +gpgcheck=0 -- cgit 1.2.3-korg