Skip to content

Commit e0279db

Browse files
Merge pull request #195 from yuravk/devel-ng-0.24.0
feat(epel-altarch-x86_64_v2): add 9->10 PES and map data for epel-release->epel-release-almalinux-altarch upgrade
2 parents 38b1774 + 5f07446 commit e0279db

5 files changed

Lines changed: 64 additions & 3 deletions

leapp-data.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
Name: leapp-data
2121
Version: 0.12
22-
Release: 1%{?dist}.%{pes_events_build_date}
22+
Release: 2%{?dist}.%{pes_events_build_date}
2323
Summary: Data for ELevate migration tool
2424
Group: Applications/Databases
2525
License: ASL 2.0
@@ -212,6 +212,9 @@ done)}
212212

213213

214214
%changelog
215+
* Mon Apr 20 2026 Yuriy Kohut <[email protected]> - 0.12-2.20251222
216+
- Vendor EPEL: add 9->10 (x86_64_v2) data for epel-release->epel-release-almalinux-altarch package upgrade
217+
215218
* Tue Apr 14 2026 Yuriy Kohut <[email protected]> - 0.12-1.20251222
216219
- leapp-data-almalinux-x86_64_v2 and leapp-data-almalinux-kitten-x86_64_v2 new packages to upgrade AlmaLinux 9->10 x86_64 v2
217220
- Enable EPEL Vendor for AlmaLinux 9->10 x86_64_v2 upgrade

vendors.d/epel.repo.el10.almalinux-kitten-x86_64_v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[el10-epel]
1+
[el10-epel-almalinux-altarch]
22
name=Extra Packages for Enterprise Linux $releasever from AlmaLinux - x86_64_v2
33
# mirrorlist=https://epel.mirrors.almalinux.org/mirrorlist/10/epel?arch=x86_64_v2
44
baseurl=https://epel.repo.almalinux.org/10/x86_64_v2/

vendors.d/epel.repo.el10.almalinux-x86_64_v2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[el10-epel]
1+
[el10-epel-almalinux-altarch]
22
name=Extra Packages for Enterprise Linux $releasever from AlmaLinux - x86_64_v2
33
# mirrorlist=https://epel.mirrors.almalinux.org/mirrorlist/10z/epel?arch=x86_64_v2
44
baseurl=https://epel.repo.almalinux.org/10z/x86_64_v2/

vendors.d/epel_map.json_template.el10

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"el10-epel"
1313
]
1414
},
15+
{
16+
"source": "epel",
17+
"target": [
18+
"el10-epel-almalinux-altarch"
19+
]
20+
},
1521
{
1622
"source": "epel",
1723
"target": [
@@ -108,6 +114,19 @@
108114
}
109115
]
110116
},
117+
{
118+
"pesid": "el10-epel-almalinux-altarch",
119+
"entries": [
120+
{
121+
"major_version": "10",
122+
"repoid": "el10-epel-almalinux-altarch",
123+
"arch": "x86_64",
124+
"channel": "ga",
125+
"repo_type": "rpm",
126+
"distro": "{distro}"
127+
}
128+
]
129+
},
111130
{
112131
"pesid": "el10-baseos",
113132
"entries": [

vendors.d/epel_pes.json_template

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353243,6 +353243,45 @@
353243353243
"minor_version": 0,
353244353244
"os_name": "{os_name}"
353245353245
}
353246+
},
353247+
{
353248+
"action": 3,
353249+
"architectures": [
353250+
"x86_64"
353251+
],
353252+
"description": "",
353253+
"id": 36158,
353254+
"in_packageset": {
353255+
"package": [
353256+
{
353257+
"module_stream": null,
353258+
"name": "epel-release",
353259+
"repository": "extras"
353260+
}
353261+
],
353262+
"set_id": 36494
353263+
},
353264+
"initial_release": {
353265+
"major_version": 9,
353266+
"minor_version": 0,
353267+
"os_name": "{os_name}"
353268+
},
353269+
"is_approved": true,
353270+
"out_packageset": {
353271+
"package": [
353272+
{
353273+
"module_stream": null,
353274+
"name": "epel-release-almalinux-altarch",
353275+
"repository": "el10-epel-almalinux-altarch"
353276+
}
353277+
],
353278+
"set_id": 36495
353279+
},
353280+
"release": {
353281+
"major_version": 10,
353282+
"minor_version": 0,
353283+
"os_name": "{os_name}"
353284+
}
353246353285
}
353247353286
],
353248353287
"provided_data_streams": [

0 commit comments

Comments
 (0)