Compare commits
No commits in common. "a10.0-kitten" and "a9.3" have entirely different histories.
a10.0-kitt
...
a9.3
10211
aarch64/comps.xml
10211
aarch64/comps.xml
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@ filter_packages = [
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
'aarch64': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
"libreport-rhel-anaconda-bugzilla",
|
||||
@ -28,6 +27,7 @@ filter_packages = [
|
||||
"rhsm-icons",
|
||||
"rhc",
|
||||
"rhc-worker-playbook",
|
||||
"python2-gluster*",
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
@ -37,6 +37,15 @@ filter_packages = [
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(BaseOS|Minimal)$', {
|
||||
'aarch64': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'aarch64': [
|
||||
@ -65,22 +74,6 @@ additional_packages = [
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"lorax-templates-almalinux",
|
||||
"firefox",
|
||||
"thunderbird",
|
||||
"spice-gtk",
|
||||
"spice-gtk-tools",
|
||||
"spice-gtk3-vala",
|
||||
"spice-html5",
|
||||
"spice-webdavd",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^CRB$', {
|
||||
'*': [
|
||||
"spice-glib-devel",
|
||||
"spice-gtk3-devel",
|
||||
"spice-server-devel",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -120,23 +113,17 @@ additional_packages = [
|
||||
"tmux",
|
||||
"usbguard",
|
||||
"kernel",
|
||||
"kdump-utils",
|
||||
"libsss_autofs",
|
||||
"sssd-nfs-idmap",
|
||||
"glibc-gconv-extra",
|
||||
"kbd-legacy",
|
||||
"container-selinux",
|
||||
"smartmontools-selinux",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^extras-common$', {
|
||||
'^extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"epel-release",
|
||||
"xisxwayland",
|
||||
"livesys-scripts",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
7
aarch64/modules_defaults/module_defaults/maven.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/maven.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: maven
|
||||
profiles:
|
||||
'3.8':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/nginx.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/nginx.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.22':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
9
aarch64/modules_defaults/module_defaults/nodejs.yaml
Normal file
9
aarch64/modules_defaults/module_defaults/nodejs.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/php.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/php.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'8.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/postgresql.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/postgresql.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: postgresql
|
||||
profiles:
|
||||
'15':
|
||||
- server
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/redis.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/redis.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'7':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/ruby.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/ruby.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: ruby
|
||||
profiles:
|
||||
'3.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
aarch64/modules_defaults/module_defaults/swig.yaml
Normal file
7
aarch64/modules_defaults/module_defaults/swig.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: swig
|
||||
profiles:
|
||||
'4.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
19979
aarch64/packages.json
19979
aarch64/packages.json
File diff suppressed because it is too large
Load Diff
@ -54,7 +54,9 @@
|
||||
<groups>
|
||||
<group default="false">additional-devel</group>
|
||||
<group default="false">anaconda-tools</group>
|
||||
<group default="false">backup-client</group>
|
||||
<group default="false">base</group>
|
||||
<group default="false">base-x</group>
|
||||
<group default="false">conflicts-appstream</group>
|
||||
<group default="false">console-internet</group>
|
||||
<group default="false">container-management</group>
|
||||
@ -77,8 +79,11 @@
|
||||
<group default="false">headless-management</group>
|
||||
<group default="false">infiniband</group>
|
||||
<group default="false">input-methods</group>
|
||||
<group default="false">internet-applications</group>
|
||||
<group default="false">internet-browser</group>
|
||||
<group default="false">java-development</group>
|
||||
<group default="false">java-platform</group>
|
||||
<group default="false">legacy-x</group>
|
||||
<group default="false">mail-server</group>
|
||||
<group default="false">multimedia</group>
|
||||
<group default="false">network-file-system-client</group>
|
||||
@ -96,6 +101,7 @@
|
||||
<group default="false">rpm-development-tools</group>
|
||||
<group default="false">scientific</group>
|
||||
<group default="false">security-tools</group>
|
||||
<group default="false">smart-card</group>
|
||||
<group default="false">smb-server</group>
|
||||
<group default="false">standard</group>
|
||||
<group default="false">system-tools</group>
|
||||
@ -112,7 +118,19 @@
|
||||
<environment display_order="1">graphical-server-environment</environment>
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
<environment display_order="2">server-product-environment</environment>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
<module>nodejs:20</module>
|
||||
<module>php:8.1</module>
|
||||
<module>postgresql:15</module>
|
||||
<module>redis:7</module>
|
||||
<module>ruby:3.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="CRB" name="CRB" type="variant">
|
||||
<arches>
|
||||
@ -121,6 +139,9 @@
|
||||
<groups>
|
||||
<group default="false">crb</group>
|
||||
</groups>
|
||||
<modules>
|
||||
<module>swig:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="HighAvailability" name="HighAvailability" type="variant">
|
||||
<arches>
|
||||
@ -131,6 +152,37 @@
|
||||
<group default="true">ha-devel</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="ResilientStorage" name="ResilientStorage" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">ha</group>
|
||||
<group default="false">ha-devel</group>
|
||||
<group default="false">resilient-storage</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras" name="extras" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Minimal" name="Minimal" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
@ -174,30 +226,30 @@
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
</environments>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras-common" name="extras-common" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="devel" name="devel" type="variant">
|
||||
<arches>
|
||||
<arch>aarch64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">gnome-apps</group>
|
||||
<group default="false">office-suite</group>
|
||||
<group default="false">platform-vmware</group>
|
||||
</groups>
|
||||
<environments>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>javapackages-tools-devel:202201</module>
|
||||
<module>javapackages-tools:202201</module>
|
||||
<module>maven-devel:3.8</module>
|
||||
<module>nginx-devel:1.22</module>
|
||||
<module>nodejs-devel:18</module>
|
||||
<module>nodejs-devel:20</module>
|
||||
<module>php-devel:8.1</module>
|
||||
<module>postgresql-devel:15</module>
|
||||
<module>redis-devel:7</module>
|
||||
<module>swig-devel:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
@ -2,18 +2,18 @@
|
||||
"BaseOS": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": false,
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [
|
||||
"AppStream"
|
||||
],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -48,6 +48,24 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"ResilientStorage": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"extras": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"SAPHANA": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -70,17 +88,17 @@
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -89,15 +107,6 @@
|
||||
}]
|
||||
}]
|
||||
},
|
||||
"extras-common": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"devel": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -108,7 +117,9 @@
|
||||
"CRB",
|
||||
"SAP",
|
||||
"SAPHANA",
|
||||
"extras",
|
||||
"Minimal",
|
||||
"ResilientStorage",
|
||||
"HighAvailability"
|
||||
]
|
||||
}
|
||||
|
13741
i686/comps.xml
Normal file
13741
i686/comps.xml
Normal file
File diff suppressed because it is too large
Load Diff
5
i686/extra_options.conf
Normal file
5
i686/extra_options.conf
Normal file
@ -0,0 +1,5 @@
|
||||
skip_phases = [
|
||||
'buildinstall',
|
||||
'createiso',
|
||||
'extra_isos',
|
||||
]
|
@ -1,9 +1,8 @@
|
||||
filter_packages = [
|
||||
(
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
'x86_64': [
|
||||
'*': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
"libreport-rhel-anaconda-bugzilla",
|
||||
@ -18,6 +17,8 @@ filter_packages = [
|
||||
"spice-client-win-x64",
|
||||
"spice-client-win-x86",
|
||||
"spice-qxl-wddm-dod",
|
||||
"spice-vdagent-win-x64",
|
||||
"spice-vdagent-win-x86",
|
||||
"virt-who",
|
||||
"virtio-win",
|
||||
"subscription-manager-cockpit",
|
||||
@ -26,35 +27,65 @@ filter_packages = [
|
||||
"rhsm-icons",
|
||||
"rhc",
|
||||
"rhc-worker-playbook",
|
||||
"python2-gluster*",
|
||||
"gcc-toolset-10-dyninst-devel.i686",
|
||||
"gcc-toolset-10-systemtap-devel.i686",
|
||||
"gcc-toolset-10-systemtap-sdt-devel.i686",
|
||||
"ocaml-camlp4.i686",
|
||||
"ocaml-camlp4-devel.i686",
|
||||
"ocaml-extlib-devel.i686",
|
||||
"ocaml-findlib-devel.i686",
|
||||
"ocaml-labltk.i686",
|
||||
"ocaml-labltk-devel.i686",
|
||||
"ocaml-ocamlbuild.i686",
|
||||
"ocaml-ocamlbuild-devel.i686",
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
"greenboot-status",
|
||||
"qemu-kvm-hw-usbredir",
|
||||
"subscription-manager-rhsm-certificates.x86_64",
|
||||
"kernel-rt-core.x86_64",
|
||||
"kernel-rt-modules-core.x86_64",
|
||||
"subscription-manager-rhsm-certificates.i686",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(BaseOS|Minimal)$', {
|
||||
'x86_64': [
|
||||
'*': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
"python-unversioned-command",
|
||||
"python.i686",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'x86_64': [
|
||||
'*': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"libvirt-glib.i686",
|
||||
"sos",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
filter_modules = []
|
||||
filter_modules = [
|
||||
(
|
||||
'^AppStream$', {
|
||||
'*': [
|
||||
"maven:3.8",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^devel$', {
|
||||
'*': [
|
||||
"javapackages-tools:202201",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
@ -62,22 +93,6 @@ additional_packages = [
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"lorax-templates-almalinux",
|
||||
"firefox",
|
||||
"thunderbird",
|
||||
"spice-gtk",
|
||||
"spice-gtk-tools",
|
||||
"spice-gtk3-vala",
|
||||
"spice-html5",
|
||||
"spice-webdavd",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^CRB$', {
|
||||
'*': [
|
||||
"spice-glib-devel",
|
||||
"spice-gtk3-devel",
|
||||
"spice-server-devel",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -117,23 +132,17 @@ additional_packages = [
|
||||
"tmux",
|
||||
"usbguard",
|
||||
"kernel",
|
||||
"kdump-utils",
|
||||
"libsss_autofs",
|
||||
"sssd-nfs-idmap",
|
||||
"glibc-gconv-extra",
|
||||
"kbd-legacy",
|
||||
"container-selinux",
|
||||
"smartmontools-selinux",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^extras-common$', {
|
||||
'^extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"epel-release",
|
||||
"xisxwayland",
|
||||
"livesys-scripts",
|
||||
]
|
||||
}
|
||||
)
|
7
i686/modules_defaults/module_defaults/maven.yaml
Normal file
7
i686/modules_defaults/module_defaults/maven.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: maven
|
||||
profiles:
|
||||
'3.8':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/nginx.yaml
Normal file
7
i686/modules_defaults/module_defaults/nginx.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.22':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
9
i686/modules_defaults/module_defaults/nodejs.yaml
Normal file
9
i686/modules_defaults/module_defaults/nodejs.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/php.yaml
Normal file
7
i686/modules_defaults/module_defaults/php.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'8.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/postgresql.yaml
Normal file
7
i686/modules_defaults/module_defaults/postgresql.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: postgresql
|
||||
profiles:
|
||||
'15':
|
||||
- server
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/redis.yaml
Normal file
7
i686/modules_defaults/module_defaults/redis.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'7':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/ruby.yaml
Normal file
7
i686/modules_defaults/module_defaults/ruby.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: ruby
|
||||
profiles:
|
||||
'3.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
i686/modules_defaults/module_defaults/swig.yaml
Normal file
7
i686/modules_defaults/module_defaults/swig.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: swig
|
||||
profiles:
|
||||
'4.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
@ -1,3 +1,3 @@
|
||||
multilib_blacklist = {}
|
||||
multilib_whitelist = {}
|
||||
multilib = []
|
||||
multilib = []
|
22777
i686/packages.json
Normal file
22777
i686/packages.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
<variants>
|
||||
<variant id="BaseOS" name="BaseOS" type="variant" has_optional="false">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">additional-devel</group>
|
||||
@ -49,13 +49,14 @@
|
||||
</variant>
|
||||
<variant id="AppStream" name="AppStream" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">additional-devel</group>
|
||||
<group default="false">anaconda-tools</group>
|
||||
<group default="false">backup-client</group>
|
||||
<group default="false">base</group>
|
||||
<group default="false">base-x</group>
|
||||
<group default="false">conflicts-appstream</group>
|
||||
<group default="false">console-internet</group>
|
||||
<group default="false">container-management</group>
|
||||
@ -69,6 +70,7 @@
|
||||
<group default="false">file-server</group>
|
||||
<group default="false">fonts</group>
|
||||
<group default="false">ftp-server</group>
|
||||
<group default="false">gnome-apps</group>
|
||||
<group default="false">gnome-desktop</group>
|
||||
<group default="false">graphical-admin-tools</group>
|
||||
<group default="false">graphics</group>
|
||||
@ -78,14 +80,18 @@
|
||||
<group default="false">headless-management</group>
|
||||
<group default="false">infiniband</group>
|
||||
<group default="false">input-methods</group>
|
||||
<group default="false">internet-applications</group>
|
||||
<group default="false">internet-browser</group>
|
||||
<group default="false">java-development</group>
|
||||
<group default="false">java-platform</group>
|
||||
<group default="false">legacy-x</group>
|
||||
<group default="false">mail-server</group>
|
||||
<group default="false">multimedia</group>
|
||||
<group default="false">network-file-system-client</group>
|
||||
<group default="false">network-server</group>
|
||||
<group default="false">network-tools</group>
|
||||
<group default="false">networkmanager-submodules</group>
|
||||
<group default="false">office-suite</group>
|
||||
<group default="false">ostree-support</group>
|
||||
<group default="false">performance</group>
|
||||
<group default="false">platform-devel</group>
|
||||
@ -98,6 +104,7 @@
|
||||
<group default="false">rpm-development-tools</group>
|
||||
<group default="false">scientific</group>
|
||||
<group default="false">security-tools</group>
|
||||
<group default="false">smart-card</group>
|
||||
<group default="false">smb-server</group>
|
||||
<group default="false">standard</group>
|
||||
<group default="false">system-tools</group>
|
||||
@ -117,27 +124,91 @@
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
<module>nodejs:20</module>
|
||||
<module>php:8.1</module>
|
||||
<module>postgresql:15</module>
|
||||
<module>redis:7</module>
|
||||
<module>ruby:3.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="CRB" name="CRB" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">crb</group>
|
||||
</groups>
|
||||
<modules>
|
||||
<module>swig:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="HighAvailability" name="HighAvailability" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="true">ha</group>
|
||||
<group default="true">ha-devel</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="ResilientStorage" name="ResilientStorage" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">ha</group>
|
||||
<group default="false">ha-devel</group>
|
||||
<group default="false">resilient-storage</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="RT" name="RT" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">rt</group>
|
||||
<group default="false">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="NFV" name="NFV" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">nfv</group>
|
||||
<group default="false">nfv-debug</group>
|
||||
<group default="false">rt</group>
|
||||
<group default="false">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras" name="extras" type="variant">
|
||||
<arches>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Minimal" name="Minimal" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">additional-devel</group>
|
||||
@ -178,50 +249,20 @@
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
</environments>
|
||||
</variant>
|
||||
<variant id="NFV" name="NFV" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">nfv</group>
|
||||
<group default="false">nfv-debug</group>
|
||||
<group default="false">rt</group>
|
||||
<group default="false">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="RT" name="RT" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">rt</group>
|
||||
<group default="false">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras-common" name="extras-common" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="devel" name="devel" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64_v2</arch>
|
||||
<arch>i686</arch>
|
||||
</arches>
|
||||
<modules>
|
||||
<module>javapackages-tools-devel:202201</module>
|
||||
<module>nginx-devel:1.22</module>
|
||||
<module>nodejs-devel:18</module>
|
||||
<module>nodejs-devel:20</module>
|
||||
<module>php-devel:8.1</module>
|
||||
<module>postgresql-devel:15</module>
|
||||
<module>redis-devel:7</module>
|
||||
<module>ruby-devel:3.1</module>
|
||||
<module>swig-devel:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
@ -1,26 +1,8 @@
|
||||
{
|
||||
"BaseOS": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": false,
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [
|
||||
"AppStream"
|
||||
],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
||||
]
|
||||
}]
|
||||
}]
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true
|
||||
},
|
||||
"AppStream": {
|
||||
"gather_methods": "hybrid",
|
||||
@ -48,7 +30,7 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"RT": {
|
||||
"ResilientStorage": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
@ -57,6 +39,11 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true
|
||||
},
|
||||
"NFV": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -66,14 +53,13 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"SAPHANA": {
|
||||
"RT": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream",
|
||||
"HighAvailability"
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"SAP": {
|
||||
@ -86,28 +72,17 @@
|
||||
"HighAvailability"
|
||||
]
|
||||
},
|
||||
"Minimal": {
|
||||
"SAPHANA": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
||||
]
|
||||
}]
|
||||
}]
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream",
|
||||
"HighAvailability"
|
||||
]
|
||||
},
|
||||
"extras-common": {
|
||||
"extras": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
@ -126,9 +101,11 @@
|
||||
"CRB",
|
||||
"SAP",
|
||||
"SAPHANA",
|
||||
"extras",
|
||||
"Minimal",
|
||||
"NFV",
|
||||
"RT",
|
||||
"NFV",
|
||||
"ResilientStorage",
|
||||
"HighAvailability"
|
||||
]
|
||||
}
|
10217
ppc64le/comps.xml
10217
ppc64le/comps.xml
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@ filter_packages = [
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
'ppc64le': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
"libreport-rhel-anaconda-bugzilla",
|
||||
@ -28,6 +27,7 @@ filter_packages = [
|
||||
"rhsm-icons",
|
||||
"rhc",
|
||||
"rhc-worker-playbook",
|
||||
"python2-gluster*",
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
@ -37,6 +37,15 @@ filter_packages = [
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(BaseOS|Minimal)$', {
|
||||
'ppc64le': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
'ppc64le': [
|
||||
@ -47,86 +56,24 @@ filter_packages = [
|
||||
}
|
||||
),
|
||||
]
|
||||
filter_modules = []
|
||||
filter_modules = [
|
||||
(
|
||||
'^devel$', {
|
||||
'*': [
|
||||
"javapackages-bootstrap-devel:202201",
|
||||
"javapackages-bootstrap:202201",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
'^AppStream$', {
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"keylime-selinux",
|
||||
"lorax-templates-almalinux",
|
||||
"firefox",
|
||||
"thunderbird",
|
||||
"qemu-kvm-audio-pa",
|
||||
"qemu-kvm-device-display-virtio-gpu",
|
||||
"qemu-kvm-device-display-virtio-vga",
|
||||
"qemu-kvm-tools",
|
||||
"qemu-pr-helper",
|
||||
"qemu-kvm-common",
|
||||
"qemu-kvm",
|
||||
"qemu-kvm-core",
|
||||
"qemu-kvm-docs",
|
||||
"qemu-kvm-block-blkio",
|
||||
"qemu-kvm-block-rbd",
|
||||
"qemu-guest-agent",
|
||||
"qemu-kvm-device-usb-host",
|
||||
"qemu-img",
|
||||
"qemu-kvm-block-curl",
|
||||
"qemu-kvm-device-display-virtio-gpu-pci",
|
||||
"libguestfs-rescue",
|
||||
"perl-Sys-Guestfs",
|
||||
"libguestfs-inspect-icons",
|
||||
"libguestfs-bash-completion",
|
||||
"libguestfs-xfs",
|
||||
"python3-libguestfs",
|
||||
"libguestfs-rsync",
|
||||
"libguestfs-appliance",
|
||||
"libguestfs",
|
||||
"virt-win-reg",
|
||||
"guestfs-tools",
|
||||
"supermin",
|
||||
"seabios-bin",
|
||||
"seavgabios-bin",
|
||||
"libvirt-daemon-common",
|
||||
"libvirt-libs",
|
||||
"libvirt-daemon-driver-interface",
|
||||
"libvirt-daemon-driver-qemu",
|
||||
"libvirt-daemon-driver-storage-core",
|
||||
"libvirt-daemon-driver-nwfilter",
|
||||
"libvirt-daemon-driver-nodedev",
|
||||
"libvirt-daemon-driver-secret",
|
||||
"libvirt-daemon-driver-network",
|
||||
"libvirt-daemon-proxy",
|
||||
"libvirt-daemon-log",
|
||||
"libvirt-client",
|
||||
"libvirt-daemon",
|
||||
"libvirt-daemon-lock",
|
||||
"libvirt-nss",
|
||||
"libvirt-ssh-proxy",
|
||||
"libvirt-daemon-driver-storage-rbd",
|
||||
"libvirt-daemon-driver-storage-logical",
|
||||
"libvirt-daemon-driver-storage-disk",
|
||||
"libvirt-daemon-driver-storage-scsi",
|
||||
"libvirt-daemon-driver-storage-iscsi",
|
||||
"libvirt-daemon-plugin-lockd",
|
||||
"libvirt-daemon-driver-storage-mpath",
|
||||
"libvirt-client-qemu",
|
||||
"libvirt-daemon-config-nwfilter",
|
||||
"libvirt-daemon-config-network",
|
||||
"libvirt",
|
||||
"libvirt-daemon-driver-storage",
|
||||
"libvirt-daemon-kvm",
|
||||
"virt-top",
|
||||
"swtpm-selinux",
|
||||
"libvirt-glib",
|
||||
"virt-install",
|
||||
"virt-manager",
|
||||
"virt-manager-common",
|
||||
"spice-gtk",
|
||||
"spice-gtk-tools",
|
||||
"spice-gtk3-vala",
|
||||
"spice-html5",
|
||||
"spice-webdavd",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -134,18 +81,6 @@ additional_packages = [
|
||||
'^CRB$', {
|
||||
'*': [
|
||||
"xorg-x11-server-source",
|
||||
"ocaml-libguestfs-devel",
|
||||
"libguestfs-devel",
|
||||
"libguestfs-man-pages-ja",
|
||||
"ocaml-libguestfs",
|
||||
"libguestfs-man-pages-uk",
|
||||
"supermin-devel",
|
||||
"libvirt-docs",
|
||||
"libvirt-devel",
|
||||
"libvirt-daemon-plugin-sanlock",
|
||||
"spice-glib-devel",
|
||||
"spice-gtk3-devel",
|
||||
"spice-server-devel",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -185,23 +120,17 @@ additional_packages = [
|
||||
"tmux",
|
||||
"usbguard",
|
||||
"kernel",
|
||||
"kdump-utils",
|
||||
"libsss_autofs",
|
||||
"sssd-nfs-idmap",
|
||||
"glibc-gconv-extra",
|
||||
"kbd-legacy",
|
||||
"container-selinux",
|
||||
"smartmontools-selinux",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^extras-common$', {
|
||||
'^extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"epel-release",
|
||||
"xisxwayland",
|
||||
"livesys-scripts",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
7
ppc64le/modules_defaults/module_defaults/maven.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/maven.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: maven
|
||||
profiles:
|
||||
'3.8':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/nginx.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/nginx.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.22':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
9
ppc64le/modules_defaults/module_defaults/nodejs.yaml
Normal file
9
ppc64le/modules_defaults/module_defaults/nodejs.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/php.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/php.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'8.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/postgresql.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/postgresql.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: postgresql
|
||||
profiles:
|
||||
'15':
|
||||
- server
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/redis.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/redis.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'7':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/ruby.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/ruby.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: ruby
|
||||
profiles:
|
||||
'3.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
ppc64le/modules_defaults/module_defaults/swig.yaml
Normal file
7
ppc64le/modules_defaults/module_defaults/swig.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: swig
|
||||
profiles:
|
||||
'4.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
@ -1,3 +1,3 @@
|
||||
multilib_blacklist = {}
|
||||
multilib_whitelist = {}
|
||||
multilib = []
|
||||
multilib = []
|
||||
|
15045
ppc64le/packages.json
15045
ppc64le/packages.json
File diff suppressed because it is too large
Load Diff
@ -56,6 +56,7 @@
|
||||
<group default="false">anaconda-tools</group>
|
||||
<group default="false">backup-client</group>
|
||||
<group default="false">base</group>
|
||||
<group default="false">base-x</group>
|
||||
<group default="false">conflicts-appstream</group>
|
||||
<group default="false">console-internet</group>
|
||||
<group default="false">container-management</group>
|
||||
@ -64,11 +65,11 @@
|
||||
<group default="false">desktop-debugging</group>
|
||||
<group default="false">development</group>
|
||||
<group default="false">dns-server</group>
|
||||
<group default="false">dotnet</group>
|
||||
<group default="false">emacs</group>
|
||||
<group default="false">file-server</group>
|
||||
<group default="false">fonts</group>
|
||||
<group default="false">ftp-server</group>
|
||||
<group default="false">gnome-apps</group>
|
||||
<group default="false">gnome-desktop</group>
|
||||
<group default="false">graphical-admin-tools</group>
|
||||
<group default="false">graphics</group>
|
||||
@ -78,8 +79,11 @@
|
||||
<group default="false">headless-management</group>
|
||||
<group default="false">infiniband</group>
|
||||
<group default="false">input-methods</group>
|
||||
<group default="false">internet-applications</group>
|
||||
<group default="false">internet-browser</group>
|
||||
<group default="false">java-development</group>
|
||||
<group default="false">java-platform</group>
|
||||
<group default="false">legacy-x</group>
|
||||
<group default="false">mail-server</group>
|
||||
<group default="false">multimedia</group>
|
||||
<group default="false">network-file-system-client</group>
|
||||
@ -96,6 +100,7 @@
|
||||
<group default="false">rpm-development-tools</group>
|
||||
<group default="false">scientific</group>
|
||||
<group default="false">security-tools</group>
|
||||
<group default="false">smart-card</group>
|
||||
<group default="false">smb-server</group>
|
||||
<group default="false">standard</group>
|
||||
<group default="false">system-tools</group>
|
||||
@ -110,8 +115,19 @@
|
||||
<environment display_order="1">graphical-server-environment</environment>
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
<environment display_order="2">server-product-environment</environment>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
<module>nodejs:20</module>
|
||||
<module>php:8.1</module>
|
||||
<module>postgresql:15</module>
|
||||
<module>redis:7</module>
|
||||
<module>ruby:3.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="CRB" name="CRB" type="variant">
|
||||
<arches>
|
||||
@ -120,6 +136,9 @@
|
||||
<groups>
|
||||
<group default="false">crb</group>
|
||||
</groups>
|
||||
<modules>
|
||||
<module>swig:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="HighAvailability" name="HighAvailability" type="variant">
|
||||
<arches>
|
||||
@ -130,6 +149,37 @@
|
||||
<group default="true">ha-devel</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="ResilientStorage" name="ResilientStorage" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">ha</group>
|
||||
<group default="false">ha-devel</group>
|
||||
<group default="false">resilient-storage</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras" name="extras" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Minimal" name="Minimal" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
@ -173,30 +223,32 @@
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
</environments>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras-common" name="extras-common" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="devel" name="devel" type="variant">
|
||||
<arches>
|
||||
<arch>ppc64le</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">dotnet</group>
|
||||
<group default="false">office-suite</group>
|
||||
<group default="false">platform-microsoft</group>
|
||||
<group default="false">platform-vmware</group>
|
||||
<group default="false">virtualization-client</group>
|
||||
<group default="false">virtualization-tools</group>
|
||||
</groups>
|
||||
<environments>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>javapackages-tools-devel:202201</module>
|
||||
<module>javapackages-tools:202201</module>
|
||||
<module>maven-devel:3.8</module>
|
||||
<module>nginx-devel:1.22</module>
|
||||
<module>nodejs-devel:18</module>
|
||||
<module>nodejs-devel:20</module>
|
||||
<module>php-devel:8.1</module>
|
||||
<module>postgresql-devel:15</module>
|
||||
<module>redis-devel:7</module>
|
||||
<module>swig-devel:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
@ -2,18 +2,18 @@
|
||||
"BaseOS": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": false,
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [
|
||||
"AppStream"
|
||||
],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -48,6 +48,24 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"ResilientStorage": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"extras": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"SAPHANA": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -70,17 +88,17 @@
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -89,15 +107,6 @@
|
||||
}]
|
||||
}]
|
||||
},
|
||||
"extras-common": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"devel": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -108,7 +117,9 @@
|
||||
"CRB",
|
||||
"SAP",
|
||||
"SAPHANA",
|
||||
"extras",
|
||||
"Minimal",
|
||||
"ResilientStorage",
|
||||
"HighAvailability"
|
||||
]
|
||||
}
|
||||
|
@ -8,10 +8,9 @@ from extra_options import *
|
||||
{% endif %}
|
||||
|
||||
# PRODUCT INFO
|
||||
{% set full_product_name = product_name %}
|
||||
release_name = "{{ full_product_name | replace('-', ' ') }}"
|
||||
release_short = "{{ full_product_name }}"
|
||||
release_version = "{{ distribution_major_version }}"
|
||||
release_name = "{{ product_name }}"
|
||||
release_short = "{{ product_name }}"
|
||||
release_version = "{{ full_version }}"
|
||||
treeinfo_version = "{{ distribution_major_version }}"
|
||||
|
||||
# GENERAL SETTINGS
|
||||
@ -24,8 +23,6 @@ comps_file = {
|
||||
|
||||
link_type = 'hardlink'
|
||||
|
||||
createiso_use_xorrisofs = True
|
||||
|
||||
module_defaults_dir = {
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/almalinux/pungi-almalinux.git",
|
||||
@ -49,7 +46,7 @@ tree_arches = ['{{ arch }}']
|
||||
|
||||
# PKGSET
|
||||
pkgset_source = "kojimock"
|
||||
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}_{{ arch }}"
|
||||
koji_profile = "{{ product_name.lower() }}_{{ distribution_major_version }}"
|
||||
|
||||
# PKGSET - KOJI
|
||||
pkgset_koji_tag = "dist-c8-compose"
|
||||
@ -120,7 +117,7 @@ lorax_options = [
|
||||
"*": {
|
||||
"noupgrade": False,
|
||||
"rootfs_size": 3,
|
||||
"version": "{{ distribution_major_version }}"
|
||||
"version": "{{ full_version }}"
|
||||
}
|
||||
})
|
||||
]
|
||||
@ -143,11 +140,11 @@ image_name_format = {
|
||||
"^{{ variant }}$": "{{ options['image_name_format'] }}",
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
".*": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
".*": "{release_short}-{{ full_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
}
|
||||
|
||||
image_volid_formats = [
|
||||
'{release_short}-{{ distribution_major_version }}-{arch}',
|
||||
'{release_short}-{{ full_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}',
|
||||
]
|
||||
|
||||
# CREATEISO
|
||||
@ -164,11 +161,6 @@ createiso_skip = [
|
||||
{% endfor %}
|
||||
]
|
||||
|
||||
createrepo_extra_args = [
|
||||
"--compress-type=gz",
|
||||
"--general-compress-type=gz",
|
||||
]
|
||||
|
||||
extra_isos = {
|
||||
{% for variant, options in variants.items() %}
|
||||
{% if options['extra_isos'] | default(false) %}
|
||||
@ -196,8 +188,8 @@ extra_files = [
|
||||
'*': [
|
||||
{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
'LICENSE',
|
||||
'EULA',
|
||||
|
10198
s390x/comps.xml
10198
s390x/comps.xml
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@ filter_packages = [
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
's390x': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
"libreport-rhel-anaconda-bugzilla",
|
||||
@ -28,15 +27,26 @@ filter_packages = [
|
||||
"rhsm-icons",
|
||||
"rhc",
|
||||
"rhc-worker-playbook",
|
||||
"python2-gluster*",
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
"greenboot-status",
|
||||
"qemu-kvm-hw-usbredir",
|
||||
"pcp-pmda-bpf",
|
||||
"subscription-manager-rhsm-certificates.s390x",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(BaseOS|Minimal)$', {
|
||||
's390x': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(AppStream)$', {
|
||||
's390x': [
|
||||
@ -50,28 +60,36 @@ filter_packages = [
|
||||
'^(extras)$', {
|
||||
'*': [
|
||||
"centos-release-*",
|
||||
"centos-release-cloud.noarch",
|
||||
"centos-release-ovirt45-testing.noarch",
|
||||
"centos-release-openstack-yoga.noarch",
|
||||
]
|
||||
}
|
||||
)
|
||||
]
|
||||
filter_modules = []
|
||||
filter_modules = [
|
||||
(
|
||||
'^devel$', {
|
||||
'*': [
|
||||
"javapackages-bootstrap-devel:202201",
|
||||
"javapackages-bootstrap:202201",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
'^AppStream$', {
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"aspnetcore-runtime-7.0",
|
||||
"aspnetcore-targeting-pack-7.0",
|
||||
"dotnet-apphost-pack-7.0",
|
||||
"dotnet-hostfxr-7.0",
|
||||
"dotnet-runtime-7.0",
|
||||
"dotnet-sdk-7.0",
|
||||
"dotnet-targeting-pack-7.0",
|
||||
"dotnet-templates-7.0",
|
||||
"keylime-selinux",
|
||||
"lorax-templates-almalinux",
|
||||
"firefox",
|
||||
"thunderbird",
|
||||
"spice-gtk",
|
||||
"spice-gtk-tools",
|
||||
"spice-gtk3-vala",
|
||||
"spice-html5",
|
||||
"spice-webdavd",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -80,9 +98,6 @@ additional_packages = [
|
||||
'*': [
|
||||
"dotnet-sdk-7.0-source-built-artifacts",
|
||||
"xorg-x11-server-source",
|
||||
"spice-glib-devel",
|
||||
"spice-gtk3-devel",
|
||||
"spice-server-devel",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -122,23 +137,17 @@ additional_packages = [
|
||||
"tmux",
|
||||
"usbguard",
|
||||
"kernel",
|
||||
"kdump-utils",
|
||||
"libsss_autofs",
|
||||
"sssd-nfs-idmap",
|
||||
"glibc-gconv-extra",
|
||||
"kbd-legacy",
|
||||
"container-selinux",
|
||||
"smartmontools-selinux",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^extras-common$', {
|
||||
'^extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"epel-release",
|
||||
"xisxwayland",
|
||||
"livesys-scripts",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
7
s390x/modules_defaults/module_defaults/maven.yaml
Normal file
7
s390x/modules_defaults/module_defaults/maven.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: maven
|
||||
profiles:
|
||||
'3.8':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/nginx.yaml
Normal file
7
s390x/modules_defaults/module_defaults/nginx.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.22':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
9
s390x/modules_defaults/module_defaults/nodejs.yaml
Normal file
9
s390x/modules_defaults/module_defaults/nodejs.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/php.yaml
Normal file
7
s390x/modules_defaults/module_defaults/php.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'8.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/postgresql.yaml
Normal file
7
s390x/modules_defaults/module_defaults/postgresql.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: postgresql
|
||||
profiles:
|
||||
'15':
|
||||
- server
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/redis.yaml
Normal file
7
s390x/modules_defaults/module_defaults/redis.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'7':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/ruby.yaml
Normal file
7
s390x/modules_defaults/module_defaults/ruby.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: ruby
|
||||
profiles:
|
||||
'3.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
s390x/modules_defaults/module_defaults/swig.yaml
Normal file
7
s390x/modules_defaults/module_defaults/swig.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: swig
|
||||
profiles:
|
||||
'4.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
@ -1,3 +1,3 @@
|
||||
multilib_blacklist = {}
|
||||
multilib_whitelist = {}
|
||||
multilib = []
|
||||
multilib = []
|
||||
|
15157
s390x/packages.json
15157
s390x/packages.json
File diff suppressed because it is too large
Load Diff
@ -55,6 +55,7 @@
|
||||
<group default="false">anaconda-tools</group>
|
||||
<group default="false">backup-client</group>
|
||||
<group default="false">base</group>
|
||||
<group default="false">base-x</group>
|
||||
<group default="false">conflicts-appstream</group>
|
||||
<group default="false">console-internet</group>
|
||||
<group default="false">container-management</group>
|
||||
@ -74,8 +75,11 @@
|
||||
<group default="false">hardware-monitoring</group>
|
||||
<group default="false">headless-management</group>
|
||||
<group default="false">input-methods</group>
|
||||
<group default="false">internet-applications</group>
|
||||
<group default="false">internet-browser</group>
|
||||
<group default="false">java-development</group>
|
||||
<group default="false">java-platform</group>
|
||||
<group default="false">legacy-x</group>
|
||||
<group default="false">mail-server</group>
|
||||
<group default="false">network-file-system-client</group>
|
||||
<group default="false">network-server</group>
|
||||
@ -91,6 +95,7 @@
|
||||
<group default="false">rpm-development-tools</group>
|
||||
<group default="false">scientific</group>
|
||||
<group default="false">security-tools</group>
|
||||
<group default="false">smart-card</group>
|
||||
<group default="false">smb-server</group>
|
||||
<group default="false">standard</group>
|
||||
<group default="false">system-tools</group>
|
||||
@ -107,7 +112,19 @@
|
||||
<environment display_order="1">graphical-server-environment</environment>
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
<environment display_order="2">server-product-environment</environment>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
<module>nodejs:20</module>
|
||||
<module>php:8.1</module>
|
||||
<module>postgresql:15</module>
|
||||
<module>redis:7</module>
|
||||
<module>ruby:3.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="CRB" name="CRB" type="variant">
|
||||
<arches>
|
||||
@ -116,6 +133,9 @@
|
||||
<groups>
|
||||
<group default="false">crb</group>
|
||||
</groups>
|
||||
<modules>
|
||||
<module>swig:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="HighAvailability" name="HighAvailability" type="variant">
|
||||
<arches>
|
||||
@ -126,6 +146,37 @@
|
||||
<group default="true">ha-devel</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="ResilientStorage" name="ResilientStorage" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">ha</group>
|
||||
<group default="false">ha-devel</group>
|
||||
<group default="false">resilient-storage</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras" name="extras" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Minimal" name="Minimal" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
@ -168,30 +219,35 @@
|
||||
<environment display_order="3">minimal-environment</environment>
|
||||
</environments>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras-common" name="extras-common" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="devel" name="devel" type="variant">
|
||||
<arches>
|
||||
<arch>s390x</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">gnome-apps</group>
|
||||
<group default="false">graphics</group>
|
||||
<group default="false">guest-agents</group>
|
||||
<group default="false">infiniband</group>
|
||||
<group default="false">multimedia</group>
|
||||
<group default="false">office-suite</group>
|
||||
<group default="false">platform-microsoft</group>
|
||||
<group default="false">platform-vmware</group>
|
||||
</groups>
|
||||
<environments>
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>javapackages-tools-devel:202201</module>
|
||||
<module>javapackages-tools:202201</module>
|
||||
<module>maven-devel:3.8</module>
|
||||
<module>nginx-devel:1.22</module>
|
||||
<module>nodejs-devel:18</module>
|
||||
<module>nodejs-devel:20</module>
|
||||
<module>php-devel:8.1</module>
|
||||
<module>postgresql-devel:15</module>
|
||||
<module>redis-devel:7</module>
|
||||
<module>swig-devel:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
@ -2,18 +2,18 @@
|
||||
"BaseOS": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": false,
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [
|
||||
"AppStream"
|
||||
],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -48,6 +48,24 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"ResilientStorage": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"extras": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"SAPHANA": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -70,17 +88,17 @@
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -89,15 +107,6 @@
|
||||
}]
|
||||
}]
|
||||
},
|
||||
"extras-common": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"devel": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -108,9 +117,10 @@
|
||||
"CRB",
|
||||
"SAP",
|
||||
"SAPHANA",
|
||||
"extras",
|
||||
"Minimal",
|
||||
"ResilientStorage",
|
||||
"HighAvailability"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
10321
x86_64/comps.xml
10321
x86_64/comps.xml
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,6 @@ filter_packages = [
|
||||
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||
'x86_64': [
|
||||
"insights-client",
|
||||
"insights-client-ros",
|
||||
"libreport-plugin-rhtsupport",
|
||||
"libreport-rhel",
|
||||
"libreport-rhel-anaconda-bugzilla",
|
||||
@ -18,6 +17,8 @@ filter_packages = [
|
||||
"spice-client-win-x64",
|
||||
"spice-client-win-x86",
|
||||
"spice-qxl-wddm-dod",
|
||||
"spice-vdagent-win-x64",
|
||||
"spice-vdagent-win-x86",
|
||||
"virt-who",
|
||||
"virtio-win",
|
||||
"subscription-manager-cockpit",
|
||||
@ -26,21 +27,35 @@ filter_packages = [
|
||||
"rhsm-icons",
|
||||
"rhc",
|
||||
"rhc-worker-playbook",
|
||||
"python2-gluster*",
|
||||
"gcc-toolset-10-dyninst-devel.i686",
|
||||
"gcc-toolset-10-systemtap-devel.i686",
|
||||
"gcc-toolset-10-systemtap-sdt-devel.i686",
|
||||
"ocaml-camlp4.i686",
|
||||
"ocaml-camlp4-devel.i686",
|
||||
"ocaml-extlib-devel.i686",
|
||||
"ocaml-findlib-devel.i686",
|
||||
"ocaml-labltk.i686",
|
||||
"ocaml-labltk-devel.i686",
|
||||
"ocaml-ocamlbuild.i686",
|
||||
"ocaml-ocamlbuild-devel.i686",
|
||||
"greenboot-grub2",
|
||||
"greenboot-reboot",
|
||||
"greenboot-rpm-ostree-grub2",
|
||||
"greenboot-status",
|
||||
"qemu-kvm-hw-usbredir",
|
||||
"subscription-manager-rhsm-certificates.x86_64",
|
||||
"kernel-rt-core.x86_64",
|
||||
"kernel-rt-modules-core.x86_64",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^(BaseOS|Minimal)$', {
|
||||
'x86_64': [
|
||||
"perl-Net-SSLeay",
|
||||
"perl-Mozilla-CA",
|
||||
"perl-IO-Socket-SSL",
|
||||
"python-unversioned-command",
|
||||
"python.i686",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -49,12 +64,22 @@ filter_packages = [
|
||||
'x86_64': [
|
||||
"java-1.8.0-openjdk-slowdebug",
|
||||
"java-1.8.0-openjdk-headless-slowdebug",
|
||||
"libvirt-glib.i686",
|
||||
"sos",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
filter_modules = []
|
||||
filter_modules = [
|
||||
(
|
||||
'^devel$', {
|
||||
'*': [
|
||||
"javapackages-bootstrap-devel:202201",
|
||||
"javapackages-bootstrap:202201",
|
||||
]
|
||||
}
|
||||
),
|
||||
]
|
||||
|
||||
additional_packages = [
|
||||
(
|
||||
@ -62,22 +87,6 @@ additional_packages = [
|
||||
'*': [
|
||||
"almalinux-backgrounds",
|
||||
"lorax-templates-almalinux",
|
||||
"firefox",
|
||||
"thunderbird",
|
||||
"spice-gtk",
|
||||
"spice-gtk-tools",
|
||||
"spice-gtk3-vala",
|
||||
"spice-html5",
|
||||
"spice-webdavd",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^CRB$', {
|
||||
'*': [
|
||||
"spice-glib-devel",
|
||||
"spice-gtk3-devel",
|
||||
"spice-server-devel",
|
||||
]
|
||||
}
|
||||
),
|
||||
@ -117,23 +126,18 @@ additional_packages = [
|
||||
"tmux",
|
||||
"usbguard",
|
||||
"kernel",
|
||||
"kdump-utils",
|
||||
"glibc-gconv-extra.i686",
|
||||
"libsss_autofs",
|
||||
"sssd-nfs-idmap",
|
||||
"glibc-gconv-extra",
|
||||
"kbd-legacy",
|
||||
"container-selinux",
|
||||
"smartmontools-selinux",
|
||||
]
|
||||
}
|
||||
),
|
||||
(
|
||||
'^extras-common$', {
|
||||
'^extras$', {
|
||||
'*': [
|
||||
"anaconda-live",
|
||||
"epel-release",
|
||||
"xisxwayland",
|
||||
"livesys-scripts",
|
||||
]
|
||||
}
|
||||
)
|
||||
|
7
x86_64/modules_defaults/module_defaults/maven.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/maven.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: maven
|
||||
profiles:
|
||||
'3.8':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/nginx.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/nginx.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: nginx
|
||||
profiles:
|
||||
'1.22':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
9
x86_64/modules_defaults/module_defaults/nodejs.yaml
Normal file
9
x86_64/modules_defaults/module_defaults/nodejs.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
data:
|
||||
module: nodejs
|
||||
profiles:
|
||||
'18':
|
||||
- common
|
||||
'20':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/php.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/php.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: php
|
||||
profiles:
|
||||
'8.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/postgresql.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/postgresql.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: postgresql
|
||||
profiles:
|
||||
'15':
|
||||
- server
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/redis.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/redis.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: redis
|
||||
profiles:
|
||||
'7':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/ruby.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/ruby.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: ruby
|
||||
profiles:
|
||||
'3.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
7
x86_64/modules_defaults/module_defaults/swig.yaml
Normal file
7
x86_64/modules_defaults/module_defaults/swig.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
data:
|
||||
module: swig
|
||||
profiles:
|
||||
'4.1':
|
||||
- common
|
||||
document: modulemd-defaults
|
||||
version: '1'
|
@ -1,3 +1,41 @@
|
||||
multilib_blacklist = {}
|
||||
multilib_blacklist = {
|
||||
"*": [
|
||||
"libvirt*", # RhBug 1571159
|
||||
"java-*", # RCM-28652
|
||||
"totem", #RCM-43729
|
||||
"ocaml*", # RCM-53665
|
||||
"fwupd*", # ENGCMP-488
|
||||
"freeradius*", #RhBug 1923990
|
||||
"httpd-*", #ENGCMP-716
|
||||
"nginx-*",
|
||||
"php-*",
|
||||
"subversion-*",
|
||||
"mariadb-common", #ENGCMP-1061
|
||||
"mariadb-devel",
|
||||
"mariadb-embedded*",
|
||||
"mariadb-errmsg",
|
||||
"mysql-common",
|
||||
"mysql-devel",
|
||||
"mysql-libs",
|
||||
"mecab",
|
||||
"postgresql-private*", #ENGCMP-1179
|
||||
"postgresql-server*",
|
||||
"bash*", #RhBug 2006138
|
||||
"xapian-core*", #RhBug 2031780
|
||||
"tk*", #RhBug 2053406
|
||||
"tcl*",
|
||||
"ldns-devel*", #RhBug 2058694
|
||||
"apr-util-openssl",
|
||||
"compiler-rt",
|
||||
"libomp",
|
||||
"librevenge-gdb",
|
||||
"tracker",
|
||||
"tracker-miners",
|
||||
],
|
||||
}
|
||||
multilib_whitelist = {}
|
||||
multilib = []
|
||||
multilib = [
|
||||
('^.*$', {
|
||||
'x86_64': ['devel', 'runtime']
|
||||
}),
|
||||
]
|
||||
|
27137
x86_64/packages.json
27137
x86_64/packages.json
File diff suppressed because it is too large
Load Diff
@ -56,6 +56,7 @@
|
||||
<group default="false">anaconda-tools</group>
|
||||
<group default="false">backup-client</group>
|
||||
<group default="false">base</group>
|
||||
<group default="false">base-x</group>
|
||||
<group default="false">conflicts-appstream</group>
|
||||
<group default="false">console-internet</group>
|
||||
<group default="false">container-management</group>
|
||||
@ -69,6 +70,7 @@
|
||||
<group default="false">file-server</group>
|
||||
<group default="false">fonts</group>
|
||||
<group default="false">ftp-server</group>
|
||||
<group default="false">gnome-apps</group>
|
||||
<group default="false">gnome-desktop</group>
|
||||
<group default="false">graphical-admin-tools</group>
|
||||
<group default="false">graphics</group>
|
||||
@ -78,14 +80,18 @@
|
||||
<group default="false">headless-management</group>
|
||||
<group default="false">infiniband</group>
|
||||
<group default="false">input-methods</group>
|
||||
<group default="false">internet-applications</group>
|
||||
<group default="false">internet-browser</group>
|
||||
<group default="false">java-development</group>
|
||||
<group default="false">java-platform</group>
|
||||
<group default="false">legacy-x</group>
|
||||
<group default="false">mail-server</group>
|
||||
<group default="false">multimedia</group>
|
||||
<group default="false">network-file-system-client</group>
|
||||
<group default="false">network-server</group>
|
||||
<group default="false">network-tools</group>
|
||||
<group default="false">networkmanager-submodules</group>
|
||||
<group default="false">office-suite</group>
|
||||
<group default="false">ostree-support</group>
|
||||
<group default="false">performance</group>
|
||||
<group default="false">platform-devel</group>
|
||||
@ -98,6 +104,7 @@
|
||||
<group default="false">rpm-development-tools</group>
|
||||
<group default="false">scientific</group>
|
||||
<group default="false">security-tools</group>
|
||||
<group default="false">smart-card</group>
|
||||
<group default="false">smb-server</group>
|
||||
<group default="false">standard</group>
|
||||
<group default="false">system-tools</group>
|
||||
@ -117,6 +124,16 @@
|
||||
<environment display_order="99">virtualization-host-environment</environment>
|
||||
<environment display_order="4">workstation-product-environment</environment>
|
||||
</environments>
|
||||
<modules>
|
||||
<module>maven:3.8</module>
|
||||
<module>nginx:1.22</module>
|
||||
<module>nodejs:18</module>
|
||||
<module>nodejs:20</module>
|
||||
<module>php:8.1</module>
|
||||
<module>postgresql:15</module>
|
||||
<module>redis:7</module>
|
||||
<module>ruby:3.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="CRB" name="CRB" type="variant">
|
||||
<arches>
|
||||
@ -125,6 +142,9 @@
|
||||
<groups>
|
||||
<group default="false">crb</group>
|
||||
</groups>
|
||||
<modules>
|
||||
<module>swig:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
<variant id="HighAvailability" name="HighAvailability" type="variant">
|
||||
<arches>
|
||||
@ -135,6 +155,37 @@
|
||||
<group default="true">ha-devel</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="ResilientStorage" name="ResilientStorage" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">ha</group>
|
||||
<group default="false">ha-devel</group>
|
||||
<group default="false">resilient-storage</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras" name="extras" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="Minimal" name="Minimal" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
@ -198,30 +249,21 @@
|
||||
<group default="false">rt-debug</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAP" name="SAP" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="SAPHANA" name="SAPHANA" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<groups>
|
||||
<group default="false">sap-hana</group>
|
||||
</groups>
|
||||
</variant>
|
||||
<variant id="extras-common" name="extras-common" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
</variant>
|
||||
<variant id="devel" name="devel" type="variant">
|
||||
<arches>
|
||||
<arch>x86_64</arch>
|
||||
</arches>
|
||||
<modules>
|
||||
<module>javapackages-tools-devel:202201</module>
|
||||
<module>javapackages-tools:202201</module>
|
||||
<module>maven-devel:3.8</module>
|
||||
<module>nginx-devel:1.22</module>
|
||||
<module>nodejs-devel:18</module>
|
||||
<module>nodejs-devel:20</module>
|
||||
<module>php-devel:8.1</module>
|
||||
<module>postgresql-devel:15</module>
|
||||
<module>redis-devel:7</module>
|
||||
<module>swig-devel:4.1</module>
|
||||
</modules>
|
||||
</variant>
|
||||
</variants>
|
||||
|
@ -2,18 +2,18 @@
|
||||
"BaseOS": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": false,
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [
|
||||
"AppStream"
|
||||
],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-{disc_type}{suffix}",
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-{disc_type}{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
@ -48,7 +48,7 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"RT": {
|
||||
"ResilientStorage": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
@ -57,7 +57,7 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"NFV": {
|
||||
"extras": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
@ -86,28 +86,7 @@
|
||||
"HighAvailability"
|
||||
]
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}-{{ now(fmt='%Y%m%d') }}.{{ build_num }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-kitten-release.git",
|
||||
"branch": "a{{ distribution_major_version }}s",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
||||
]
|
||||
}]
|
||||
}]
|
||||
},
|
||||
"extras-common": {
|
||||
"RT": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
@ -116,6 +95,36 @@
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"NFV": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
"createiso_skip": true,
|
||||
"variant_as_lookaside": [
|
||||
"BaseOS",
|
||||
"AppStream"
|
||||
]
|
||||
},
|
||||
"Minimal": {
|
||||
"gather_methods": "hybrid",
|
||||
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"buildinstall_skip": false,
|
||||
"createiso_skip": true,
|
||||
"extra_isos": [{
|
||||
"include_variants": [],
|
||||
"filename": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}{{ volume_id_beta_suffix }}-{arch}-minimal{suffix}",
|
||||
"skip_src": true,
|
||||
"extra_files": [{
|
||||
"scm": "git",
|
||||
"repo": "https://git.almalinux.org/rpms/almalinux-release.git",
|
||||
"branch": "a{{ distribution_major_version }}",
|
||||
"file": [
|
||||
"LICENSE",
|
||||
"EULA",
|
||||
"RPM-GPG-KEY-AlmaLinux-{{ distribution_major_version }}"
|
||||
]
|
||||
}]
|
||||
}]
|
||||
},
|
||||
"devel": {
|
||||
"gather_methods": "hybrid",
|
||||
"buildinstall_skip": true,
|
||||
@ -126,9 +135,11 @@
|
||||
"CRB",
|
||||
"SAP",
|
||||
"SAPHANA",
|
||||
"extras",
|
||||
"Minimal",
|
||||
"NFV",
|
||||
"RT",
|
||||
"NFV",
|
||||
"ResilientStorage",
|
||||
"HighAvailability"
|
||||
]
|
||||
}
|
||||
|
4660
x86_64_v2/comps.xml
4660
x86_64_v2/comps.xml
File diff suppressed because it is too large
Load Diff
19568
x86_64_v2/packages.json
19568
x86_64_v2/packages.json
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user