summaryrefslogtreecommitdiffstats
path: root/build/CentOS-Updates.repo
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2017-09-13 17:35:38 -0400
committerTim Rozet <trozet@redhat.com>2017-09-14 12:43:45 -0400
commit2e6b2fa375c2356f8af894c88f23d9738d8cf9c0 (patch)
tree5cb1d193cef15706f83f8cf2988050c1e0e4fda5 /build/CentOS-Updates.repo
parent7b3a8455baa35bdde4d7e078d88f9b17a6df9195 (diff)
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 <trozet@redhat.com>
Diffstat (limited to 'build/CentOS-Updates.repo')
-rw-r--r--build/CentOS-Updates.repo5
1 files changed, 5 insertions, 0 deletions
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