terrywang / vagrantboxes

Handcrafted Arch Linux Vagrant base box with :heart:
250 stars 29 forks source link

Oracle Linux 7.0 x86_64 missing asciidoc #7

Closed terrywang closed 9 years ago

terrywang commented 10 years ago

When running yum-builddep kernel, it'll report missing asciidoc. The same command works flawlessly on CentOS 7.0.

Workaround is similar to #6 borrow the package (and its deps) from CentOS 7.

terrywang commented 9 years ago

Same as issue #6

asciidoc and its dependencies are available in [ol7_optional_latest] channel via public-yum.oracle.com.

Enable the repo and run it again

yum-config-manager --enable ol7_optional_latest

# RHCK
yum-builddep-kernel-uek

# UEK
yum-builddep kernel-uek

Closing the issue.