forked from cloudlinux/leapp-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleapp-data.spec
More file actions
133 lines (95 loc) · 4.55 KB
/
Copy pathleapp-data.spec
File metadata and controls
133 lines (95 loc) · 4.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
%global pes_events_build_date 20240821
%define dist_list almalinux centos eurolinux oraclelinux rocky cloudlinux
%define conflict_dists() %(for i in almalinux centos eurolinux oraclelinux rocky cloudlinux; do if [ "${i}" != "%{dist_name}" ]; then echo -n "leapp-data-${i} "; fi; done)
Name: leapp-data-%{dist_name}
Version: 0.3
Release: 8%{?dist}.%{pes_events_build_date}
Summary: data for migrating tool
Group: Applications/Databases
License: ASL 2.0
URL: https://github.com/AlmaLinux/leapp-data
Source0: leapp-data-%{version}.tar.gz
BuildArch: noarch
BuildRequires: bc
BuildRequires: python3
%if 0%{?rhel} == 7
BuildRequires: python36-jsonschema
%endif
%if 0%{?rhel} == 8
BuildRequires: python3-jsonschema
%endif
Conflicts: %{conflict_dists}
%description
%{dist_name} %{summary}
%prep
%setup -q
%build
make DIST_VERSION=%{?rhel} all && make test
%install
make install PREFIX=%{buildroot}
%files
%doc LICENSE NOTICE README.md
%if 0%{?rhel} == 8
%{_sysconfdir}/leapp/repos.d/system_upgrade/common/files/rpm-gpg/9/
%endif
%if 0%{?rhel} == 7
%{_sysconfdir}/leapp/repos.d/system_upgrade/common/files/rpm-gpg/8/
%endif
%{_sysconfdir}/leapp/files/*
%changelog
* Sun Aug 17 2025 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-8.cloudlinux
- CLOS-3468: Keep python3-pyOpenSSL during updates
- CLOS-3535: Keep libidn during upgrade
- CLOS-3556: Update imunify repository gpg key
* Fri Jul 11 2025 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-7.cloudlinux
- CLOS-3457: Add alt_common repository support
* Tue Jun 10 2025 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-6.cloudlinux
- CLOS-2988: Fix imunify360-firewall package upgrade
- CLOS-3416: Fix kmod-lve-lts installation during upgrade from CloudLinux 7 to CloudLinux 8
* Mon Feb 27 2025 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-5.cloudlinux
- CLOS-3188: Fix kernelcare mapping for CloudLinux 8
* Mon Feb 3 2025 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-4.cloudlinux
- CLOS-3187: Adding CloudLinux 8 to CloudLinux 9 upgrade support
* Thu Sep 26 2024 Yuriy Kohut <ykohut@almalinux.org> - 0.3-3.cloudlinux
- Move GeoIP package if epel vendor is enabled
- Pack gpg keys inside the package to avoid "Detected unknown GPG keys" error (CLOS-2946)
- Do not use public CloudLinux repos during upgrade (CLOS-2970)
* Wed Aug 21 2024 Oleksandr Shyshatskyi <oshyshatskyi@cloudlinux.com> - 0.3-0.cloudlinux
- Rebase onto AlmaLinux
* Thu Jun 13 2024 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-9.cloudlinux
- Make EA4 repository optional
* Mon Feb 12 2024 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-8.cloudlinux
- Rebase data files on updated upstream
* Fri Jan 19 2024 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-7.cloudlinux
- Remove cPanel-related data from the vendor files
* Thu Dec 07 2023 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-6.cloudlinux
- Add CL Elevate package repository to the leapp repository map
- Add support for NGINX/MariaDB/PostgreSQL from upstream
- Add vendors.d files with EPEL support from upstream
* Mon Sep 25 2023 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-5.cloudlinux
- Add brotli to the PES mapping file
* Thu Jul 27 2023 Sloane Bernstein <sloane@cpanel.net>, Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.2-4.cloudlinux
- Provide vendor data for WP Toolkit software
- Modify repo mapping for CL Hybrid installations
* Mon Mar 27 2023 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-3
- Add 8 to 9 migration support for Rocky Linux, EuroLinux, CentOS Stream
* Fri Sep 30 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-2
- Split repomap.json
* Fri Sep 30 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.2-1
- Add 8 to 9 migration support for AlmaLinux
* Thu Sep 1 2022 Roman Prilipskii <rprilpskii@cloudlinux.com> - 0.1-7
- made third-party files accessible for all supported distributions
* Wed Aug 17 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-6
- added repomap.json file for all distributions
* Thu Mar 24 2022 Tomasz Podsiadły <tp@euro-linux.com> - 0.1-5
- Add EuroLinux to supported distributions
* Wed Mar 23 2022 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-4
- added ResilientStorage and updated repo URLs for AlmaLinux and Rocky
* Thu Oct 21 2021 Andrew Lukoshko <alukoshko@almalinux.org> - 0.1-3
- updated PES data for Oracle and Rocky
* Thu Aug 26 2021 Avi Miller <avi.miller@oracle.com> - 0.1-2
- switched to using the full oraclelinux name
- switched the Oracle Linux repos to use https
- added Apache-2.0 NOTICE attribution file
* Wed Aug 25 2021 Sergey Fokin <sfokin@almalinux.org> - 0.1-1
- initial project