File tree Expand file tree Collapse file tree 6 files changed +27
-8
lines changed Expand file tree Collapse file tree 6 files changed +27
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ information about package sources.
47
47
.. _`Team RabbitMQ 'Cloudsmith' repo (Deb)` : https://www.rabbitmq.com/install-debian.html#apt-cloudsmith
48
48
.. _`Team RabbitMQ 'Modern Erlang' PPA` : https://launchpad.net/~rabbitmq/+archive/ubuntu/rabbitmq-erlang
49
49
.. _`Team RabbitMQ 'Cloudsmith' repo (RPM)` : https://www.rabbitmq.com/docs/install-rpm#cloudsmith
50
- .. _`openstack-kolla COPR` : https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang/
50
+ .. _`openstack-kolla COPR` : https://copr.fedorainfracloud.org/coprs/g/openstack-kolla/rabbitmq-erlang-26 /
51
51
52
52
.. _`Grafana install guide` : https://grafana.com/grafana/download?platform=linux&edition=oss
53
53
.. _`MariaDB Community downloads` : https://mariadb.com/downloads/community/
Original file line number Diff line number Diff line change @@ -76,7 +76,8 @@ COPY dnf.conf /etc/dnf/dnf.conf
76
76
77
77
{% elif base_arch == 'aarch64' %}
78
78
{% set base_yum_repo_files = base_yum_repo_files + [
79
- 'copr-rabbitmq-erlang.repo' ,
79
+ 'copr-rabbitmq-erlang-26.repo' ,
80
+ 'copr-rabbitmq-erlang-27.repo' ,
80
81
] %}
81
82
82
83
{#
Original file line number Diff line number Diff line change 2
2
# from https://github.com/rabbitmq/erlang-rpm/
3
3
# Thanks to COPR we have aarch64 packages for Rocky Linux
4
4
5
- [copr-rabbitmq-erlang]
6
- name=openstack-kolla COPR with Erlang build for RabbitMQ
7
- baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/rhel-$releasever-aarch64/
5
+ [copr-rabbitmq-erlang-26 ]
6
+ name=openstack-kolla COPR with Erlang 26 build for RabbitMQ
7
+ baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-26 /rhel-$releasever-aarch64/
8
8
gpgcheck=1
9
9
enabled=0
10
- gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang/pubkey.gpg
10
+ gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-26 /pubkey.gpg
11
11
repo_gpgcheck=0
Original file line number Diff line number Diff line change
1
+ # NOTE(hrw): this repository contains rebuild of Erlang package from RabbitMQ team
2
+ # from https://github.com/rabbitmq/erlang-rpm/
3
+ # Thanks to COPR we have aarch64 packages for Rocky Linux
4
+
5
+ [copr-rabbitmq-erlang-27]
6
+ name=openstack-kolla COPR with Erlang 27 build for RabbitMQ
7
+ baseurl=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-27/rhel-$releasever-aarch64/
8
+ gpgcheck=1
9
+ enabled=0
10
+ gpgkey=https://download.copr.fedorainfracloud.org/results/@openstack-kolla/rabbitmq-erlang-27/pubkey.gpg
11
+ repo_gpgcheck=0
Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ centos-aarch64:
21
21
ceph : " centos-ceph-reef"
22
22
crb : " crb"
23
23
epel : " epel"
24
- erlang : " copr-rabbitmq-erlang"
24
+ erlang-26 : " copr-rabbitmq-erlang-26"
25
+ erlang-27 : " copr-rabbitmq-erlang-27"
25
26
extras : " extras"
26
27
fluentd : " fluent-package-lts"
27
28
grafana : " grafana"
@@ -167,7 +168,8 @@ rocky-aarch64:
167
168
ceph : " centos-ceph-reef"
168
169
crb : " crb"
169
170
epel : " epel"
170
- erlang : " copr-rabbitmq-erlang"
171
+ erlang-26 : " copr-rabbitmq-erlang-26"
172
+ erlang-27 : " copr-rabbitmq-erlang-27"
171
173
extras : " extras"
172
174
fluentd : " fluent-package-lts"
173
175
grafana : " grafana"
Original file line number Diff line number Diff line change
1
+ ---
2
+ upgrade :
3
+ - |
4
+ Switches Erlang RPMs on aarch64 to a versioned Erlang 26 or 27 repository,
5
+ due to Fedora COPR not supporting multiple package versions in one repo.
You can’t perform that action at this time.
0 commit comments