From f340516a8dfcb51dc9d3251feea52e875a82aec9 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 19 Oct 2022 13:41:43 +0300 Subject: [PATCH] ALBS-692: Prepare pungi configuration and setup Jenkins job for AlmaLinux 8.7 beta - Additional packages for Minimal --- aarch64/include_exclude.conf | 31 +++++++++++++++++++++++++++++++ ppc64le/include_exclude.conf | 31 +++++++++++++++++++++++++++++++ s390x/include_exclude.conf | 31 +++++++++++++++++++++++++++++++ x86_64/include_exclude.conf | 31 +++++++++++++++++++++++++++++++ 4 files changed, 124 insertions(+) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index b0efef4..be0bedd 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -79,6 +79,37 @@ additional_packages = [ '^Minimal$', { '*': [ "kernel-modules-extra", + "aide", + "audispd-plugins", + "audit", + "chrony", + "crypto-policies", + "dnf-automatic", + "dnf-plugin-subscription-manager", + "fapolicyd", + "firewalld", + "gnutls-utils", + "kernel-modules-extra", + "libreswan", + "libselinux", + "opensc", + "openscap", + "openscap-scanner", + "openssh-clients", + "openssh-server", + "openssl-pkcs11", + "pcsc-lite", + "policycoreutils", + "policycoreutils-python-utils", + "rear", + "rng-tools", + "rsyslog", + "rsyslog-gnutls", + "scap-security-guide", + "subscription-manager", + "sudo", + "tmux", + "usbgurad", ] } ), diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 59fb9a4..58b181f 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -72,6 +72,37 @@ additional_packages = [ '^Minimal$', { '*': [ "kernel-modules-extra", + "aide", + "audispd-plugins", + "audit", + "chrony", + "crypto-policies", + "dnf-automatic", + "dnf-plugin-subscription-manager", + "fapolicyd", + "firewalld", + "gnutls-utils", + "kernel-modules-extra", + "libreswan", + "libselinux", + "opensc", + "openscap", + "openscap-scanner", + "openssh-clients", + "openssh-server", + "openssl-pkcs11", + "pcsc-lite", + "policycoreutils", + "policycoreutils-python-utils", + "rear", + "rng-tools", + "rsyslog", + "rsyslog-gnutls", + "scap-security-guide", + "subscription-manager", + "sudo", + "tmux", + "usbgurad", ] } ), diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 492f61e..0f43b8e 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -71,6 +71,37 @@ additional_packages = [ '^Minimal$', { '*': [ "kernel-modules-extra", + "aide", + "audispd-plugins", + "audit", + "chrony", + "crypto-policies", + "dnf-automatic", + "dnf-plugin-subscription-manager", + "fapolicyd", + "firewalld", + "gnutls-utils", + "kernel-modules-extra", + "libreswan", + "libselinux", + "opensc", + "openscap", + "openscap-scanner", + "openssh-clients", + "openssh-server", + "openssl-pkcs11", + "pcsc-lite", + "policycoreutils", + "policycoreutils-python-utils", + "rear", + "rng-tools", + "rsyslog", + "rsyslog-gnutls", + "scap-security-guide", + "subscription-manager", + "sudo", + "tmux", + "usbgurad", ] } ), diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 0edfe1d..4fa88e9 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -101,6 +101,37 @@ additional_packages = [ '^Minimal$', { '*': [ "kernel-modules-extra", + "aide", + "audispd-plugins", + "audit", + "chrony", + "crypto-policies", + "dnf-automatic", + "dnf-plugin-subscription-manager", + "fapolicyd", + "firewalld", + "gnutls-utils", + "kernel-modules-extra", + "libreswan", + "libselinux", + "opensc", + "openscap", + "openscap-scanner", + "openssh-clients", + "openssh-server", + "openssl-pkcs11", + "pcsc-lite", + "policycoreutils", + "policycoreutils-python-utils", + "rear", + "rng-tools", + "rsyslog", + "rsyslog-gnutls", + "scap-security-guide", + "subscription-manager", + "sudo", + "tmux", + "usbgurad", ] } ),