Skip to content

Commit

Permalink
Disallow installing qpid-proton from epel repo (so it will come from …
Browse files Browse the repository at this point in the history
…ManageIQ

copr repo), to ensure the version matches with the gem version
  • Loading branch information
simaishi committed Apr 7, 2020
1 parent 7137a60 commit 8aca676
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kickstarts/partials/main/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repo --name=BaseOS --baseurl=http://mirror.centos.org/centos/8/BaseOS/x86_64
repo --name=AppStream --baseurl=http://mirror.centos.org/centos/8/AppStream/x86_64/os/
repo --name=PowerTools --baseurl=http://mirror.centos.org/centos/8/PowerTools/x86_64/os/
repo --name=extras --baseurl=http://mirror.centos.org/centos/8/extras/x86_64/os/
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64
repo --name=epel --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 --excludepkgs=*qpid-proton*

<% if @target == "gce" %>
repo --name=google-cloud-compute --baseurl=https://packages.cloud.google.com/yum/repos/google-compute-engine-el8-x86_64-stable
Expand Down
1 change: 1 addition & 0 deletions kickstarts/partials/post/repos.ks.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# Please also add to "build time repos" main/repos partial

yum config-manager --set-enabled PowerTools
yum config-manager --setopt=epel.exclude=*qpid-proton* --save

pushd /etc/yum.repos.d/
wget https://copr.fedorainfracloud.org/coprs/manageiq/ManageIQ-Master/repo/epel-8/manageiq-ManageIQ-Master-epel-8.repo
Expand Down

0 comments on commit 8aca676

Please sign in to comment.