Skip to content

Commit fb61c97

Browse files
committed
Update Vendor MariaDB: change domain into mirror.mariadb.org and set path in baseurl for mariadb-main repository
(cherry picked from commit d6cdc2b)
1 parent bbcc168 commit fb61c97

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

leapp-data.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
Name: leapp-data-%{dist_name}
4949
Version: 0.11
50-
Release: 4%{?dist}.%{pes_events_build_date}
50+
Release: 5%{?dist}.%{pes_events_build_date}
5151
Summary: data for migrating tool
5252
Group: Applications/Databases
5353
License: ASL 2.0
@@ -159,6 +159,10 @@ python3 tests/check_debranding.py %{buildroot}%{_sysconfdir}/leapp/files/pes-eve
159159

160160

161161
%changelog
162+
* Wed Feb 11 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.11-5.20251222
163+
- Vendor MariaDB:
164+
- change domain into mirror.mariadb.org and set path in baseurl for mariadb-main repository
165+
162166
* Mon Jan 19 2026 Yuriy Kohut <ykohut@almalinux.org> - 0.11-4.20251222
163167
- Data stream version 4.2
164168
- Update data to the upstream most recent state:

vendors.d/mariadb.repo.el10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[el10-mariadb-main]
22
name = MariaDB Server
3-
baseurl = https://dlm.mariadb.com/repo/mariadb-server/12.rolling/yum/rhel/10/$basearch
3+
baseurl = https://mirror.mariadb.org/yum/12.rolling/rhel/10/$basearch
44
gpgkey = file:///etc/leapp/files/vendors.d/rpm-gpg/mariadb-Server-GPG-KEY
55
gpgcheck = 1
66
enabled = 1

vendors.d/mariadb.repo.el8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[el8-mariadb-main]
22
name = MariaDB Server
3-
baseurl = https://dlm.mariadb.com/repo/mariadb-server/12.rolling/yum/rhel/8/$basearch
3+
baseurl = https://mirror.mariadb.org/yum/11.rolling/rhel/8/$basearch
44
gpgkey = file:///etc/leapp/files/vendors.d/rpm-gpg/mariadb-Server-GPG-KEY
55
gpgcheck = 1
66
enabled = 1

vendors.d/mariadb.repo.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[el9-mariadb-main]
22
name = MariaDB Server
3-
baseurl = https://dlm.mariadb.com/repo/mariadb-server/12.rolling/yum/rhel/9/$basearch
3+
baseurl = https://mirror.mariadb.org/yum/12.rolling/rhel/9/$basearch
44
gpgkey = file:///etc/leapp/files/vendors.d/rpm-gpg/mariadb-Server-GPG-KEY
55
gpgcheck = 1
66
enabled = 1

0 commit comments

Comments
 (0)