From a44310781a6a4353809dbe158a57441ccbba5fcc Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 23 Apr 2024 12:30:16 +0300 Subject: [PATCH] Update packages --- msvsphere-i686/filter_packages.conf | 8 -------- msvsphere/additional_packages.conf | 14 ++++++++++++++ msvsphere/filter_packages.conf | 18 +++++++++--------- prepopulate.json | 14 +++++++++----- 4 files changed, 32 insertions(+), 22 deletions(-) diff --git a/msvsphere-i686/filter_packages.conf b/msvsphere-i686/filter_packages.conf index 3df75b9..8f35070 100644 --- a/msvsphere-i686/filter_packages.conf +++ b/msvsphere-i686/filter_packages.conf @@ -19,15 +19,7 @@ filter_packages = [ "sphere-release-identity-cinnamon", "sphere-release-identity-xfce", "sphere-release-identity-kde", - "checkpolicy", - "libverto-libevent", - "policycoreutils-python-utils", - "python3-audit", "python3-distro", - "python3-libselinux", - "python3-libsemanage", - "python3-policycoreutils", - "selinux-policy-minimum", "systemd-standalone-tmpfiles" ] } diff --git a/msvsphere/additional_packages.conf b/msvsphere/additional_packages.conf index 962824e..ea44335 100644 --- a/msvsphere/additional_packages.conf +++ b/msvsphere/additional_packages.conf @@ -1,4 +1,18 @@ additional_packages = [ + ( + '^AppStream$', { + '*': [ + "dejavu-lgc-sans-fonts" + ] + } + ), + ( + '^BaseOS$', { + '*': [ + "tcl-devel.i686" + ] + } + ), ( '^Minimal$', { '*': [ diff --git a/msvsphere/filter_packages.conf b/msvsphere/filter_packages.conf index 24e0c39..76f50ba 100644 --- a/msvsphere/filter_packages.conf +++ b/msvsphere/filter_packages.conf @@ -7,7 +7,15 @@ filter_packages = [ "python-beautifulsoup4", "python2-beautifulsoup4", "python3-beautifulsoup4", - "lorax-templates-rhel" + "lorax-templates-rhel", + "gcc-toolset-10-dyninst-devel.i686", + "gcc-toolset-10-dyninst.i686", + "gcc-toolset-10-systemtap-devel.i686", + "gcc-toolset-10-systemtap-sdt-devel.i686", + "python3.11.i686", + "python3.12.i686", + "sblim-gather-provider.i686", + "sblim-gather.i686" ] } ), @@ -20,16 +28,8 @@ filter_packages = [ "sphere-release-identity-cinnamon", "sphere-release-identity-xfce", "sphere-release-identity-kde", - "checkpolicy", "glibc32", - "libverto-libevent", - "policycoreutils-python-utils", - "python3-audit", "python3-distro", - "python3-libselinux", - "python3-libsemanage", - "python3-policycoreutils", - "selinux-policy-minimum", "systemd-standalone-tmpfiles", "kernel-ml*", "kernel-lt*", diff --git a/prepopulate.json b/prepopulate.json index 314b2d7..062ce80 100644 --- a/prepopulate.json +++ b/prepopulate.json @@ -7636,8 +7636,6 @@ "libyang": [ "libyang.x86_64", "libyang.i686", - "libyang-devel.x86_64", - "libyang-devel.i686", "libyang-debugsource.x86_64", "python3-libyang-debuginfo.i686", "libyang-debugsource.i686", @@ -7815,9 +7813,6 @@ "make43.x86_64", "make43-devel.i686", "make43-devel.x86_64", - "make-latest.x86_64", - "make-latest-debugsource.x86_64", - "make-latest-debugsource.i686", "make43-debuginfo.x86_64" ], "malaga": [ @@ -10561,6 +10556,7 @@ ], "python3.12": [ "python3.12.x86_64", + "python3.12-rpm-macros", "python3.12-devel.i686", "python3.12-devel.x86_64", "python3.12-libs.i686", @@ -20713,6 +20709,8 @@ "libyang": [ "libyang-cpp.x86_64", "python3-libyang.x86_64", + "libyang-devel.x86_64", + "libyang-devel.i686", "libyang-cpp-devel.x86_64", "libyang-devel-doc.noarch" ], @@ -23316,6 +23314,12 @@ "CUnit-devel.i686", "CUnit-devel.x86_64" ], + "make-latest": [ + "make-latest.x86_64", + "make-latest-debugsource.x86_64", + "make-latest-debugsource.i686" + ], + "Cython": [ "python3-Cython.x86_64", "python3-Cython-debuginfo.x86_64",