Resolves: RHEL-32728

runtime-install: Update font packages
runtime-cleanup: Update font packages
This commit is contained in:
Parag Nemade 2024-04-18 13:07:02 +05:30
parent 6a897839d4
commit 7ccc93247d
No known key found for this signature in database
GPG Key ID: 71932951EB71E972
2 changed files with 9 additions and 21 deletions

View File

@ -176,6 +176,7 @@ removefrom glibc-common /usr/sbin/*
removefrom gnutls /usr/share/locale/* removefrom gnutls /usr/share/locale/*
removefrom google-noto-sans-cjk-fonts /usr/share/fonts/google-noto-sans-cjk-fonts/NotoSansCJK-{Black,Bold,*Light,Medium,Thin}.ttc removefrom google-noto-sans-cjk-fonts /usr/share/fonts/google-noto-sans-cjk-fonts/NotoSansCJK-{Black,Bold,*Light,Medium,Thin}.ttc
removefrom google-noto-sans-vf-fonts /usr/share/fonts/google-noto-vf/NotoSans-Italic-VF.ttf removefrom google-noto-sans-vf-fonts /usr/share/fonts/google-noto-vf/NotoSans-Italic-VF.ttf
removefrom google-noto-serif-vf-fonts /usr/share/fonts/google-noto-vf/NotoSerif*
removefrom grep /etc/* /usr/share/locale/* removefrom grep /etc/* /usr/share/locale/*
removefrom gtk3 /usr/${libdir}/gtk-3.0/* removefrom gtk3 /usr/${libdir}/gtk-3.0/*
removefrom gtk4 /usr/${libdir}/gtk-4.0/* removefrom gtk4 /usr/${libdir}/gtk-4.0/*
@ -190,6 +191,9 @@ removefrom libcanberra /usr/${libdir}/libcanberra-*
removefrom libcanberra-gtk3 /usr/bin/* removefrom libcanberra-gtk3 /usr/bin/*
removefrom libcap /usr/sbin/* removefrom libcap /usr/sbin/*
removefrom libconfig /usr/${libdir}/libconfig++* removefrom libconfig /usr/${libdir}/libconfig++*
removefrom liberation-sans-fonts /usr/share/fonts/liberation-sans/LiberationSans-{Bold*,Italic}.ttf
removefrom liberation-serif-fonts /usr/share/fonts/liberation-serif/*
removefrom liberation-mono-fonts /usr/share/fonts/liberation-mono/LiberationMono-{Bold*,Italic}.ttf
removefrom libgpg-error /usr/bin/* /usr/share/locale/* removefrom libgpg-error /usr/bin/* /usr/share/locale/*
removefrom libibverbs /usr/${libdir}/libmlx4* removefrom libibverbs /usr/${libdir}/libmlx4*
removefrom libidn2 /usr/share/locale/* removefrom libidn2 /usr/share/locale/*
@ -305,6 +309,7 @@ removefrom rdma-core /etc/rdma/mlx4.conf
removefrom rpm /usr/bin/* /usr/share/locale/* removefrom rpm /usr/bin/* /usr/share/locale/*
removefrom rsync /etc/* removefrom rsync /etc/*
removefrom sed /usr/share/locale/* removefrom sed /usr/share/locale/*
removefrom sil-padauk-fonts /usr/share/fonts/sil-padauk-fonts/Padauk-Bold.ttf
removefrom smartmontools /etc/* /usr/sbin/smartd removefrom smartmontools /etc/* /usr/sbin/smartd
removefrom smartmontools /usr/sbin/update-smart-drivedb removefrom smartmontools /usr/sbin/update-smart-drivedb
removefrom smartmontools /usr/share/smartmontools/* removefrom smartmontools /usr/share/smartmontools/*

View File

@ -143,28 +143,11 @@ installpkg nvme-cli
## fonts & themes ## fonts & themes
installpkg abattis-cantarell-vf-fonts installpkg default-fonts-core-sans
installpkg google-noto-sans-vf-fonts google-noto-sans-mono-vf-fonts installpkg default-fonts-other-sans
installpkg google-noto-sans-arabic-vf-fonts ## We can't go with this because google-noto-sans-cjk-vf-fonts is too big.
# installpkg default-fonts-cjk-sans
installpkg google-noto-sans-cjk-fonts installpkg google-noto-sans-cjk-fonts
installpkg google-noto-sans-ethiopic-vf-fonts google-noto-sans-georgian-vf-fonts
installpkg google-noto-sans-gurmukhi-vf-fonts google-noto-sans-hebrew-vf-fonts
installpkg google-noto-sans-khmer-vf-fonts
installpkg google-noto-sans-sinhala-vf-fonts google-noto-sans-thai-vf-fonts
installpkg jomolhari-fonts
installpkg lohit-assamese-fonts
installpkg lohit-bengali-fonts
installpkg lohit-devanagari-fonts
installpkg lohit-gujarati-fonts
installpkg lohit-kannada-fonts
installpkg lohit-marathi-fonts
installpkg lohit-odia-fonts
installpkg lohit-tamil-fonts
installpkg lohit-telugu-fonts
installpkg paktype-naskh-basic-fonts
installpkg sil-padauk-fonts
installpkg rit-meera-new-fonts
installpkg vazirmatn-vf-fonts
## debugging/bug reporting tools ## debugging/bug reporting tools
installpkg gdb-gdbserver installpkg gdb-gdbserver