2021-02-21 05:22:59 +00:00
|
|
|
filter_packages = [
|
2022-04-28 07:43:49 +00:00
|
|
|
("^(BaseOS|AppStream|HighAvailability|ResilientStorage|RT|NFV)$", {
|
2021-02-21 05:22:59 +00:00
|
|
|
"*": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"python36", # RCM-42305 - ursine python36 should be only in buildroot
|
|
|
|
"gcc-toolset-9-*-testsuite", #RCM-58061
|
|
|
|
"gcc-toolset-9-gcc-plugin-devel", #RCM-58061
|
|
|
|
"tuned-profiles-sap", # RCM-53604 - This should be only in SAP
|
|
|
|
"tuned-profiles-sap-hana", # RCM-53604 - This should be only in SAPHANA
|
|
|
|
"java-*slowdebug*", # Jira: RHELCMP-1407 Jira: RHELCMP-1512 Jira: RHELCMP-4189
|
|
|
|
"java-*fastdebug*", # Jira: RHELCMP-1407 Jira: RHELCMP-1512 Jira: RHELCMP-4189
|
2021-11-09 15:32:46 +00:00
|
|
|
"grubby-deprecated*",
|
2021-05-26 02:29:37 +00:00
|
|
|
"insights-client",
|
2022-10-02 05:33:43 +00:00
|
|
|
"redhat-cloud-client-configuration",
|
2021-06-08 01:20:46 +00:00
|
|
|
"rhc",
|
2021-06-04 04:28:27 +00:00
|
|
|
"rhc-worker-playbook",
|
2021-02-21 05:22:59 +00:00
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
|
|
|
("^BaseOS$", {
|
|
|
|
"*": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"compat-openssl10-devel", # RCM-26416
|
|
|
|
"compat-openssl10-pkcs11-helper", # RCM-28614
|
|
|
|
"openldap-servers-debuginfo", # RCM-28225
|
|
|
|
"ongres-scram", # RCM-31750
|
|
|
|
"libcomps-devel", #RhBug 1960616
|
2022-09-23 15:35:21 +00:00
|
|
|
"fstrm-utils",
|
2021-02-21 05:22:59 +00:00
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
2021-12-14 22:48:12 +00:00
|
|
|
# ("^RT$", {
|
|
|
|
# "*": [
|
2022-04-15 22:32:06 +00:00
|
|
|
# "kernel-rt-kvm-debuginfo", # RCM-33741
|
|
|
|
# "kernel-rt-debug-kvm-debuginfo", # RCM-33741
|
2021-12-14 22:48:12 +00:00
|
|
|
# ]
|
|
|
|
# }),
|
2021-08-23 22:53:11 +00:00
|
|
|
|
2021-05-26 02:29:37 +00:00
|
|
|
("^.*$", {
|
|
|
|
"*": [
|
2021-10-31 21:51:24 +00:00
|
|
|
"scap-security-guide-rule-playbooks",
|
2021-11-23 15:29:38 +00:00
|
|
|
"kernel-ml"
|
2021-05-26 02:29:37 +00:00
|
|
|
]
|
|
|
|
}),
|
2021-02-21 05:22:59 +00:00
|
|
|
]
|
|
|
|
|
2021-06-21 07:36:29 +00:00
|
|
|
filter_modules = [
|
|
|
|
("^AppStream$", {
|
|
|
|
"aarch64":
|
|
|
|
[
|
|
|
|
"eclipse:rhel8",
|
|
|
|
],
|
|
|
|
"ppc64le":
|
|
|
|
[
|
|
|
|
"eclipse:rhel8",
|
|
|
|
],
|
|
|
|
"s390x": [
|
|
|
|
"eclipse:rhel8",
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
]
|
2021-05-26 02:29:37 +00:00
|
|
|
|
2021-02-21 05:22:59 +00:00
|
|
|
additional_packages = [
|
|
|
|
("^AppStream$", {
|
|
|
|
"*": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"ansible-collection-redhat-rhel_mgmt", #RHELCMP-6300 RhBug 1992497
|
2022-09-23 15:35:21 +00:00
|
|
|
"aspnetcore-runtime-7.0",
|
|
|
|
"aspnetcore-targeting-pack-7.0",
|
2022-04-15 22:32:06 +00:00
|
|
|
"bind9.16", #ENGCMP-1675
|
|
|
|
"bind9.16-chroot", #ENGCMP-1675
|
|
|
|
"bind9.16-utils", #ENGCMP-1675
|
|
|
|
"bind9.16-libs", #ENGCMP-1675
|
|
|
|
"bind9.16-license", #ENGCMP-1675
|
|
|
|
"cockpit-leapp", #ENGCMP-1819
|
2022-09-08 00:38:17 +00:00
|
|
|
"dotnet",
|
2022-09-23 15:35:21 +00:00
|
|
|
"dotnet-apphost-pack-7.0",
|
|
|
|
"dotnet-host",
|
|
|
|
"dotnet-hostfxr-7.0",
|
|
|
|
"dotnet-runtime-7.0",
|
|
|
|
"dotnet-sdk-7.0",
|
|
|
|
"dotnet-targeting-pack-7.0",
|
|
|
|
"dotnet-templates-7.0",
|
|
|
|
"egl-utils",
|
|
|
|
"frr-selinux",
|
2022-04-15 22:32:06 +00:00
|
|
|
"libasan5", #RCM-61474
|
2021-02-21 05:22:59 +00:00
|
|
|
"libubsan1",
|
|
|
|
"gnome-software-editor",
|
|
|
|
"pipewire-docs",
|
2022-04-15 22:32:06 +00:00
|
|
|
"gcc-toolset-11-annobin-annocheck-debuginfo", #RHELCMP-5799
|
|
|
|
"gcc-toolset-11-annobin-debuginfo", #RHELCMP-5799
|
|
|
|
"gcc-toolset-11-annobin-plugin-gcc-debuginfo", #RHELCMP-5799
|
|
|
|
"gcc-toolset-11-annobin-debuginfo", #RHELCMP-5799
|
|
|
|
"gcc-toolset-11-gcc-gdb-plugin-debuginfo", #RHELCMP-5799
|
|
|
|
"gcc-toolset-11-systemtap-server-debuginfo", #RHELCMP-5799
|
2022-09-08 00:38:17 +00:00
|
|
|
"gcc-toolset-12", #ENGCMP-2287
|
|
|
|
"gcc-toolset-12-annobin-annocheck", #ENGCMP-2383
|
|
|
|
"gcc-toolset-12-annobin-docs", #ENGCMP-2383
|
|
|
|
"gcc-toolset-12-annobin-plugin-gcc", #ENGCMP-2383
|
|
|
|
"gcc-toolset-12-binutils", #ENGCMP-2303
|
2022-09-23 15:35:21 +00:00
|
|
|
"gcc-toolset-12-binutils-devel",
|
|
|
|
"gcc-toolset-12-build",
|
2022-09-08 00:38:17 +00:00
|
|
|
"gcc-toolset-12-gcc", #ENGCMP-2338
|
2022-09-23 15:35:21 +00:00
|
|
|
"gcc-toolset-12-gcc-plugin-devel",
|
2022-09-08 00:38:17 +00:00
|
|
|
"gcc-toolset-12-gdb", #ENGCMP-2334
|
|
|
|
"gcc-toolset-12-dwz", #ENGCMP-2339
|
2022-09-23 15:35:21 +00:00
|
|
|
"gcc-toolset-12-libasan-devel",
|
|
|
|
"gcc-toolset-12-libatomic-devel",
|
|
|
|
"gcc-toolset-12-libgccjit",
|
|
|
|
"gcc-toolset-12-libgccjit-devel",
|
|
|
|
"gcc-toolset-12-libgccjit-docs",
|
|
|
|
"gcc-toolset-12-libitm-devel",
|
|
|
|
"gcc-toolset-12-liblsan-devel",
|
|
|
|
"gcc-toolset-12-libstdc++-docs",
|
|
|
|
"gcc-toolset-12-libtsan-devel",
|
|
|
|
"gcc-toolset-12-libubsan-devel",
|
|
|
|
"gcc-toolset-12-offload-nvptx",
|
2022-04-15 22:32:06 +00:00
|
|
|
"virt-v2v", # RHBug 2005288, RHELCMP-6733
|
|
|
|
"swtpm", # Jira: RHELCMP-6824
|
|
|
|
"libtpms", # RHELCMP-6729
|
|
|
|
"leapp", # RHBug: 2017461, Jira: RHELCMP-7153
|
|
|
|
"leapp-repository", # RHELCMP-7154
|
2021-11-09 15:32:46 +00:00
|
|
|
"grafana-azure-monitor",
|
|
|
|
"grafana-cloudwatch",
|
|
|
|
"grafana-elasticsearch",
|
|
|
|
"grafana-graphite",
|
|
|
|
"grafana-influxdb",
|
|
|
|
"grafana-loki",
|
|
|
|
"grafana-mssql",
|
|
|
|
"grafana-mysql",
|
|
|
|
"grafana-opentsdb",
|
|
|
|
"grafana-postgres",
|
|
|
|
"grafana-prometheus",
|
|
|
|
"grafana-stackdriver",
|
2022-04-15 22:32:06 +00:00
|
|
|
"php-pecl-xdebug3", #ENGCMP-1718
|
|
|
|
"fdo-admin-cli", #ENGCMP-1993
|
|
|
|
"fdo-init", #ENGCMP-1717
|
|
|
|
"fdo-client", #ENGCMP-1717
|
|
|
|
"fdo-manufacturing-server", #ENGCMP-1843
|
|
|
|
"fdo-owner-cli", #ENGCMP-1717
|
|
|
|
"fdo-owner-onboarding-server",#ENGCMP-1843
|
|
|
|
"fdo-rendezvous-server", #ENGCMP-1843
|
|
|
|
"ansible-core", #ENGCMP-1722
|
|
|
|
"ansible-test",
|
|
|
|
"osbuild-lvm2", #ENGCMP-1731
|
|
|
|
"osbuild-luks2",
|
|
|
|
"hostapd", # ENGCMP-1720
|
|
|
|
"gnome-shell-extension-classification-banner", #ENGCMP-1770
|
|
|
|
"gnome-shell-extension-dash-to-panel", #ENGCMP-1770
|
|
|
|
"gnome-shell-extension-gesture-inhibitor", #ENGCMP-1770
|
|
|
|
"autocorr-en", #ENGCMP-1797
|
|
|
|
"libabw", #ENGCMP-1847
|
2022-09-23 15:35:21 +00:00
|
|
|
"libasan8",
|
2022-04-15 22:32:06 +00:00
|
|
|
"libcdr", #ENGCMP-1847
|
|
|
|
"libcmis", #ENGCMP-1797
|
|
|
|
"libexttextcat", #ENGCMP-1797
|
|
|
|
"libfreehand", #ENGCMP-1847
|
|
|
|
"libmspub", #ENGCMP-1847
|
|
|
|
"libmwaw", #ENGCMP-1847
|
|
|
|
"liborcus", #ENGCMP-1797
|
|
|
|
"libpagemaker", #ENGCMP-1847
|
|
|
|
"libqxp", #ENGCMP-1847
|
|
|
|
"libreoffice-calc", #ENGCMP-1847
|
|
|
|
"libreoffice-core", #ENGCMP-1797
|
|
|
|
"libreoffice-data", #ENGCMP-1797
|
|
|
|
"libreoffice-graphicfilter", #ENGCMP-1847
|
|
|
|
"libreoffice-help-en", #ENGCMP-1797
|
|
|
|
"libreoffice-impress", #ENGCMP-1847
|
|
|
|
"libreoffice-langpack-en", #ENGCMP-1797
|
|
|
|
"libreoffice-ogltrans", #ENGCMP-1847
|
|
|
|
"libreoffice-opensymbol-fonts", #ENGCMP-1797
|
|
|
|
"libreoffice-pdfimport", #ENGCMP-1847
|
|
|
|
"libreoffice-pyuno", #ENGCMP-1847
|
|
|
|
"libreoffice-ure", #ENGCMP-1797
|
|
|
|
"libreoffice-ure-common", #ENGCMP-1797
|
|
|
|
"libreoffice-writer", #ENGCMP-1847
|
|
|
|
"libstaroffice", #ENGCMP-1847
|
2022-09-23 15:35:21 +00:00
|
|
|
"libstoragemgmt-nfs-plugin",
|
|
|
|
"libtsan2",
|
2022-04-15 22:32:06 +00:00
|
|
|
"libzmf", #ENGCMP-1847
|
|
|
|
"lpsolve", #ENGCMP-1847
|
2022-09-23 15:35:21 +00:00
|
|
|
"netstandard-targeting-pack-2.1",
|
2022-04-15 22:32:06 +00:00
|
|
|
"greenboot-default-health-checks", #ENGCMP-1801
|
|
|
|
"fence-agents-ibm-powervs", #ENGCMP-2002
|
2022-09-23 15:35:21 +00:00
|
|
|
"fence-agents-ibm-vpc", #ENGCMP-2030
|
2022-04-15 22:32:06 +00:00
|
|
|
"fence-agents-kubevirt", #ENGCMP-2002
|
|
|
|
"fence-virtd-cpg", #ENGCMP-1972
|
2022-09-23 15:35:21 +00:00
|
|
|
"poppler-qt5", #ENGCMP-2393
|
2022-04-15 22:32:06 +00:00
|
|
|
"python3-dnf-plugin-modulesync", #ENGCMP-2018
|
2022-09-08 00:38:17 +00:00
|
|
|
"python3-lasso", #ENGCMP-2278
|
2022-09-23 15:35:21 +00:00
|
|
|
"qatlib-service",
|
|
|
|
"qt5-qt3d-doc",
|
|
|
|
"qt5-qtbase-doc",
|
|
|
|
"qt5-qtconnectivity-doc",
|
|
|
|
"qt5-qtdeclarative-doc",
|
|
|
|
"qt5-qtgraphicaleffects-doc",
|
|
|
|
"qt5-qtimageformats-doc",
|
|
|
|
"qt5-qtlocation-doc",
|
|
|
|
"qt5-qtmultimedia-doc",
|
|
|
|
"qt5-qtquickcontrols-doc",
|
|
|
|
"qt5-qtquickcontrols2-doc",
|
|
|
|
"qt5-qtscript-doc",
|
|
|
|
"qt5-qtsensors-doc",
|
|
|
|
"qt5-qtserialbus-doc",
|
|
|
|
"qt5-qtserialport-doc",
|
|
|
|
"qt5-qtsvg-doc",
|
|
|
|
"qt5-qttools-doc",
|
|
|
|
"qt5-qtwayland-doc",
|
|
|
|
"qt5-qtwebchannel-doc",
|
|
|
|
"qt5-qtwebsockets-doc",
|
|
|
|
"qt5-qtx11extras-doc",
|
|
|
|
"qt5-qtxmlpatterns-doc",
|
|
|
|
"qt5-doc",
|
|
|
|
"snactor",
|
2022-09-08 00:38:17 +00:00
|
|
|
"libzdnn", #ENGCMP-2057
|
2022-09-23 15:35:21 +00:00
|
|
|
"make43",
|
|
|
|
"make43-devel",
|
2022-09-08 00:38:17 +00:00
|
|
|
"tuned-profiles-postgresql", #ENGCMP-2126
|
|
|
|
"ipxe-bootimgs-aarch64", #ENGCMP-2123
|
|
|
|
"ipxe-bootimgs-x86", #ENGCMP-2123
|
|
|
|
"spirv-tools", #ENGCMP-2316
|
|
|
|
"sssd-idp", #ENGCMP-2310
|
|
|
|
"vulkan-headers", #ENGCMP-2316
|
|
|
|
"vulkan-loader", #ENGCMP-2316
|
|
|
|
"vulkan-loader-devel", #ENGCMP-2316
|
|
|
|
"vulkan-tools", #ENGCMP-2316
|
|
|
|
"vulkan-validation-layers", #ENGCMP-2316
|
2022-09-23 15:35:21 +00:00
|
|
|
"xmlstarlet",
|
|
|
|
"xxhash",
|
|
|
|
"xxhash-libs",
|
2022-09-08 00:38:17 +00:00
|
|
|
"yara", #ENGCMP-2352
|
2021-02-21 05:22:59 +00:00
|
|
|
]
|
|
|
|
}),
|
2022-09-08 00:38:17 +00:00
|
|
|
("^AppStream$", {
|
|
|
|
"aarch64": [],
|
|
|
|
"ppc64le": [],
|
|
|
|
"x86_64": [
|
|
|
|
"open-vm-tools-salt-minion", #ENGCMP-2295
|
|
|
|
],
|
|
|
|
"s390x": [],
|
|
|
|
}),
|
2021-05-26 02:29:37 +00:00
|
|
|
("^BaseOS$", {
|
|
|
|
"*": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"python3-debuginfo", # RCM-73713
|
|
|
|
"compat-hwloc1", #RhBug 1979150
|
|
|
|
"NetworkManager-initscripts-updown", #ENGCMP-1991
|
|
|
|
"shadow-utils-subid", #ENGCMP-1597
|
2022-09-23 15:35:21 +00:00
|
|
|
"glibc-doc", #ENGCMP-2354
|
|
|
|
"glibc-gconv-extra", #ENGCMP-2354
|
|
|
|
"liblockfile",
|
2022-11-08 10:35:24 +00:00
|
|
|
"kmod-redhat-oracleasm",
|
2021-10-09 00:31:40 +00:00
|
|
|
]
|
2021-05-26 02:29:37 +00:00
|
|
|
}),
|
2021-06-26 00:12:49 +00:00
|
|
|
|
2022-05-20 05:56:48 +00:00
|
|
|
("^devel$", {
|
2021-02-21 05:22:59 +00:00
|
|
|
"*": [
|
2021-11-01 21:06:47 +00:00
|
|
|
"libxmlb-devel",
|
2021-10-11 23:43:33 +00:00
|
|
|
"libxmld-devel",
|
2021-02-21 05:22:59 +00:00
|
|
|
"jbig2dec-devel",
|
|
|
|
"liba52-devel",
|
|
|
|
"libdvdnav-devel",
|
|
|
|
"libnml-devel",
|
|
|
|
"libss-devel",
|
|
|
|
"libssh2-devel",
|
2021-09-04 14:20:25 +00:00
|
|
|
"libpng12-devel",
|
2021-02-21 05:22:59 +00:00
|
|
|
"openslp-devel",
|
|
|
|
"rest-devel",
|
2022-07-28 16:10:01 +00:00
|
|
|
"python3-ldb-devel",
|
|
|
|
"python-ldb-devel-common",
|
2021-06-26 00:12:49 +00:00
|
|
|
"HdrHistogram_c-devel",
|
|
|
|
"LibRaw-samples",
|
|
|
|
"LibRaw-static",
|
|
|
|
"ModemManager-vala",
|
|
|
|
"adobe-mappings-pdf-devel",
|
|
|
|
"adwaita-icon-theme-devel",
|
|
|
|
"alex",
|
|
|
|
"alsa-topology",
|
|
|
|
"alsa-topology-utils",
|
|
|
|
"alsa-ucm-utils",
|
|
|
|
"argparse-manpage",
|
|
|
|
"asciidoc-latex",
|
|
|
|
"atf-tests",
|
|
|
|
"atlas-static",
|
|
|
|
"authselect-devel",
|
|
|
|
"autocorr-dsb",
|
|
|
|
"autocorr-el",
|
|
|
|
"autocorr-hsb",
|
|
|
|
"autotrace-devel",
|
|
|
|
"avahi-dnsconfd",
|
|
|
|
"avahi-tools",
|
|
|
|
"babel-doc",
|
|
|
|
"babeltrace",
|
|
|
|
"bacula-console-bat",
|
|
|
|
"bea-stax-javadoc",
|
|
|
|
"beakerlib",
|
|
|
|
"beakerlib-vim-syntax",
|
|
|
|
"bibutils",
|
|
|
|
"bibutils-devel",
|
|
|
|
"bibutils-libs",
|
|
|
|
"boost-doctools",
|
|
|
|
"boost-mpich-python3-devel",
|
|
|
|
"boost-openmpi-python3-devel",
|
|
|
|
"bsdcat",
|
|
|
|
"bsdcpio",
|
|
|
|
"chan-devel",
|
|
|
|
"check-checkmk",
|
|
|
|
"check-static",
|
|
|
|
"cheese-libs-devel",
|
|
|
|
"cifs-utils-devel",
|
|
|
|
"cim-schema-docs",
|
|
|
|
"cloog-devel",
|
|
|
|
"clutter-gst2-devel",
|
|
|
|
"clutter-tests",
|
|
|
|
"cockpit-tests",
|
|
|
|
"codemodel-javadoc",
|
|
|
|
"cogl-tests",
|
|
|
|
"dhcp-devel",
|
|
|
|
"dhcp-devel-doc",
|
|
|
|
"dialog-devel",
|
|
|
|
"dleyna-connector-dbus-devel",
|
|
|
|
"dleyna-core-devel",
|
|
|
|
"dleyna-renderer-devel",
|
|
|
|
"dlm-devel",
|
|
|
|
"docbook-utils-pdf",
|
|
|
|
"docbook5-style-xsl",
|
|
|
|
"docbook5-style-xsl-extensions",
|
|
|
|
"dom4j",
|
|
|
|
"dom4j-javadoc",
|
|
|
|
"drm-utils",
|
|
|
|
"dtdinst",
|
|
|
|
"e2fsprogs-static",
|
|
|
|
"ecj",
|
|
|
|
"edk2-tools",
|
|
|
|
"edk2-tools-doc",
|
|
|
|
"efivar-devel",
|
|
|
|
"enchant2-aspell",
|
|
|
|
"enchant2-voikko",
|
|
|
|
"environment-modules-compat",
|
|
|
|
"eog-devel",
|
|
|
|
"espeak-ng-devel",
|
|
|
|
"espeak-ng-doc",
|
|
|
|
"expectk",
|
|
|
|
"farstream02-devel",
|
|
|
|
"fasterxml-oss-parent",
|
|
|
|
"festival",
|
|
|
|
"festival-devel",
|
|
|
|
"festival-docs",
|
|
|
|
"flatpak-tests",
|
|
|
|
"fltk-fluid",
|
|
|
|
"fltk-static",
|
|
|
|
"flute-javadoc",
|
|
|
|
"fontforge-devel",
|
|
|
|
"fontforge-doc",
|
|
|
|
"fontpackages-tools",
|
|
|
|
"fonttools",
|
|
|
|
"fprintd-devel",
|
|
|
|
"freetype-demos",
|
|
|
|
"fstrm-doc",
|
|
|
|
"fstrm-utils",
|
2021-11-01 21:06:47 +00:00
|
|
|
"gcab",
|
2021-06-26 00:12:49 +00:00
|
|
|
"gcc-toolset-10-libgccjit",
|
|
|
|
"gcc-toolset-10-libgccjit-devel",
|
|
|
|
"gcc-toolset-10-libgccjit-docs",
|
|
|
|
"gcc-toolset-10-systemtap-exporter",
|
|
|
|
"gcc-toolset-10-systemtap-runtime-python3",
|
|
|
|
"gcc-toolset-10-systemtap-testsuite",
|
|
|
|
"gcc-toolset-9-libgccjit",
|
|
|
|
"gcc-toolset-9-libgccjit-devel",
|
|
|
|
"gcc-toolset-9-libgccjit-docs",
|
|
|
|
"gcc-toolset-9-systemtap-testsuite",
|
|
|
|
"gd-progs",
|
|
|
|
"gdk-pixbuf2-tests",
|
|
|
|
"gdm-pam-extensions-devel",
|
|
|
|
"gedit-devel",
|
|
|
|
"gegl-devel",
|
|
|
|
"gegl04-devel-docs",
|
|
|
|
"gegl04-tools",
|
|
|
|
"genwqe-zlib-static",
|
|
|
|
"geoipupdate-cron",
|
|
|
|
"geoipupdate-cron6",
|
|
|
|
"gfbgraph-devel",
|
|
|
|
"ghc",
|
|
|
|
"ghc-Cabal",
|
2022-07-21 20:24:15 +00:00
|
|
|
"ghc-Glob",
|
|
|
|
"ghc-Glob-devel",
|
|
|
|
"ghc-HTTP-devel",
|
|
|
|
"ghc-JuicyPixels-devel",
|
|
|
|
"ghc-SHA-devel",
|
|
|
|
"ghc-aeson-devel",
|
|
|
|
"ghc-aeson-pretty-devel",
|
|
|
|
"ghc-base64-bytestring-devel",
|
|
|
|
"ghc-blaze-html-devel",
|
|
|
|
"ghc-blaze-markup-devel",
|
|
|
|
"ghc-case-insensitive-devel",
|
|
|
|
"ghc-cmark-gfm-devel",
|
|
|
|
"ghc-data-default-devel",
|
|
|
|
"ghc-doctemplates-devel",
|
|
|
|
"ghc-haddock-library-devel",
|
|
|
|
"ghc-hslua-devel",
|
|
|
|
"ghc-hslua-module-text-devel",
|
|
|
|
"ghc-http-client-devel",
|
|
|
|
"ghc-http-client-tls-devel",
|
|
|
|
"ghc-http-types-devel",
|
|
|
|
"ghc-mtl-devel",
|
|
|
|
"ghc-network-devel",
|
|
|
|
"ghc-network-uri-devel",
|
|
|
|
"ghc-pandoc-types-devel",
|
|
|
|
"ghc-parsec-devel",
|
|
|
|
"ghc-random-devel",
|
|
|
|
"ghc-rpm-macros",
|
|
|
|
"ghc-safe-devel",
|
|
|
|
"ghc-scientific-devel",
|
|
|
|
"ghc-skylighting-devel",
|
|
|
|
"ghc-split-devel",
|
|
|
|
"ghc-syb-devel",
|
|
|
|
"ghc-tagsoup-devel",
|
|
|
|
"ghc-temporary-devel",
|
|
|
|
"ghc-texmath-devel",
|
|
|
|
"ghc-text-devel",
|
|
|
|
"ghc-unordered-containers-devel",
|
|
|
|
"ghc-vector-devel",
|
|
|
|
"ghc-xml-devel",
|
|
|
|
"ghc-yaml-devel",
|
|
|
|
"ghc-zip-archive-devel",
|
|
|
|
"ghc-zlib-devel",
|
|
|
|
"ghc-HTTP",
|
|
|
|
"ghc-JuicyPixels",
|
|
|
|
"ghc-QuickCheck-devel",
|
|
|
|
"ghc-SHA",
|
|
|
|
"ghc-aeson",
|
|
|
|
"ghc-aeson-pretty",
|
|
|
|
"ghc-asn1-encoding",
|
|
|
|
"ghc-asn1-encoding-devel",
|
|
|
|
"ghc-asn1-parse",
|
|
|
|
"ghc-asn1-parse-devel",
|
|
|
|
"ghc-asn1-types",
|
|
|
|
"ghc-asn1-types-devel",
|
|
|
|
"ghc-async",
|
|
|
|
"ghc-async-devel",
|
|
|
|
"ghc-attoparsec",
|
|
|
|
"ghc-attoparsec-devel",
|
|
|
|
"ghc-base-compat",
|
|
|
|
"ghc-base-compat-devel",
|
|
|
|
"ghc-base64-bytestring",
|
|
|
|
"ghc-basement",
|
|
|
|
"ghc-basement-devel",
|
|
|
|
"ghc-blaze-builder",
|
|
|
|
"ghc-blaze-builder-devel",
|
|
|
|
"ghc-blaze-html",
|
|
|
|
"ghc-blaze-markup",
|
|
|
|
"ghc-byteable",
|
|
|
|
"ghc-byteable-devel",
|
|
|
|
"ghc-case-insensitive",
|
|
|
|
"ghc-cereal",
|
|
|
|
"ghc-cereal-devel",
|
|
|
|
"ghc-cmark-gfm",
|
|
|
|
"ghc-cmdargs",
|
|
|
|
"ghc-conduit",
|
|
|
|
"ghc-conduit-devel",
|
|
|
|
"ghc-connection",
|
|
|
|
"ghc-connection-devel",
|
|
|
|
"ghc-cookie",
|
|
|
|
"ghc-cookie-devel",
|
|
|
|
"ghc-cryptonite",
|
|
|
|
"ghc-cryptonite-devel",
|
|
|
|
"ghc-data-default",
|
|
|
|
"ghc-data-default-class",
|
|
|
|
"ghc-data-default-class-devel",
|
|
|
|
"ghc-data-default-instances-containers",
|
|
|
|
"ghc-data-default-instances-containers-devel",
|
|
|
|
"ghc-data-default-instances-dlist",
|
|
|
|
"ghc-data-default-instances-dlist-devel",
|
|
|
|
"ghc-data-default-instances-old-locale",
|
|
|
|
"ghc-data-default-instances-old-locale-devel",
|
|
|
|
"ghc-digest",
|
|
|
|
"ghc-digest-devel",
|
|
|
|
"ghc-dlist",
|
|
|
|
"ghc-dlist-devel",
|
|
|
|
"ghc-doctemplates",
|
|
|
|
"ghc-exceptions",
|
|
|
|
"ghc-exceptions-devel",
|
|
|
|
"ghc-foundation",
|
|
|
|
"ghc-foundation-devel",
|
|
|
|
"ghc-haddock-library",
|
|
|
|
"ghc-hashable",
|
|
|
|
"ghc-hashable-devel",
|
|
|
|
"ghc-hourglass",
|
|
|
|
"ghc-hourglass-devel",
|
|
|
|
"ghc-hslua",
|
|
|
|
"ghc-hslua-module-text",
|
|
|
|
"ghc-http-client",
|
|
|
|
"ghc-http-client-tls",
|
|
|
|
"ghc-http-types",
|
|
|
|
"ghc-hxt",
|
|
|
|
"ghc-hxt-charproperties",
|
|
|
|
"ghc-hxt-charproperties-devel",
|
|
|
|
"ghc-hxt-devel",
|
|
|
|
"ghc-hxt-regex-xmlschema",
|
|
|
|
"ghc-hxt-regex-xmlschema-devel",
|
|
|
|
"ghc-hxt-unicode",
|
|
|
|
"ghc-hxt-unicode-devel",
|
|
|
|
"ghc-integer-logarithms",
|
|
|
|
"ghc-integer-logarithms-devel",
|
|
|
|
"ghc-lifted-base",
|
|
|
|
"ghc-lifted-base-devel",
|
|
|
|
"ghc-memory",
|
|
|
|
"ghc-memory-devel",
|
|
|
|
"ghc-mime-types",
|
|
|
|
"ghc-mime-types-devel",
|
|
|
|
"ghc-mmorph",
|
|
|
|
"ghc-mmorph-devel",
|
|
|
|
"ghc-monad-control",
|
|
|
|
"ghc-monad-control-devel",
|
|
|
|
"ghc-network",
|
|
|
|
"ghc-network-uri",
|
|
|
|
"ghc-old-locale",
|
|
|
|
"ghc-old-locale-devel",
|
|
|
|
"ghc-old-time",
|
|
|
|
"ghc-old-time-devel",
|
|
|
|
"ghc-pandoc-types",
|
|
|
|
"ghc-parsec",
|
|
|
|
"ghc-pem",
|
|
|
|
"ghc-pem-devel",
|
|
|
|
"ghc-primitive-devel",
|
|
|
|
"ghc-regex-base",
|
|
|
|
"ghc-regex-base-devel",
|
|
|
|
"ghc-regex-pcre",
|
|
|
|
"ghc-regex-pcre-devel",
|
|
|
|
"ghc-resourcet",
|
|
|
|
"ghc-resourcet-devel",
|
|
|
|
"ghc-safe",
|
|
|
|
"ghc-scientific",
|
|
|
|
"ghc-semigroups",
|
|
|
|
"ghc-semigroups-devel",
|
|
|
|
"ghc-skylighting",
|
|
|
|
"ghc-socks",
|
|
|
|
"ghc-socks-devel",
|
|
|
|
"ghc-split",
|
|
|
|
"ghc-stm",
|
|
|
|
"ghc-stm-devel",
|
|
|
|
"ghc-streaming-commons",
|
|
|
|
"ghc-streaming-commons-devel",
|
|
|
|
"ghc-syb",
|
|
|
|
"ghc-tagged",
|
|
|
|
"ghc-tagged-devel",
|
|
|
|
"ghc-tagsoup",
|
|
|
|
"ghc-temporary",
|
|
|
|
"ghc-texmath",
|
|
|
|
"ghc-text",
|
|
|
|
"ghc-tf-random-devel",
|
|
|
|
"ghc-th-abstraction",
|
|
|
|
"ghc-th-abstraction-devel",
|
|
|
|
"ghc-time-locale-compat",
|
|
|
|
"ghc-time-locale-compat-devel",
|
|
|
|
"ghc-tls",
|
|
|
|
"ghc-tls-devel",
|
|
|
|
"ghc-transformers-base",
|
|
|
|
"ghc-transformers-base-devel",
|
|
|
|
"ghc-transformers-compat",
|
|
|
|
"ghc-transformers-compat-devel",
|
|
|
|
"ghc-unliftio-core",
|
|
|
|
"ghc-unliftio-core-devel",
|
|
|
|
"ghc-unordered-containers",
|
|
|
|
"ghc-utf8-string",
|
|
|
|
"ghc-utf8-string-devel",
|
|
|
|
"ghc-uuid-types",
|
|
|
|
"ghc-uuid-types-devel",
|
|
|
|
"ghc-vector",
|
|
|
|
"ghc-x509",
|
|
|
|
"ghc-x509-devel",
|
|
|
|
"ghc-x509-store",
|
|
|
|
"ghc-x509-store-devel",
|
|
|
|
"ghc-x509-system",
|
|
|
|
"ghc-x509-system-devel",
|
|
|
|
"ghc-x509-validation",
|
|
|
|
"ghc-x509-validation-devel",
|
|
|
|
"ghc-xml",
|
|
|
|
"ghc-yaml",
|
|
|
|
"ghc-zip-archive",
|
|
|
|
"ghc-zlib",
|
2021-06-26 00:12:49 +00:00
|
|
|
"glassfish-jsp-javadoc",
|
|
|
|
"glew",
|
|
|
|
"glib-networking-tests",
|
|
|
|
"glslang",
|
|
|
|
"glslang-devel",
|
|
|
|
"glusterfs-cloudsync-plugins",
|
|
|
|
"gmp-static",
|
|
|
|
"gnome-autoar-devel",
|
|
|
|
"gnome-desktop3-tests",
|
|
|
|
"gnome-devel-docs",
|
|
|
|
"gnome-session-kiosk-session",
|
|
|
|
"gnome-settings-daemon-devel",
|
|
|
|
"gnome-software-devel",
|
|
|
|
"gnu-efi-utils",
|
|
|
|
"gnuplot-latex",
|
|
|
|
"gnuplot-minimal",
|
|
|
|
"godep",
|
|
|
|
"gom-devel",
|
|
|
|
"gomtree",
|
|
|
|
"google-gson",
|
|
|
|
"graphviz-perl",
|
|
|
|
"graphviz-ruby",
|
|
|
|
"graphviz-tcl",
|
|
|
|
"groff-doc",
|
|
|
|
"groff-perl",
|
|
|
|
"groff-x11",
|
|
|
|
"gtk3-immodules",
|
|
|
|
"gtk3-tests",
|
|
|
|
"gtksourceview3-tests",
|
|
|
|
"gupnp-av-devel",
|
|
|
|
"gupnp-av-docs",
|
|
|
|
"gupnp-dlna-devel",
|
|
|
|
"gupnp-dlna-docs",
|
|
|
|
"gupnp-docs",
|
|
|
|
"gvncpulse",
|
|
|
|
"gvncpulse-devel",
|
|
|
|
"happy",
|
|
|
|
"hispavoces-pal-diphone",
|
|
|
|
"hispavoces-sfl-diphone",
|
|
|
|
"hscolour",
|
|
|
|
"hspell-devel",
|
|
|
|
"i2c-tools-eepromer",
|
|
|
|
"ibus-desktop-testing",
|
|
|
|
"ibus-tests",
|
|
|
|
"libabigail",
|
|
|
|
"libabigail-devel",
|
|
|
|
"libabigail-doc",
|
|
|
|
"libabw-devel",
|
|
|
|
"libabw-doc",
|
|
|
|
"libabw-tools",
|
|
|
|
"libatf-sh-devel",
|
|
|
|
"libatomic_ops-static",
|
|
|
|
"libavc1394-devel",
|
|
|
|
"libbase-javadoc",
|
|
|
|
"libblockdev-dm-devel",
|
|
|
|
"libblockdev-kbd-devel",
|
|
|
|
"libburn-doc",
|
|
|
|
"libcap-ng-python3",
|
|
|
|
"libcap-static",
|
|
|
|
"libcdr-devel",
|
|
|
|
"libcdr-doc",
|
|
|
|
"libcdr-tools",
|
|
|
|
"libcgroup-devel",
|
|
|
|
"libchamplain-demos",
|
|
|
|
"libcmis-devel",
|
|
|
|
"libcmis-tools",
|
|
|
|
"libcmocka-static",
|
|
|
|
"libdc1394-docs",
|
|
|
|
"libdc1394-tools",
|
|
|
|
"libdhash-devel",
|
|
|
|
"libdmapsharing-devel",
|
|
|
|
"libdmapsharing-vala",
|
|
|
|
"libdmmp-devel",
|
2022-03-02 06:49:06 +00:00
|
|
|
"libestr-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"libetonyek-tools",
|
|
|
|
"libevdev-utils",
|
|
|
|
"libexif-doc",
|
|
|
|
"libexttextcat-devel",
|
|
|
|
"libexttextcat-tools",
|
|
|
|
"libfastjson-devel",
|
|
|
|
"libfonts-javadoc",
|
|
|
|
"libformula-javadoc",
|
|
|
|
"libfprint-devel",
|
|
|
|
"libfreehand-devel",
|
|
|
|
"libfreehand-doc",
|
|
|
|
"libfreehand-tools",
|
2021-07-23 16:34:35 +00:00
|
|
|
"libgcab1-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"libindicator-gtk3-tools",
|
|
|
|
"libinput-test",
|
|
|
|
"libipa_hbac-devel",
|
|
|
|
"libiptcdata-devel",
|
|
|
|
"libisoburn-doc",
|
|
|
|
"libisofs-doc",
|
|
|
|
"libkcapi-tools",
|
|
|
|
"libkkc-devel",
|
|
|
|
"libkkc-tools",
|
|
|
|
"liblayout-javadoc",
|
|
|
|
"libloader-javadoc",
|
|
|
|
"liblognorm-devel",
|
|
|
|
"liblognorm-utils",
|
|
|
|
"libmatchbox-devel",
|
|
|
|
"libmbim-devel",
|
|
|
|
"libmcpp-devel",
|
|
|
|
"libmediaart-devel",
|
|
|
|
"libmediaart-tests",
|
|
|
|
"libmetalink-devel",
|
|
|
|
"libmpc-doc",
|
|
|
|
"libmsi1",
|
|
|
|
"libmsi1-devel",
|
|
|
|
"libmspub-devel",
|
|
|
|
"libmspub-doc",
|
|
|
|
"libmspub-tools",
|
|
|
|
"libmtp-examples",
|
|
|
|
"libmwaw-devel",
|
|
|
|
"libmwaw-doc",
|
|
|
|
"libmwaw-tools",
|
2022-09-07 05:57:12 +00:00
|
|
|
"libndp-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"liboggz-devel",
|
|
|
|
"liboggz-doc",
|
|
|
|
"libopenraw-pixbuf-loader",
|
|
|
|
"liborcus-devel",
|
|
|
|
"liborcus-doc",
|
|
|
|
"liborcus-tools",
|
|
|
|
"libosinfo-devel",
|
|
|
|
"libotf-devel",
|
|
|
|
"libpagemaker-devel",
|
|
|
|
"libpagemaker-doc",
|
|
|
|
"libpagemaker-tools",
|
|
|
|
"libpurple-tcl",
|
|
|
|
"libqb-tests",
|
|
|
|
"libqmi-devel",
|
|
|
|
"libqxp-devel",
|
|
|
|
"libqxp-doc",
|
|
|
|
"libqxp-tools",
|
|
|
|
"librabbitmq-tools",
|
|
|
|
"librelp-devel",
|
|
|
|
"libreoffice",
|
|
|
|
"libreoffice-glade",
|
|
|
|
"libreoffice-librelogo",
|
|
|
|
"libreoffice-nlpsolver",
|
|
|
|
"libreoffice-officebean",
|
|
|
|
"libreoffice-officebean-common",
|
|
|
|
"libreoffice-postgresql",
|
|
|
|
"libreofficekit-devel",
|
|
|
|
"libreport-compat",
|
2022-08-25 07:45:04 +00:00
|
|
|
"libreport-devel",
|
|
|
|
"libreport-gtk-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"libreport-plugin-mantisbt",
|
|
|
|
"libreport-plugin-systemd-journal",
|
|
|
|
"libreport-web-devel",
|
|
|
|
"librepository-javadoc",
|
|
|
|
"librevenge-doc",
|
|
|
|
"libseccomp-static",
|
|
|
|
"libselinux-static",
|
|
|
|
"libsemanage-static",
|
|
|
|
"libserf-devel",
|
|
|
|
"libserializer-javadoc",
|
|
|
|
"libsigsegv-static",
|
|
|
|
"libsndfile-utils",
|
|
|
|
"libsolv-demo",
|
|
|
|
"libspiro-devel",
|
|
|
|
"libsss_certmap-devel",
|
|
|
|
"libsss_idmap-devel",
|
|
|
|
"libsss_simpleifp-devel",
|
|
|
|
"libstaroffice-devel",
|
|
|
|
"libstaroffice-doc",
|
|
|
|
"libstaroffice-tools",
|
|
|
|
"libwpd-tools",
|
|
|
|
"libwpg-tools",
|
|
|
|
"libwps-tools",
|
|
|
|
"libxcb-doc",
|
|
|
|
"libxdp-devel",
|
|
|
|
"libxdp-static",
|
|
|
|
"libyang-cpp-devel",
|
|
|
|
"libyang-devel",
|
|
|
|
"libyang-devel-doc",
|
|
|
|
"libzmf-devel",
|
|
|
|
"libzmf-doc",
|
|
|
|
"libzmf-tools",
|
|
|
|
"lmdb-devel",
|
|
|
|
"lmdb-doc",
|
|
|
|
"lorax-docs",
|
|
|
|
"lpsolve-devel",
|
|
|
|
"lua-socket-devel",
|
|
|
|
"lua-static",
|
|
|
|
"memcached-devel",
|
|
|
|
"mesa-demos",
|
|
|
|
"mesa-libxatracker-devel",
|
|
|
|
"metacity-devel",
|
|
|
|
"metis64",
|
|
|
|
"metis64-devel",
|
|
|
|
"mingw32-OpenEXR",
|
|
|
|
"mingw32-OpenEXR-static",
|
|
|
|
"mingw32-OpenEXR-tools",
|
|
|
|
"mingw32-adwaita-icon-theme",
|
|
|
|
"mingw32-atk",
|
|
|
|
"mingw32-atk-static",
|
|
|
|
"mingw32-cairo-static",
|
|
|
|
"mingw32-celt051",
|
|
|
|
"mingw32-celt051-static",
|
|
|
|
"mingw32-dlfcn",
|
|
|
|
"mingw32-dlfcn-static",
|
|
|
|
"mingw32-expat-static",
|
|
|
|
"mingw32-fontconfig-static",
|
|
|
|
"mingw32-gdk-pixbuf",
|
|
|
|
"mingw32-glib-networking",
|
|
|
|
"mingw32-gmp",
|
|
|
|
"mingw32-gnutls",
|
|
|
|
"mingw32-gsm",
|
|
|
|
"mingw32-gsm-tools",
|
|
|
|
"mingw32-gstreamer1-plugins-bad-free",
|
|
|
|
"mingw32-gstreamer1-plugins-base",
|
|
|
|
"mingw32-gstreamer1-plugins-good",
|
|
|
|
"mingw32-gtk3",
|
|
|
|
"mingw32-gvnc",
|
|
|
|
"mingw32-gvnc-tools",
|
|
|
|
"mingw32-ilmbase",
|
|
|
|
"mingw32-ilmbase-static",
|
|
|
|
"mingw32-jasper",
|
|
|
|
"mingw32-jasper-static",
|
|
|
|
"mingw32-libcacard",
|
|
|
|
"mingw32-libepoxy",
|
|
|
|
"mingw32-libffi-static",
|
|
|
|
"mingw32-libgcrypt",
|
|
|
|
"mingw32-libgcrypt-static",
|
|
|
|
"mingw32-libgovirt",
|
|
|
|
"mingw32-libgovirt-static",
|
|
|
|
"mingw32-libgpg-error",
|
|
|
|
"mingw32-libgpg-error-static",
|
|
|
|
"mingw32-libogg",
|
|
|
|
"mingw32-libsoup",
|
|
|
|
"mingw32-libtasn1",
|
|
|
|
"mingw32-libtheora",
|
|
|
|
"mingw32-libusbx",
|
|
|
|
"mingw32-libusbx-static",
|
|
|
|
"mingw32-libvorbis",
|
|
|
|
"mingw32-nspr",
|
|
|
|
"mingw32-nspr-static",
|
|
|
|
"mingw32-nss",
|
|
|
|
"mingw32-openssl-static",
|
|
|
|
"mingw32-opus",
|
|
|
|
"mingw32-orc",
|
|
|
|
"mingw32-p11-kit",
|
|
|
|
"mingw32-pango",
|
|
|
|
"mingw32-pango-static",
|
|
|
|
"mingw32-pdcurses",
|
|
|
|
"mingw32-pixman-static",
|
|
|
|
"mingw32-readline-static",
|
|
|
|
"mingw32-rest",
|
|
|
|
"mingw32-rest-static",
|
|
|
|
"mingw32-spice-gtk3",
|
|
|
|
"mingw32-spice-protocol",
|
|
|
|
"mingw32-spice-vdagent",
|
|
|
|
"mingw32-termcap-static",
|
|
|
|
"mingw32-theora-tools",
|
|
|
|
"mingw32-usbredir",
|
|
|
|
"mingw32-virt-viewer",
|
|
|
|
"mingw32-wavpack",
|
|
|
|
"mingw32-wavpack-tools",
|
|
|
|
"mingw64-OpenEXR",
|
|
|
|
"mingw64-OpenEXR-static",
|
|
|
|
"mingw64-OpenEXR-tools",
|
|
|
|
"mingw64-adwaita-icon-theme",
|
|
|
|
"mingw64-atk",
|
|
|
|
"mingw64-atk-static",
|
|
|
|
"mingw64-cairo-static",
|
|
|
|
"mingw64-celt051",
|
|
|
|
"mingw64-celt051-static",
|
|
|
|
"mingw64-dlfcn",
|
|
|
|
"mingw64-dlfcn-static",
|
|
|
|
"mingw64-expat-static",
|
|
|
|
"mingw64-fontconfig-static",
|
|
|
|
"mingw64-gdk-pixbuf",
|
|
|
|
"mingw64-glib-networking",
|
|
|
|
"mingw64-gmp",
|
|
|
|
"mingw64-gnutls",
|
|
|
|
"mingw64-gsm",
|
|
|
|
"mingw64-gsm-tools",
|
|
|
|
"mingw64-gstreamer1-plugins-bad-free",
|
|
|
|
"mingw64-gstreamer1-plugins-base",
|
|
|
|
"mingw64-gstreamer1-plugins-good",
|
|
|
|
"mingw64-gtk3",
|
|
|
|
"mingw64-gvnc",
|
|
|
|
"mingw64-gvnc-tools",
|
|
|
|
"mingw64-ilmbase",
|
|
|
|
"mingw64-ilmbase-static",
|
|
|
|
"mingw64-jasper",
|
|
|
|
"mingw64-jasper-static",
|
|
|
|
"mingw64-libcacard",
|
|
|
|
"mingw64-libepoxy",
|
|
|
|
"mingw64-libffi-static",
|
|
|
|
"mingw64-libgcrypt",
|
|
|
|
"mingw64-libgcrypt-static",
|
|
|
|
"mingw64-libgovirt",
|
|
|
|
"mingw64-libgovirt-static",
|
|
|
|
"mingw64-libgpg-error",
|
|
|
|
"mingw64-libgpg-error-static",
|
|
|
|
"mingw64-libogg",
|
|
|
|
"mingw64-libsoup",
|
|
|
|
"mingw64-libtasn1",
|
|
|
|
"mingw64-libtheora",
|
|
|
|
"mingw64-libusbx",
|
|
|
|
"mingw64-libusbx-static",
|
|
|
|
"mingw64-libvorbis",
|
|
|
|
"mingw64-nspr",
|
|
|
|
"mingw64-nspr-static",
|
|
|
|
"mingw64-nss",
|
|
|
|
"mingw64-openssl-static",
|
|
|
|
"mingw64-opus",
|
|
|
|
"mingw64-orc",
|
|
|
|
"mingw64-p11-kit",
|
|
|
|
"mingw64-pango",
|
|
|
|
"mingw64-pango-static",
|
|
|
|
"mingw64-pdcurses",
|
|
|
|
"mingw64-pixman-static",
|
|
|
|
"mingw64-readline-static",
|
|
|
|
"mingw64-rest",
|
|
|
|
"mingw64-rest-static",
|
|
|
|
"mingw64-spice-gtk3",
|
|
|
|
"mingw64-spice-protocol",
|
|
|
|
"mingw64-spice-vdagent",
|
|
|
|
"mingw64-termcap-static",
|
|
|
|
"mingw64-theora-tools",
|
|
|
|
"mingw64-usbredir",
|
|
|
|
"mingw64-virt-viewer",
|
|
|
|
"mingw64-wavpack",
|
|
|
|
"mingw64-wavpack-tools",
|
|
|
|
"mpich-autoload",
|
|
|
|
"msghack",
|
2021-11-30 22:30:02 +00:00
|
|
|
"ncurses-static",
|
2022-10-06 18:06:35 +00:00
|
|
|
"npth-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"ocaml-xml-light-devel",
|
|
|
|
"ongres-scram-javadoc",
|
|
|
|
"ongres-scram-parent",
|
|
|
|
"openal-soft-examples",
|
|
|
|
"openal-soft-qt",
|
2022-03-21 00:42:00 +00:00
|
|
|
"opencsd-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"openchange-client",
|
|
|
|
"pcre-doc",
|
|
|
|
"pcre-tools",
|
|
|
|
"pcre2-static",
|
|
|
|
"pentaho-libxml-javadoc",
|
|
|
|
"pentaho-reporting-flow-engine-javadoc",
|
|
|
|
"perl-Archive-Extract",
|
|
|
|
"perl-Archive-Extract-Z-Compress-Zlib",
|
|
|
|
"perl-ldns",
|
|
|
|
"perl-solv",
|
|
|
|
"perl-strictures",
|
|
|
|
"pidgin-perl",
|
|
|
|
"pinentry-qt",
|
|
|
|
"pipewire-alsa",
|
|
|
|
"pipewire-gstreamer",
|
2022-02-09 16:28:05 +00:00
|
|
|
"procps-ng-devel",
|
2021-06-26 00:12:49 +00:00
|
|
|
"python3-argparse-manpage",
|
|
|
|
"python3-babeltrace",
|
|
|
|
"python3-blinker",
|
|
|
|
"python3-bottle",
|
|
|
|
"python3-cairo-devel",
|
|
|
|
"python3-cephfs",
|
|
|
|
"python3-libpamtest",
|
|
|
|
"python3-libplist",
|
|
|
|
"python3-libteam",
|
|
|
|
"python3-libyang",
|
|
|
|
"python3-mallard-ducktype",
|
|
|
|
"python3-marisa",
|
|
|
|
"python3-rados",
|
|
|
|
"python3-rbd",
|
|
|
|
"python3-ruamel-yaml",
|
|
|
|
"python3-samba-devel",
|
|
|
|
"python3-satyr",
|
|
|
|
"python3-talloc-devel",
|
|
|
|
"python3-volume_key",
|
|
|
|
"python3-websocket-client",
|
|
|
|
"realmd-devel-docs",
|
|
|
|
"redhat-lsb-supplemental",
|
|
|
|
"redhat-lsb-trialuse",
|
|
|
|
"redland-mysql",
|
|
|
|
"redland-pgsql",
|
|
|
|
"relaxngDatatype-javadoc",
|
|
|
|
"resteasy-javadoc",
|
|
|
|
"rhythmbox-devel",
|
|
|
|
"rocky-bookmarks",
|
|
|
|
"rpm-ostree-devel",
|
|
|
|
"rteval",
|
|
|
|
"rteval-common",
|
|
|
|
"ruby-solv",
|
|
|
|
"rubygem-coderay",
|
|
|
|
"rubygem-coderay-doc",
|
|
|
|
"rubygem-rspec-support-doc",
|
|
|
|
"rubygem-thread_order",
|
|
|
|
"rubygem-thread_order-doc",
|
|
|
|
"sac-javadoc",
|
|
|
|
"sapconf",
|
|
|
|
"sassc",
|
|
|
|
"sat4j",
|
|
|
|
"satyr-devel",
|
|
|
|
"sbc-devel",
|
|
|
|
"scotch-doc",
|
|
|
|
"scpio",
|
|
|
|
"screen",
|
|
|
|
"shrinkwrap",
|
|
|
|
"shrinkwrap-api-nio2",
|
|
|
|
"shrinkwrap-bom",
|
|
|
|
"shrinkwrap-parent",
|
|
|
|
"shrinkwrap-spi",
|
|
|
|
"slang-slsh",
|
|
|
|
"snakeyaml",
|
|
|
|
"snakeyaml-javadoc",
|
|
|
|
"snakeyaml-tests",
|
|
|
|
"speech-dispatcher-flite",
|
|
|
|
"speech-dispatcher-utils",
|
|
|
|
"speex-tools",
|
|
|
|
"spice-qxl-xddm",
|
|
|
|
"spirv-headers-devel",
|
|
|
|
"sqlite-analyzer",
|
|
|
|
"sqlite-tcl",
|
|
|
|
"srpmproc",
|
|
|
|
"sssd-libwbclient-devel",
|
|
|
|
"stax-ex-javadoc",
|
|
|
|
"subversion-ruby",
|
|
|
|
"sudo-devel",
|
|
|
|
"suitesparse-doc",
|
|
|
|
"suitesparse-static",
|
|
|
|
"system-config-printer",
|
|
|
|
"system-config-printer-applet",
|
|
|
|
"systemtap-testsuite",
|
|
|
|
"tagsoup-javadoc",
|
|
|
|
"teamd-devel",
|
|
|
|
"tesseract-langpack-yid",
|
|
|
|
"tesseract-osd",
|
|
|
|
"tex-preview",
|
|
|
|
"tix-doc",
|
|
|
|
"tog-pegasus-test",
|
|
|
|
"tokyocabinet-devel-doc",
|
|
|
|
"torque-pam",
|
|
|
|
"torque-scheduler",
|
|
|
|
"torque-server",
|
|
|
|
"totem-devel",
|
|
|
|
"totem-pl-parser-devel",
|
|
|
|
"tracker-docs",
|
|
|
|
"trang",
|
|
|
|
"tuned-profiles-nfv",
|
|
|
|
"tuned-profiles-nfv-guest",
|
|
|
|
"tuned-profiles-nfv-host",
|
|
|
|
"tuned-profiles-postgresql",
|
|
|
|
"tuned-profiles-sap",
|
|
|
|
"virglrenderer",
|
|
|
|
"virglrenderer-devel",
|
|
|
|
"virglrenderer-test-server",
|
|
|
|
"vulkan-validation-layers-devel",
|
|
|
|
"wayland-doc",
|
|
|
|
"web-assets-httpd",
|
|
|
|
"xmlstreambuffer-javadoc",
|
|
|
|
"xmlto-tex",
|
|
|
|
"xmlto-xhtml",
|
|
|
|
"xorg-x11-xkb-extras",
|
|
|
|
"xpp3",
|
|
|
|
"xpp3-javadoc",
|
|
|
|
]
|
|
|
|
})
|
|
|
|
|
2022-05-20 05:56:48 +00:00
|
|
|
("^devel$", {
|
2021-06-26 00:12:49 +00:00
|
|
|
"x86_64": [
|
|
|
|
"atlas-corei2-static",
|
|
|
|
"beignet",
|
|
|
|
"beignet-devel",
|
|
|
|
"cmirror-standalone",
|
|
|
|
"dotnet-apphost-pack-5.0-debuginfo",
|
|
|
|
"dotnet-host-debuginfo",
|
|
|
|
"dotnet-hostfxr-5.0-debuginfo",
|
|
|
|
"dotnet-runtime-5.0-debuginfo",
|
|
|
|
"dotnet-sdk-5.0-debuginfo",
|
|
|
|
"dotnet5.0-debuginfo",
|
|
|
|
"dotnet5.0-debugsource",
|
|
|
|
"edk2-aarch64",
|
|
|
|
"fence-virtd-cpg",
|
|
|
|
"gcc-toolset-10-offload-nvptx",
|
|
|
|
"gcc-toolset-9-offload-nvptx",
|
|
|
|
"glibc32",
|
|
|
|
"libipt-devel",
|
|
|
|
"libquadmath-static",
|
|
|
|
"libsmbios-devel",
|
|
|
|
"libxcam",
|
|
|
|
"mingw-w64-tools",
|
|
|
|
"mingw32-gcc-gfortran",
|
|
|
|
"mingw32-gcc-objc",
|
|
|
|
"mingw32-gcc-objc++",
|
|
|
|
"mingw32-libgomp",
|
|
|
|
"mingw64-gcc-gfortran",
|
|
|
|
"mingw64-gcc-objc",
|
|
|
|
"mingw64-gcc-objc++",
|
|
|
|
"mingw64-libgomp",
|
|
|
|
"opa-libopamgt-devel",
|
2022-03-21 00:42:00 +00:00
|
|
|
"opencsd",
|
2021-06-26 00:12:49 +00:00
|
|
|
"open-vm-tools-devel",
|
|
|
|
"open-vm-tools-test",
|
|
|
|
"python3-smbios",
|
|
|
|
"rteval-loads",
|
|
|
|
"samba-vfs-glusterfs",
|
|
|
|
"smbios-utils",
|
|
|
|
"smbios-utils-bin",
|
|
|
|
"smbios-utils-python",
|
|
|
|
"spice-streaming-agent-devel",
|
|
|
|
"stress-ng",
|
|
|
|
"syslinux-devel",
|
|
|
|
"syslinux-efi64",
|
|
|
|
"syslinux-perl",
|
|
|
|
"thermald-monitor",
|
|
|
|
"tuned-profiles-nfv-host-bin",
|
|
|
|
"xorg-x11-drv-intel-devel",
|
|
|
|
],
|
|
|
|
"aarch64": [
|
2021-06-29 00:54:17 +00:00
|
|
|
"alsa-sof-firmware-debug",
|
|
|
|
"awscli",
|
|
|
|
"dleyna-connector-dbus",
|
|
|
|
"dleyna-core",
|
|
|
|
"dleyna-renderer",
|
|
|
|
"dleyna-server",
|
|
|
|
"fence-agents-aws",
|
|
|
|
"fence-agents-lpar",
|
|
|
|
"mingw32-bzip2",
|
|
|
|
"mingw32-bzip2-static",
|
|
|
|
"mingw32-cairo",
|
|
|
|
"mingw32-expat",
|
|
|
|
"mingw32-fontconfig",
|
|
|
|
"mingw32-freetype",
|
|
|
|
"mingw32-freetype-static",
|
|
|
|
"mingw32-gettext",
|
|
|
|
"mingw32-gettext-static",
|
|
|
|
"mingw32-glib2",
|
|
|
|
"mingw32-glib2-static",
|
|
|
|
"mingw32-gstreamer1",
|
|
|
|
"mingw32-harfbuzz",
|
|
|
|
"mingw32-harfbuzz-static",
|
|
|
|
"mingw32-icu",
|
|
|
|
"mingw32-libffi",
|
|
|
|
"mingw32-libjpeg-turbo",
|
|
|
|
"mingw32-libjpeg-turbo-static",
|
|
|
|
"mingw32-libpng",
|
|
|
|
"mingw32-libpng-static",
|
|
|
|
"mingw32-libtiff",
|
|
|
|
"mingw32-libtiff-static",
|
|
|
|
"mingw32-openssl",
|
|
|
|
"mingw32-pcre",
|
|
|
|
"mingw32-pcre-static",
|
|
|
|
"mingw32-pixman",
|
|
|
|
"mingw32-readline",
|
|
|
|
"mingw32-sqlite",
|
|
|
|
"mingw32-sqlite-static",
|
|
|
|
"mingw32-termcap",
|
|
|
|
"mingw32-win-iconv",
|
|
|
|
"mingw32-win-iconv-static",
|
|
|
|
"mingw32-zlib",
|
|
|
|
"mingw32-zlib-static",
|
|
|
|
"mingw64-bzip2",
|
|
|
|
"mingw64-bzip2-static",
|
|
|
|
"mingw64-cairo",
|
|
|
|
"mingw64-expat",
|
|
|
|
"mingw64-fontconfig",
|
|
|
|
"mingw64-freetype",
|
|
|
|
"mingw64-freetype-static",
|
|
|
|
"mingw64-gettext",
|
|
|
|
"mingw64-gettext-static",
|
|
|
|
"mingw64-glib2",
|
|
|
|
"mingw64-glib2-static",
|
|
|
|
"mingw64-gstreamer1",
|
|
|
|
"mingw64-harfbuzz",
|
|
|
|
"mingw64-harfbuzz-static",
|
|
|
|
"mingw64-icu",
|
|
|
|
"mingw64-libffi",
|
|
|
|
"mingw64-libjpeg-turbo",
|
|
|
|
"mingw64-libjpeg-turbo-static",
|
|
|
|
"mingw64-libpng",
|
|
|
|
"mingw64-libpng-static",
|
|
|
|
"mingw64-libtiff",
|
|
|
|
"mingw64-libtiff-static",
|
|
|
|
"mingw64-openssl",
|
|
|
|
"mingw64-pcre",
|
|
|
|
"mingw64-pcre-static",
|
|
|
|
"mingw64-pixman",
|
|
|
|
"mingw64-readline",
|
|
|
|
"mingw64-sqlite",
|
|
|
|
"mingw64-sqlite-static",
|
|
|
|
"mingw64-termcap",
|
|
|
|
"mingw64-win-iconv",
|
|
|
|
"mingw64-win-iconv-static",
|
|
|
|
"mingw64-zlib",
|
|
|
|
"mingw64-zlib-static",
|
|
|
|
"pentaho-libxml",
|
|
|
|
"pentaho-reporting-flow-engine",
|
|
|
|
"python3-boto3",
|
|
|
|
"python3-botocore",
|
|
|
|
"python3-libvoikko",
|
|
|
|
"python3-s3transfer",
|
|
|
|
"sassist",
|
|
|
|
"systemtap-runtime-virthost",
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
|
|
|
("^PowerTools$", {
|
|
|
|
"*": [
|
2022-09-08 00:38:17 +00:00
|
|
|
"sblim-gather-provider", #RHBug 1959078, RHELCMP-6212
|
|
|
|
"java-17-openjdk-*fastdebug*", #ENGCMP-2141
|
|
|
|
"java-17-openjdk-*slowdebug*", # Jira: RHELCMP-6345
|
|
|
|
"tesseract-devel", # RHELCMP-5762
|
|
|
|
"shadow-utils-subid-devel", #ENGCMP-1597
|
2021-06-29 00:54:17 +00:00
|
|
|
"libdnf-devel",
|
|
|
|
"librepo-devel",
|
|
|
|
"librhsm-devel",
|
|
|
|
"libsolv-devel",
|
|
|
|
"libsolv-tools",
|
2022-04-15 22:32:06 +00:00
|
|
|
"ibus-typing-booster-tests", # RHELCMP-4254
|
2021-10-31 21:51:24 +00:00
|
|
|
"dotnet-sdk-3.1-source-built-artifacts",
|
|
|
|
"dotnet-sdk-5.0-source-built-artifacts",
|
2022-04-15 22:32:06 +00:00
|
|
|
"libcomps-devel", #RhBug 1960616
|
2021-06-29 00:54:17 +00:00
|
|
|
]
|
|
|
|
}),
|
2022-04-15 22:32:06 +00:00
|
|
|
|
|
|
|
("^PowerTools$", {
|
2021-06-29 00:54:17 +00:00
|
|
|
"aarch64": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"java-1.8.0-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
|
|
|
"java-11-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
2022-09-08 00:38:17 +00:00
|
|
|
"java-1.8.0-openjdk-*fastdebug*", #ENGCMP-2141
|
|
|
|
"java-11-openjdk-*fastdebug*" #ENGCMP-2141
|
2021-06-29 00:54:17 +00:00
|
|
|
],
|
|
|
|
"ppc64le": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"java-1.8.0-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
|
|
|
"java-11-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
2022-09-08 00:38:17 +00:00
|
|
|
"java-1.8.0-openjdk-*fastdebug*", #ENGCMP-2141
|
|
|
|
"java-11-openjdk-*fastdebug*" #ENGCMP-2141
|
2021-06-29 00:54:17 +00:00
|
|
|
],
|
|
|
|
"x86_64": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"java-1.8.0-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
|
|
|
"java-11-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
2022-09-08 00:38:17 +00:00
|
|
|
"java-1.8.0-openjdk-*fastdebug*", #ENGCMP-2141
|
|
|
|
"java-11-openjdk-*fastdebug*" #ENGCMP-2141
|
2021-10-31 21:51:24 +00:00
|
|
|
"dotnet5.0-build-reference-packages",
|
2021-06-29 00:54:17 +00:00
|
|
|
],
|
2022-09-23 15:35:21 +00:00
|
|
|
"s390x": [
|
|
|
|
# Slowdebug is only for Java 11 on s390x,
|
|
|
|
# according to RHELCMP-4189
|
|
|
|
"java-11-openjdk-*slowdebug*", # Jira: RHELCMP-4189
|
|
|
|
],
|
2021-06-29 00:54:17 +00:00
|
|
|
}),
|
2022-04-15 22:32:06 +00:00
|
|
|
("^PowerTools$", {
|
2021-06-29 00:54:17 +00:00
|
|
|
"x86_64": [
|
2022-04-15 22:32:06 +00:00
|
|
|
"java-1.8.0-openjdk-*fastdebug*", # Jira: RHELCMP-4189
|
|
|
|
"java-11-openjdk-*fastdebug*", # Jira: RHELCMP-4189
|
2021-06-29 00:54:17 +00:00
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
|
|
|
# Consolidation
|
|
|
|
('^plus$', {
|
|
|
|
'*': [
|
|
|
|
'openldap-servers',
|
2021-11-17 17:48:56 +00:00
|
|
|
'thunderbird',
|
|
|
|
'mesa',
|
2021-06-29 00:54:17 +00:00
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
('^extras$', {
|
|
|
|
'*': [
|
|
|
|
'rpaste',
|
|
|
|
'epel-release',
|
|
|
|
'rpmfusion-free-release',
|
|
|
|
'rocky-release-gluster9',
|
|
|
|
],
|
|
|
|
}),
|
|
|
|
|
|
|
|
('^extras$', {
|
|
|
|
'x86_64': [
|
|
|
|
'elrepo-release',
|
|
|
|
],
|
|
|
|
'aarch64': [
|
2021-06-26 00:12:49 +00:00
|
|
|
"LibRaw",
|
|
|
|
"LibRaw-devel",
|
|
|
|
"alsa-sof-firmware",
|
|
|
|
"autocorr-af",
|
|
|
|
"autocorr-bg",
|
|
|
|
"autocorr-ca",
|
|
|
|
"autocorr-cs",
|
|
|
|
"autocorr-da",
|
|
|
|
"autocorr-de",
|
|
|
|
"autocorr-en",
|
|
|
|
"autocorr-es",
|
|
|
|
"autocorr-fa",
|
|
|
|
"autocorr-fi",
|
|
|
|
"autocorr-fr",
|
|
|
|
"autocorr-ga",
|
|
|
|
"autocorr-hr",
|
|
|
|
"autocorr-hu",
|
|
|
|
"autocorr-is",
|
|
|
|
"autocorr-it",
|
|
|
|
"autocorr-ja",
|
|
|
|
"autocorr-ko",
|
|
|
|
"autocorr-lb",
|
|
|
|
"autocorr-lt",
|
|
|
|
"autocorr-mn",
|
|
|
|
"autocorr-nl",
|
|
|
|
"autocorr-pl",
|
|
|
|
"autocorr-pt",
|
|
|
|
"autocorr-ro",
|
|
|
|
"autocorr-ru",
|
|
|
|
"autocorr-sk",
|
|
|
|
"autocorr-sl",
|
|
|
|
"autocorr-sr",
|
|
|
|
"autocorr-sv",
|
|
|
|
"autocorr-tr",
|
|
|
|
"autocorr-vi",
|
|
|
|
"autocorr-zh",
|
|
|
|
"brasero",
|
|
|
|
"brasero-nautilus",
|
|
|
|
"cheese",
|
|
|
|
"edk2-ovmf",
|
|
|
|
"eog",
|
|
|
|
"flute",
|
|
|
|
"fprintd",
|
|
|
|
"fprintd-pam",
|
|
|
|
"gegl04",
|
|
|
|
"gegl04-devel",
|
|
|
|
"gfbgraph",
|
|
|
|
"gnome-color-manager",
|
|
|
|
"gnome-online-miners",
|
|
|
|
"gnome-photos",
|
|
|
|
"gnome-photos-tests",
|
|
|
|
"gnome-video-effects",
|
|
|
|
"gom",
|
|
|
|
"grilo-plugins",
|
|
|
|
"gupnp-av",
|
|
|
|
"gupnp-dlna",
|
|
|
|
"hexchat",
|
|
|
|
"hexchat-devel",
|
|
|
|
"hyperv-daemons-license",
|
|
|
|
"hyperv-tools",
|
|
|
|
"libreoffice-base",
|
|
|
|
"libreoffice-calc",
|
|
|
|
"libreoffice-core",
|
|
|
|
"libreoffice-data",
|
|
|
|
"libreoffice-draw",
|
|
|
|
"libreoffice-emailmerge",
|
|
|
|
"libreoffice-filters",
|
|
|
|
"libreoffice-gdb-debug-support",
|
|
|
|
"libreoffice-graphicfilter",
|
|
|
|
"libreoffice-gtk3",
|
|
|
|
"libreoffice-help-ar",
|
|
|
|
"libreoffice-help-bg",
|
|
|
|
"libreoffice-help-bn",
|
|
|
|
"libreoffice-help-ca",
|
|
|
|
"libreoffice-help-cs",
|
|
|
|
"libreoffice-help-da",
|
|
|
|
"libreoffice-help-de",
|
|
|
|
"libreoffice-help-dz",
|
|
|
|
"libreoffice-help-el",
|
|
|
|
"libreoffice-help-en",
|
|
|
|
"libreoffice-help-es",
|
|
|
|
"libreoffice-help-et",
|
|
|
|
"libreoffice-help-eu",
|
|
|
|
"libreoffice-help-fi",
|
|
|
|
"libreoffice-help-fr",
|
|
|
|
"libreoffice-help-gl",
|
|
|
|
"libreoffice-help-gu",
|
|
|
|
"libreoffice-help-he",
|
|
|
|
"libreoffice-help-hi",
|
|
|
|
"libreoffice-help-hr",
|
|
|
|
"libreoffice-help-hu",
|
|
|
|
"libreoffice-help-id",
|
|
|
|
"libreoffice-help-it",
|
|
|
|
"libreoffice-help-ja",
|
|
|
|
"libreoffice-help-ko",
|
|
|
|
"libreoffice-help-lt",
|
|
|
|
"libreoffice-help-lv",
|
|
|
|
"libreoffice-help-nb",
|
|
|
|
"libreoffice-help-nl",
|
|
|
|
"libreoffice-help-nn",
|
|
|
|
"libreoffice-help-pl",
|
|
|
|
"libreoffice-help-pt-BR",
|
|
|
|
"libreoffice-help-pt-PT",
|
|
|
|
"libreoffice-help-ro",
|
|
|
|
"libreoffice-help-ru",
|
|
|
|
"libreoffice-help-si",
|
|
|
|
"libreoffice-help-sk",
|
|
|
|
"libreoffice-help-sl",
|
|
|
|
"libreoffice-help-sv",
|
|
|
|
"libreoffice-help-ta",
|
|
|
|
"libreoffice-help-tr",
|
|
|
|
"libreoffice-help-uk",
|
|
|
|
"libreoffice-help-zh-Hans",
|
|
|
|
"libreoffice-help-zh-Hant",
|
|
|
|
"libreoffice-impress",
|
|
|
|
"libreoffice-langpack-af",
|
|
|
|
"libreoffice-langpack-ar",
|
|
|
|
"libreoffice-langpack-as",
|
|
|
|
"libreoffice-langpack-bg",
|
|
|
|
"libreoffice-langpack-bn",
|
|
|
|
"libreoffice-langpack-br",
|
|
|
|
"libreoffice-langpack-ca",
|
|
|
|
"libreoffice-langpack-cs",
|
|
|
|
"libreoffice-langpack-cy",
|
|
|
|
"libreoffice-langpack-da",
|
|
|
|
"libreoffice-langpack-de",
|
|
|
|
"libreoffice-langpack-dz",
|
|
|
|
"libreoffice-langpack-el",
|
|
|
|
"libreoffice-langpack-en",
|
|
|
|
"libreoffice-langpack-es",
|
|
|
|
"libreoffice-langpack-et",
|
|
|
|
"libreoffice-langpack-eu",
|
|
|
|
"libreoffice-langpack-fa",
|
|
|
|
"libreoffice-langpack-fi",
|
|
|
|
"libreoffice-langpack-fr",
|
|
|
|
"libreoffice-langpack-ga",
|
|
|
|
"libreoffice-langpack-gl",
|
|
|
|
"libreoffice-langpack-gu",
|
|
|
|
"libreoffice-langpack-he",
|
|
|
|
"libreoffice-langpack-hi",
|
|
|
|
"libreoffice-langpack-hr",
|
|
|
|
"libreoffice-langpack-hu",
|
|
|
|
"libreoffice-langpack-id",
|
|
|
|
"libreoffice-langpack-it",
|
|
|
|
"libreoffice-langpack-ja",
|
|
|
|
"libreoffice-langpack-kk",
|
|
|
|
"libreoffice-langpack-kn",
|
|
|
|
"libreoffice-langpack-ko",
|
|
|
|
"libreoffice-langpack-lt",
|
|
|
|
"libreoffice-langpack-lv",
|
|
|
|
"libreoffice-langpack-mai",
|
|
|
|
"libreoffice-langpack-ml",
|
|
|
|
"libreoffice-langpack-mr",
|
|
|
|
"libreoffice-langpack-nb",
|
|
|
|
"libreoffice-langpack-nl",
|
|
|
|
"libreoffice-langpack-nn",
|
|
|
|
"libreoffice-langpack-nr",
|
|
|
|
"libreoffice-langpack-nso",
|
|
|
|
"libreoffice-langpack-or",
|
|
|
|
"libreoffice-langpack-pa",
|
|
|
|
"libreoffice-langpack-pl",
|
|
|
|
"libreoffice-langpack-pt-BR",
|
|
|
|
"libreoffice-langpack-pt-PT",
|
|
|
|
"libreoffice-langpack-ro",
|
|
|
|
"libreoffice-langpack-ru",
|
|
|
|
"libreoffice-langpack-si",
|
|
|
|
"libreoffice-langpack-sk",
|
|
|
|
"libreoffice-langpack-sl",
|
|
|
|
"libreoffice-langpack-sr",
|
|
|
|
"libreoffice-langpack-ss",
|
|
|
|
"libreoffice-langpack-st",
|
|
|
|
"libreoffice-langpack-sv",
|
|
|
|
"libreoffice-langpack-ta",
|
|
|
|
"libreoffice-langpack-te",
|
|
|
|
"libreoffice-langpack-th",
|
|
|
|
"libreoffice-langpack-tn",
|
|
|
|
"libreoffice-langpack-tr",
|
|
|
|
"libreoffice-langpack-ts",
|
|
|
|
"libreoffice-langpack-uk",
|
|
|
|
"libreoffice-langpack-ve",
|
|
|
|
"libreoffice-langpack-xh",
|
|
|
|
"libreoffice-langpack-zh-Hans",
|
|
|
|
"libreoffice-langpack-zh-Hant",
|
|
|
|
"libreoffice-langpack-zu",
|
|
|
|
"libreoffice-math",
|
|
|
|
"libreoffice-ogltrans",
|
|
|
|
"libreoffice-opensymbol-fonts",
|
|
|
|
"libreoffice-pdfimport",
|
|
|
|
"libreoffice-pyuno",
|
|
|
|
"libreoffice-sdk",
|
|
|
|
"libreoffice-sdk-doc",
|
|
|
|
"libreoffice-ure",
|
|
|
|
"libreoffice-ure-common",
|
|
|
|
"libreoffice-voikko",
|
|
|
|
"libreoffice-wiki-publisher",
|
|
|
|
"libreoffice-writer",
|
|
|
|
"libreoffice-x11",
|
|
|
|
"libreoffice-xsltfilter",
|
|
|
|
"libreofficekit",
|
2021-06-29 00:54:17 +00:00
|
|
|
"libabw",
|
|
|
|
"libbase",
|
|
|
|
"libcdr",
|
|
|
|
"libcmis",
|
|
|
|
"libdmapsharing",
|
|
|
|
"libexttextcat",
|
|
|
|
"libfonts",
|
|
|
|
"libformula",
|
|
|
|
"libfprint",
|
|
|
|
"libfreehand",
|
|
|
|
"liblayout",
|
|
|
|
"libloader",
|
|
|
|
"libmediaart",
|
|
|
|
"libmspub",
|
|
|
|
"libmwaw",
|
|
|
|
"liborcus",
|
|
|
|
"libpagemaker",
|
|
|
|
"libqxp",
|
2021-06-26 00:12:49 +00:00
|
|
|
"librepository",
|
|
|
|
"libserializer",
|
|
|
|
"libstaroffice",
|
|
|
|
"libzmf",
|
|
|
|
"lpsolve",
|
|
|
|
"mesa-vulkan-drivers",
|
|
|
|
"pidgin",
|
|
|
|
"pidgin-devel",
|
|
|
|
"pidgin-sipe",
|
|
|
|
"redhat-menus",
|
|
|
|
"rhythmbox",
|
2021-06-29 01:35:29 +00:00
|
|
|
"sac",
|
2021-06-26 00:12:49 +00:00
|
|
|
"seabios-bin",
|
|
|
|
"seavgabios-bin",
|
|
|
|
"sgabios-bin",
|
|
|
|
"spice-qxl-wddm-dod",
|
|
|
|
"syslinux-extlinux-nonlinux",
|
|
|
|
"syslinux-nonlinux",
|
|
|
|
"syslinux-tftpboot",
|
|
|
|
"totem",
|
|
|
|
"totem-nautilus",
|
|
|
|
"virtio-win",
|
2021-06-29 02:08:52 +00:00
|
|
|
]
|
2021-05-26 02:29:37 +00:00
|
|
|
}),
|
|
|
|
|
2021-12-14 22:48:12 +00:00
|
|
|
("^RT$", {
|
|
|
|
"*": [
|
|
|
|
"kernel-rt-kvm",
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
2022-04-28 07:43:49 +00:00
|
|
|
("^NFV$", {
|
|
|
|
"*": [
|
|
|
|
"ovn-2021",
|
|
|
|
"ovn2.13",
|
2022-06-15 15:07:24 +00:00
|
|
|
"ovn22.03",
|
2022-04-28 07:43:49 +00:00
|
|
|
"openvswitch2.13",
|
|
|
|
"openvswitch2.15",
|
|
|
|
"openvswitch2.16",
|
|
|
|
"openvswitch-selinux-extra-policy",
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
|
2021-02-21 05:22:59 +00:00
|
|
|
("^BaseOS$", {
|
|
|
|
"*": [
|
|
|
|
"rocky-obsolete-packages",
|
|
|
|
],
|
|
|
|
"armhfp": [
|
|
|
|
"kernel-lpae*",
|
|
|
|
"uboot-tools",
|
|
|
|
"uboot-images*",
|
|
|
|
"grub2*",
|
|
|
|
"grubby-deprecated",
|
|
|
|
"efibootmgr",
|
|
|
|
"cloud-utils-growpart",
|
|
|
|
"bcm283x-firmware",
|
|
|
|
"efivar*",
|
|
|
|
]
|
|
|
|
}),
|
|
|
|
]
|