diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 21f483be03a6..929310a2e744 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -1,389 +1,389 @@ # Ports Linux compatibility framework # # Feature: linux:args # Usage: USES=linux or USES=linux:args # Valid args: c7 Depend on CentOS 7 packages (default) # rl9 Depend on Rocky Linux 9 packages # Additional variables: # USE_LINUX List of Linux packages to depend on. # USE_LINUX_RPM When defined, additional variables and targets useful to Linux # infrastructure ports are made available. Possible values: # yes Set default LIB_DISTNAMES. # nolib Set default BIN_DISTNAMES. # noarch Set default SHARE_DISTNAMES. # Additional variables when USE_LINUX_RPM is defined: # BIN_DISTNAMES List of architecture dependent distnames. # LIB_DISTNAMES List of distnames with additional 32 bit version. # SHARE_DISTNAMES List of architecture independent distnames. # SRC_DISTFILES List of source distfiles that need to be distributed # with binary packages to comply with some licenses. # # MAINTAINER: emulation@FreeBSD.org .ifndef _INCLUDE_USES_LINUX_MK _INCLUDE_USES_LINUX_MK= yes _USES_POST+= linux . if empty(linux_ARGS) . if exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7) linux_ARGS= c7 . elif exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9) linux_ARGS= rl9 . else linux_ARGS= ${LINUX_DEFAULT} . endif . endif . if ${linux_ARGS} == c7 LINUX_DIST_VER?= 7.9.2009 . elif ${linux_ARGS} == rl9 -LINUX_DIST_VER?= 9.6 +LINUX_DIST_VER?= 9.7 . else ERROR+= "Invalid Linux distribution: ${linux_ARGS}" . endif . ifndef ONLY_FOR_ARCHS . if ${linux_ARGS} == rl9 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= Rocky Linux compatibility is only available on aarch64 and amd64 . else ONLY_FOR_ARCHS= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= CentOS Linux compatibility is only available on aarch64, amd64 and i386 . endif . endif _linux_${linux_ARGS}_alsa-lib-devel= linux-${linux_ARGS}-alsa-lib-devel>0:audio/linux-${linux_ARGS}-alsa-lib-devel _linux_${linux_ARGS}_alsa-plugins-oss= linux-${linux_ARGS}-alsa-plugins-oss>0:audio/linux-${linux_ARGS}-alsa-plugins-oss _linux_${linux_ARGS}_alsa-plugins-pulseaudio=linux-${linux_ARGS}-alsa-plugins-pulseaudio>0:audio/linux-${linux_ARGS}-alsa-plugins-pulseaudio _linux_${linux_ARGS}_alsalib= linux-${linux_ARGS}-alsa-lib>0:audio/linux-${linux_ARGS}-alsa-lib _linux_rl9_aom= linux-rl9-aom-libs>0:multimedia/linux-rl9-aom _linux_${linux_ARGS}_at-spi2-atk= linux-${linux_ARGS}-at-spi2-atk>0:accessibility/linux-${linux_ARGS}-at-spi2-atk _linux_${linux_ARGS}_at-spi2-core= linux-${linux_ARGS}-at-spi2-core>0:accessibility/linux-${linux_ARGS}-at-spi2-core _linux_${linux_ARGS}_atk= linux-${linux_ARGS}-atk>0:accessibility/linux-${linux_ARGS}-atk _linux_${linux_ARGS}_avahi-libs= linux-${linux_ARGS}-avahi-libs>0:net/linux-${linux_ARGS}-avahi-libs _linux_c7_base= linux_base-c7>=7.6.1810_7:emulators/linux_base-c7 _linux_rl9_base= linux_base-rl9>=9.2:emulators/linux_base-rl9 _linux_${linux_ARGS}_ca-certificates= linux-${linux_ARGS}-ca-certificates>0:security/linux-${linux_ARGS}-ca-certificates _linux_${linux_ARGS}_cairo= linux-${linux_ARGS}-cairo>0:graphics/linux-${linux_ARGS}-cairo _linux_${linux_ARGS}_cairo-gobject= linux-${linux_ARGS}-cairo-gobject>0:graphics/linux-${linux_ARGS}-cairo-gobject _linux_${linux_ARGS}_cups-libs= linux-${linux_ARGS}-cups-libs>0:print/linux-${linux_ARGS}-cups-libs _linux_${linux_ARGS}_curl= linux-${linux_ARGS}-curl>0:ftp/linux-${linux_ARGS}-curl _linux_${linux_ARGS}_cyrus-sasl2= linux-${linux_ARGS}-cyrus-sasl-lib>0:security/linux-${linux_ARGS}-cyrus-sasl2 _linux_${linux_ARGS}_dbuslibs= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs _linux_${linux_ARGS}_devtools= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools _linux_c7_dosfstools= linux-c7-dosfstools>0:filesystems/linux-c7-dosfstools _linux_${linux_ARGS}_dri= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri _linux_${linux_ARGS}_elfutils-libelf= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-elfutils-libelf _linux_${linux_ARGS}_elfutils-libs= linux-${linux_ARGS}-elfutils-libs>0:devel/linux-${linux_ARGS}-elfutils-libs _linux_c7_expat-devel= linux-c7-expat-devel>0:textproc/linux-c7-expat-devel _linux_${linux_ARGS}_expat= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat _linux_rl9_ffmpeg-libs= linux-rl9-ffmpeg-libs>0:multimedia/linux-rl9-ffmpeg _linux_${linux_ARGS}_flac= linux-${linux_ARGS}-flac-libs>0:audio/linux-${linux_ARGS}-flac _linux_${linux_ARGS}_fontconfig= linux-${linux_ARGS}-fontconfig>0:x11-fonts/linux-${linux_ARGS}-fontconfig _linux_${linux_ARGS}_freetype= linux-${linux_ARGS}-freetype>0:print/linux-${linux_ARGS}-freetype _linux_${linux_ARGS}_fribidi= linux-${linux_ARGS}-fribidi>0:converters/linux-${linux_ARGS}-fribidi _linux_${linux_ARGS}_gdkpixbuf2= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 _linux_rl9_gnupg= linux-rl9-gnupg2>0:security/linux-rl9-gnupg _linux_${linux_ARGS}_gnutls= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls _linux_rl9_graphene= linux-rl9-graphene>0:graphics/linux-rl9-graphene _linux_${linux_ARGS}_graphite2= linux-${linux_ARGS}-graphite2>0:graphics/linux-${linux_ARGS}-graphite2 _linux_${linux_ARGS}_gsm= linux-${linux_ARGS}-gsm>0:audio/linux-${linux_ARGS}-gsm _linux_rl9_gstreamer1= linux-rl9-gstreamer1>0:multimedia/linux-rl9-gstreamer1 _linux_rl9_gstreamer1-libav= linux-rl9-gstreamer1-plugin-libav>0:multimedia/linux-rl9-gstreamer1-libav _linux_${linux_ARGS}_gtk2= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 _linux_${linux_ARGS}_gtk3= linux-${linux_ARGS}-gtk3>0:x11-toolkits/linux-${linux_ARGS}-gtk3 _linux_${linux_ARGS}_harfbuzz= linux-${linux_ARGS}-harfbuzz>0:print/linux-${linux_ARGS}-harfbuzz _linux_rl9_highway= linux-rl9-highway>0:devel/linux-rl9-highway _linux_${linux_ARGS}_icu= linux-${linux_ARGS}-icu>0:devel/linux-${linux_ARGS}-icu _linux_${linux_ARGS}_imageformats-libs= linux-${linux_ARGS}-imageformats-libs>0:graphics/linux-${linux_ARGS}-imageformats-libs _linux_c7_libaio= linux-c7-libaio>0:devel/linux-c7-libaio _linux_rl9_libassuan= linux-rl9-libassuan>0:security/linux-rl9-libassuan _linux_${linux_ARGS}_libasyncns= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns _linux_c7_libaudiofile= linux-c7-audiofile>0:audio/linux-c7-audiofile _linux_c7_libcroco= linux-c7-libcroco>0:textproc/linux-c7-libcroco _linux_${linux_ARGS}_libdrm= linux-${linux_ARGS}-libdrm>0:graphics/linux-${linux_ARGS}-libdrm _linux_${linux_ARGS}_libepoxy= linux-${linux_ARGS}-libepoxy>0:graphics/linux-${linux_ARGS}-libepoxy _linux_rl9_libevent= linux-rl9-libevent>0:devel/linux-rl9-libevent _linux_${linux_ARGS}_libgcrypt= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt _linux_${linux_ARGS}_libglvnd= linux-${linux_ARGS}-libglvnd>0:graphics/linux-${linux_ARGS}-libglvnd _linux_${linux_ARGS}_libgpg-error= linux-${linux_ARGS}-libgpg-error>0:security/linux-${linux_ARGS}-libgpg-error _linux_rl9_libjxl= linux-rl9-libjxl>0:graphics/linux-rl9-libjxl _linux_rl9_libksba= linux-rl9-libksba>0:security/linux-rl9-libksba _linux_rl9_libnghttp2= linux-rl9-libnghttp2>0:www/linux-rl9-libnghttp2 _linux_${linux_ARGS}_libogg= linux-${linux_ARGS}-libogg>0:audio/linux-${linux_ARGS}-libogg _linux_${linux_ARGS}_libpciaccess= linux-${linux_ARGS}-libpciaccess>0:devel/linux-${linux_ARGS}-libpciaccess _linux_${linux_ARGS}_librsvg2= linux-${linux_ARGS}-librsvg2>0:graphics/linux-${linux_ARGS}-librsvg2 _linux_rl9_libsecret= linux-rl9-libsecret>0:security/linux-rl9-libsecret _linux_${linux_ARGS}_libsigc++20= linux-${linux_ARGS}-libsigc++20>0:devel/linux-${linux_ARGS}-libsigc++20 _linux_${linux_ARGS}_libsndfile= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile _linux_rl9_libssh= linux-rl9-libssh>0:security/linux-rl9-libssh _linux_c7_libssh2= linux-c7-libssh2>0:security/linux-c7-libssh2 _linux_rl9_libstemmer= linux-rl9-libstemmer>=0:textproc/linux-rl9-libstemmer _linux_${linux_ARGS}_libtasn1= linux-${linux_ARGS}-libtasn1>0:security/linux-${linux_ARGS}-libtasn1 _linux_${linux_ARGS}_libthai= linux-${linux_ARGS}-libthai>0:devel/linux-${linux_ARGS}-libthai _linux_${linux_ARGS}_libtheora= linux-${linux_ARGS}-libtheora>0:multimedia/linux-${linux_ARGS}-libtheora _linux_${linux_ARGS}_libtool-ltdl= linux-${linux_ARGS}-libtool-ltdl>0:devel/linux-${linux_ARGS}-libtool-ltdl _linux_rl9_libtracker-sparql= linux-rl9-libtracker-sparql>0:databases/linux-rl9-libtracker-sparql _linux_${linux_ARGS}_libunwind= linux-${linux_ARGS}-libunwind>0:devel/linux-${linux_ARGS}-libunwind _linux_${linux_ARGS}_libv4l= linux-${linux_ARGS}-libv4l>0:multimedia/linux-${linux_ARGS}-libv4l _linux_rl9_libva= linux-rl9-libva>0:multimedia/linux-rl9-libva _linux_rl9_libvdpau= linux-rl9-libvdpau>0:multimedia/linux-rl9-libvdpau _linux_${linux_ARGS}_libvorbis= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis _linux_rl9_libvpx= linux-rl9-libvpx>0:multimedia/linux-rl9-libvpx _linux_${linux_ARGS}_libxkbcommon= linux-${linux_ARGS}-libxkbcommon>0:x11/linux-${linux_ARGS}-libxkbcommon _linux_${linux_ARGS}_libxml2= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 _linux_${linux_ARGS}_libxslt= linux-${linux_ARGS}-libxslt>0:textproc/linux-${linux_ARGS}-libxslt _linux_rl9_lld= linux-rl9-llvm>0:devel/linux-rl9-lld _linux_rl9_lldb= linux-rl9-llvm>0:devel/linux-rl9-lldb _linux_rl9_llvm= linux-rl9-llvm>0:devel/linux-rl9-llvm _linux_c7_lttng-ust= linux-c7-lttng-ust>0:sysutils/linux-c7-lttng-ust _linux_${linux_ARGS}_lz4= linux-${linux_ARGS}-lz4>0:archivers/linux-${linux_ARGS}-lz4 _linux_c7_make= linux-c7-make>0:devel/linux-c7-make _linux_${linux_ARGS}_nettle= linux-${linux_ARGS}-nettle>0:security/linux-${linux_ARGS}-nettle _linux_${linux_ARGS}_nspr= linux-${linux_ARGS}-nspr>0:devel/linux-${linux_ARGS}-nspr _linux_${linux_ARGS}_nss= linux-${linux_ARGS}-nss>0:security/linux-${linux_ARGS}-nss _linux_rl9_npth= linux-rl9-npth>0:devel/linux-rl9-npth _linux_c7_numactl-libs= linux-c7-numactl-libs>0:sysutils/linux-c7-numactl-libs _linux_rl9_ocl-icd= linux-rl9-ocl-icd>0:devel/linux-rl9-ocl-icd _linux_${linux_ARGS}_openal-soft= linux-${linux_ARGS}-openal-soft>0:audio/linux-${linux_ARGS}-openal-soft _linux_${linux_ARGS}_openldap= linux-${linux_ARGS}-openldap>0:net/linux-${linux_ARGS}-openldap _linux_c7_openmotif= linux-c7-motif>0:x11-toolkits/linux-c7-openmotif _linux_c7_openssl-devel= linux-c7-openssl-devel>0:security/linux-c7-openssl-devel _linux_c7_openssl= ${_linux_c7_base} _linux_rl9_opus= linux-rl9-opus>0:audio/linux-rl9-opus _linux_rl9_orc= linux-rl9-orc>0:devel/linux-rl9-orc _linux_${linux_ARGS}_p11-kit= linux-${linux_ARGS}-p11-kit>0:security/linux-${linux_ARGS}-p11-kit _linux_${linux_ARGS}_pango= linux-${linux_ARGS}-pango>0:x11-toolkits/linux-${linux_ARGS}-pango _linux_${linux_ARGS}_pixman= linux-${linux_ARGS}-pixman>0:x11/linux-${linux_ARGS}-pixman _linux_${linux_ARGS}_pulseaudio-libs= linux-${linux_ARGS}-pulseaudio-libs>0:audio/linux-${linux_ARGS}-pulseaudio-libs _linux_rl9_pulseaudio-utils= linux-rl9-pulseaudio-utils>0:audio/linux-rl9-pulseaudio-utils _linux_rl9_python3= linux-rl9-python39>0:lang/linux-rl9-python3 _linux_c7_qt= linux-c7-qt>0:devel/linux-c7-qt _linux_c7_qt-x11= linux-c7-qt-x11>0:x11-toolkits/linux-c7-qt-x11 _linux_c7_qtwebkit= linux-c7-qtwebkit>0:www/linux-c7-qtwebkit _linux_rl9_qt3d= linux-rl9-qt5-qt3d>0:graphics/linux-rl9-qt5-qt3d _linux_rl9_qtbase= linux-rl9-qt5-qtbase>0:devel/linux-rl9-qt5-qtbase _linux_rl9_qtconnectivity= linux-rl9-qt5-qtconnectivity>0:comms/linux-rl9-qt5-qtconnectivity _linux_rl9_qtdeclarative= linux-rl9-qt5-qtdeclarative>0:x11-toolkits/linux-rl9-qt5-qtdeclarative _linux_rl9_qtgraphicaleffects= linux-rl9-qt5-qtgraphicaleffects>0:graphics/linux-rl9-qt5-qtgraphicaleffects _linux_rl9_qtimageformats= linux-rl9-qt5-qtimageformats>0:graphics/linux-rl9-qt5-qtimageformats _linux_rl9_qtmultimedia= linux-rl9-qt5-qtmultimedia>0:multimedia/linux-rl9-qt5-qtmultimedia _linux_rl9_qtquickcontrols= linux-rl9-qt5-qtquickcontrols>0:x11-toolkits/linux-rl9-qt5-qtquickcontrols _linux_rl9_qtscript= linux-rl9-qt5-qtscript>0:devel/linux-rl9-qt5-qtscript _linux_rl9_qtsensors= linux-rl9-qt5-qtsensors>0:comms/linux-rl9-qt5-qtsensors _linux_rl9_qtserialbus= linux-rl9-qt5-qtserialbus>0:comms/linux-rl9-qt5-qtserialbus _linux_rl9_qtserialport= linux-rl9-qt5-qtserialport>0:comms/linux-rl9-qt5-qtserialport _linux_rl9_qtsvg= linux-rl9-qt5-qtsvg>0:graphics/linux-rl9-qt5-qtsvg _linux_rl9_qttools= linux-rl9-qt5-qttools>0:devel/linux-rl9-qt5-qttools _linux_rl9_qtwayland= linux-rl9-qt5-qtwayland>0:graphics/linux-rl9-qt5-qtwayland _linux_rl9_qtwebchannel= linux-rl9-qt5-qtwebchannel>0:www/linux-rl9-qt5-qtwebchannel _linux_rl9_qtwebsockets= linux-rl9-qt5-qtwebsockets>0:www/linux-rl9-qt5-qtwebsockets _linux_rl9_qtx11extras= linux-rl9-qt5-qtx11extras>0:x11/linux-rl9-qt5-qtx11extras _linux_rl9_qtxmlpatterns= linux-rl9-qt5-qtxmlpatterns>0:textproc/linux-rl9-qt5-qtxmlpatterns _linux_${linux_ARGS}_sdl12= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 _linux_${linux_ARGS}_sdl12-extralibs= linux-${linux_ARGS}-sdl12-extralibs>0:misc/linux-${linux_ARGS}-sdl12-extralibs _linux_${linux_ARGS}_sdl20= linux-${linux_ARGS}-sdl20>0:devel/linux-${linux_ARGS}-sdl20 _linux_${linux_ARGS}_sdl20-extralibs= linux-${linux_ARGS}-sdl20-extralibs>0:misc/linux-${linux_ARGS}-sdl20-extralibs _linux_rl9_shaderc= linux-rl9-shaderc>0:graphics/linux-rl9-shaderc _linux_rl9_spirv-tools= linux-rl9-spirv-tools>0:graphics/linux-rl9-spirv-tools _linux_c7_sqlite3= linux-c7-sqlite>0:databases/linux-c7-sqlite3 _linux_rl9_sqlite3= ${_linux_rl9_base} _linux_${linux_ARGS}_strace= linux-${linux_ARGS}-strace>0:devel/linux-${linux_ARGS}-strace _linux_${linux_ARGS}_systemd-libs= linux-${linux_ARGS}-systemd-libs>0:devel/linux-${linux_ARGS}-systemd-libs _linux_c7_tcl85= linux-c7-tcl85>0:lang/linux-c7-tcl85 _linux_rl9_tcl86= linux-rl9-tcl86>0:lang/linux-rl9-tcl86 _linux_${linux_ARGS}_tcp_wrappers-libs= linux-${linux_ARGS}-tcp_wrappers-libs>0:net/linux-${linux_ARGS}-tcp_wrappers-libs _linux_c7_tk85= linux-c7-tk85>0:x11-toolkits/linux-c7-tk85 _linux_rl9_tk86= linux-rl9-tk86>0:x11-toolkits/linux-rl9-tk86 _linux_${linux_ARGS}_trousers= linux-${linux_ARGS}-trousers>0:security/linux-${linux_ARGS}-trousers _linux_c7_userspace-rcu= linux-c7-userspace-rcu>0:sysutils/linux-c7-userspace-rcu _linux_rl9_vmaf= linux-rl9-vmaf>0:multimedia/linux-rl9-vmaf _linux_rl9_vulkan= linux-rl9-vulkan-loader>0:graphics/linux-rl9-vulkan _linux_${linux_ARGS}_wayland= linux-${linux_ARGS}-wayland>0:graphics/linux-${linux_ARGS}-wayland _linux_rl9_wget= linux-rl9-wget>0:ftp/linux-rl9-wget _linux_${linux_ARGS}_xcb-util= linux-${linux_ARGS}-xcb-util>0:x11/linux-${linux_ARGS}-xcb-util _linux_${linux_ARGS}_xorglibs= linux-${linux_ARGS}-xorg-libs>=7.7:x11/linux-${linux_ARGS}-xorg-libs _linux_c7_zlib-devel= linux-c7-zlib-devel>0:devel/linux-c7-zlib-devel # special node for linux_libusb _linux_${linux_ARGS}_libusb= linux_libusb-${linux_ARGS}>0:devel/linux_libusb@${linux_ARGS} USE_LINUX?= base . for i in ${USE_LINUX} _i_args:= ${i:C/^[^:]*:?//:S/,/ /g} . if ${_i_args:Mpatch} PATCH_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if ${_i_args:Mbuild} BUILD_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if ${_i_args:Mrun} || empty(_i_args) RUN_DEPENDS+= ${_linux_${linux_ARGS}_${i:C/:.*//}} . endif . if !defined(_linux_${linux_ARGS}_${i:C/:.*//}) DEV_ERROR+= "USE_LINUX=${i}: package does not exist" . endif . endfor . ifdef USE_LINUX_RPM . if ${linux_ARGS} == c7 . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} MASTER_SITE_SUBDIR= altarch/${LINUX_DIST_VER}/os/aarch64/Packages/:DEFAULT,aarch64 \ altarch/${LINUX_DIST_VER}/updates/aarch64/Packages/:DEFAULT,aarch64 \ centos/${LINUX_DIST_VER}/os/x86_64/Packages/:DEFAULT,amd64 \ centos/${LINUX_DIST_VER}/updates/x86_64/Packages/:DEFAULT,amd64 \ altarch/${LINUX_DIST_VER}/os/i386/Packages/:DEFAULT,i386 \ altarch/${LINUX_DIST_VER}/updates/i386/Packages/:DEFAULT,i386 \ centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE . endif DIST_SUBDIR?= centos DEPRECATED= CentOS Linux 7 reached end of life (EOL) on June 30, 2024 . elif ${linux_ARGS} == rl9 . ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_ROCKY_LINUX} MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/BaseOS/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/AppStream/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/BaseOS/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/CRB/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/AppStream/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/CRB/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/BaseOS/source/tree/Packages/:SOURCE \ ${LINUX_DIST_VER}/AppStream/source/tree/Packages/:SOURCE \ ${LINUX_DIST_VER}/CRB/source/tree/Packages/:SOURCE . endif DIST_SUBDIR?= rocky . endif # ${linux_ARGS} == * PKGNAMEPREFIX?= linux-${linux_ARGS}- EXTRACT_SUFX?= .rpm EXTRACT_SUFX_aarch64?= .aarch64${EXTRACT_SUFX} EXTRACT_SUFX_amd64?= .x86_64${EXTRACT_SUFX} EXTRACT_SUFX_i386?= .i686${EXTRACT_SUFX} EXTRACT_SUFX_noarch?= .noarch${EXTRACT_SUFX} SRC_SUFX?= .src${EXTRACT_SUFX} NO_BUILD= yes NO_WRKSUBDIR= yes USE_LINUX_PREFIX= yes . endif # USE_LINUX_RPM .endif # ! _INCLUDE_USES_LINUX_MK .ifdef _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK _INCLUDE_USES_LINUX_POST_MK= yes . ifdef USE_LINUX_RPM . if ${USE_LINUX_RPM} == noarch NO_ARCH= yes SHARE_DISTNAMES?= ${DISTNAME} . elif ${USE_LINUX_RPM} == nolib BIN_DISTNAMES?= ${DISTNAME} . else LIB_DISTNAMES?= ${DISTNAME} . endif . if ${linux_ARGS} == rl9 . if !empty(SHARE_DISTNAMES) SHARE_DISTNAMES:= ${SHARE_DISTNAMES:@i@${i:C/^([A-Za-z0-9]).*/\1/:tl}/${i}@} . endif . if !empty(BIN_DISTNAMES) BIN_DISTNAMES:= ${BIN_DISTNAMES:@i@${i:C/^([A-Za-z0-9]).*/\1/:tl}/${i}@} . endif . if !empty(LIB_DISTNAMES) LIB_DISTNAMES:= ${LIB_DISTNAMES:@i@${i:C/^([A-Za-z0-9]).*/\1/:tl}/${i}@} . endif . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Maarch64)) \ && empty(NOT_FOR_ARCHS:Maarch64) DISTFILES_aarch64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} \ ${LIB_DISTNAMES_aarch64:S/$/${EXTRACT_SUFX_aarch64}:aarch64/} . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mamd64)) \ && empty(NOT_FOR_ARCHS:Mamd64) . ifndef DISTFILES_amd64 . if ${linux_ARGS} == c7 DISTFILES_amd64= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} . endif . if !empty(WANT_LINUX32) DISTFILES_amd64+= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64/} . endif DISTFILES_amd64+= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${LIB_DISTNAMES_amd64:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} . endif . endif . if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \ && empty(NOT_FOR_ARCHS:Mi386) DISTFILES_i386?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES_i386:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} . endif SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX}:SOURCE . if ${linux_ARGS} == rl9 SRC_DISTFILES:= ${SRC_DISTFILES:@i@${i:C/^([A-Za-z0-9]).*/\1/:tl}/${i}@} . endif . ifdef USE_LINUX_RPM_BAD_PERMS EXTRACT_DEPENDS+= rpm2archive:archivers/rpm4 EXTRACT_CMD= rpm2archive EXTRACT_BEFORE_ARGS= - < EXTRACT_AFTER_ARGS= | ${TAR} xf - --no-same-owner --no-same-permissions . endif . if ${USE_LINUX_RPM} != noarch PLIST?= ${PKGDIR}/pkg-plist.${ARCH} . endif . if !target(do-install) do-install: (cd ${WRKSRC} && \ ${FIND} * -not -path 'usr/lib/.build-id*' | ${CPIO} -dumpl --quiet ${STAGEDIR}${PREFIX}) . for d in bin lib lib64 sbin [ ! -e ${STAGEDIR}${PREFIX}/${d} -o -L ${STAGEDIR}${PREFIX}/${d} ] || \ (cd ${STAGEDIR}${PREFIX} && \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}) . endfor [ ! -e ${STAGEDIR}${PREFIX}/usr/share/icons -o \ -L ${STAGEDIR}${PREFIX}/usr/share/icons ] || \ (cd ${STAGEDIR}${PREFIX}/usr/share && ${FIND} icons | \ ${CPIO} -dumpl --quiet ${STAGEDIR}${LOCALBASE}/share && \ ${RM} -r icons) ${RMDIR} ${STAGEDIR}${PREFIX}/usr/lib ${STAGEDIR}${PREFIX}/usr/lib64 || ${TRUE} . endif . endif # USE_LINUX_RPM . ifdef DISTNAME_aarch64 DISTFILES_aarch64?= ${DISTNAME_aarch64}${EXTRACT_SUFX} . endif . ifdef DISTNAME_amd64 DISTFILES_amd64?= ${DISTNAME_amd64}${EXTRACT_SUFX} . endif . ifdef DISTNAME_i386 DISTFILES_i386?= ${DISTNAME_i386}${EXTRACT_SUFX} . endif . ifndef DISTFILES . ifdef DISTFILES_aarch64 || DISTFILES_amd64 || DISTFILES_i386 . if make(makesum) _ALL_DISTFILES= ${DISTFILES_aarch64} ${DISTFILES_amd64} ${DISTFILES_i386} DISTFILES= ${_ALL_DISTFILES:O:u} . else DISTFILES= ${DISTFILES_${ARCH}} . endif EXTRACT_ONLY?= ${DISTFILES_${ARCH}:C/:[^:]+$//} . endif . endif . if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING)) DISTFILES+= ${SRC_DISTFILES} . endif .endif # _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 55acab6ff73d..628b300ba9f9 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,250 +1,249 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (Rocky Linux ${LINUX_DIST_VER}) LICENSE= BSD2CLAUSE USES= linux:rl9 USE_LINUX= # empty USE_LINUX_RPM= yes WANT_LINUX32= yes # lib64/gconv/ stuff that is loaded dynamically and has rpath NO_SHLIB_REQUIRES_GLOB= libCNS.so* libGB.so* libISOIR165.so* \ libJIS.so* libJISX0213.so* libKSC.so* .include "${.CURDIR}/Makefile.version" BIN_DISTNAMES= bash-${bash_ver} \ bzip2-${bzip2_ver} \ coreutils-${coreutils_ver} \ diffutils-${diffutils_ver} \ e2fsprogs-${e2fsprogs_ver} \ filesystem-${filesystem_ver} \ findutils-${findutils_ver} \ fuse-${fuse_ver} \ gawk-${gawk_ver} \ glibc-all-langpacks-${glibc_ver} \ glibc-common-${glibc_ver} \ grep-${grep_ver} \ info-${info_ver} \ keyutils-${keyutils_ver} \ less-${less_ver} \ ncurses-${ncurses_ver} \ sed-${sed_ver} \ setserial-${setserial_ver} \ sqlite-${sqlite_ver} \ util-linux-${util_ver} \ util-linux-core-${util_ver} \ which-${which_ver} LIB_DISTNAMES= bzip2-libs-${bzip2_ver} \ e2fsprogs-libs-${e2fsprogs_ver} \ fuse-libs-${fuse_ver} \ gdbm-libs-${gdbm_ver} \ geocode-glib-${geocode-glib_ver} \ glib-networking-${glib-networking_ver} \ glib2-${glib2_ver} \ glibc-${glibc_ver} \ glibc-gconv-extra-${glibc_ver} \ gmp-${gmp_ver} \ json-glib-${json-glib_ver} \ keyutils-libs-${keyutils_ver} \ krb5-libs-${krb5_ver} \ libacl-${libacl_ver} \ libattr-${libattr_ver} \ libblkid-${util_ver} \ libbrotli-${brotli_ver} \ libcap-${libcap_ver} \ libcom_err-${e2fsprogs_ver} \ libdatrie-${libdatrie_ver} \ libdb-${libdb_ver} \ libedit-${libedit_ver} \ libevdev-${libevdev_ver} \ libfdisk-${util_ver} \ libffi-${libffi_ver} \ libgcc-${gcc_ver} \ libgudev-${libgudev_ver} \ libidn2-${libidn2_ver} \ libmount-${util_ver} \ libnsl-${glibc_ver} \ libproxy-${libproxy_ver} \ libpsl-${libpsl_ver} \ libselinux-${selinux_ver} \ libsepol-${sepol_ver} \ libsigsegv-${libsigsegv_ver} \ libsmartcols-${util_ver} \ libsoup-${libsoup_ver} \ libstdc++-${gcc_ver} \ libunistring-${libunistring_ver} \ libuuid-${util_ver} \ libverto-${libverto_ver} \ libxcrypt-${libxcrypt_ver} \ libzstd-${zstd_ver} \ mpfr-${mpfr_ver} \ mtdev-${mtdev_ver} \ ncurses-libs-${ncurses_ver} \ openssl-libs-${openssl_ver} \ pcre-${pcre_ver} \ pcre-utf16-${pcre_ver} \ pcre-utf32-${pcre_ver} \ pcre2-${pcre2_ver} \ pcre2-utf16-${pcre2_ver} \ pcre2-utf32-${pcre2_ver} \ popt-${popt_ver} \ readline-${readline_ver} \ slang-${slang_ver} \ sqlite-libs-${sqlite_ver} \ xz-libs-${xz_ver} \ zlib-${zlib_ver} SHARE_DISTNAMES=basesystem-${basesystem_ver} \ ncurses-base-${ncurses_ver} \ rocky-release-${rocky-release_ver} \ setup-${setup_ver} SRC_DISTFILES= acl-${libacl_ver}${SRC_SUFX}:SOURCE \ attr-${libattr_ver}${SRC_SUFX}:SOURCE \ basesystem-${basesystem_ver}${SRC_SUFX}:SOURCE \ bash-${bash_ver}${SRC_SUFX}:SOURCE \ bzip2-${bzip2_ver}${SRC_SUFX}:SOURCE \ coreutils-${coreutils_ver}${SRC_SUFX}:SOURCE \ diffutils-${diffutils_ver}${SRC_SUFX}:SOURCE \ e2fsprogs-${e2fsprogs_ver}${SRC_SUFX}:SOURCE \ filesystem-${filesystem_ver}${SRC_SUFX}:SOURCE \ findutils-${findutils_ver}${SRC_SUFX}:SOURCE \ fuse-${fuse_ver}${SRC_SUFX}:SOURCE \ gawk-${gawk_ver}${SRC_SUFX}:SOURCE \ gcc-${gcc_ver}${SRC_SUFX}:SOURCE \ gdbm-${gdbm_ver}${SRC_SUFX}:SOURCE \ geocode-glib-${geocode-glib_ver}${SRC_SUFX}:SOURCE \ glib-networking-${glib-networking_ver}${SRC_SUFX}:SOURCE \ glib2-${glib2_ver}${SRC_SUFX}:SOURCE \ glibc-${glibc_ver}${SRC_SUFX}:SOURCE \ gmp-${gmp_ver}${SRC_SUFX}:SOURCE \ grep-${grep_ver}${SRC_SUFX}:SOURCE \ json-glib-${json-glib_ver}${SRC_SUFX}:SOURCE \ keyutils-${keyutils_ver}${SRC_SUFX}:SOURCE \ krb5-${krb5_ver}${SRC_SUFX}:SOURCE \ less-${less_ver}${SRC_SUFX}:SOURCE \ libcap-${libcap_ver}${SRC_SUFX}:SOURCE \ libdatrie-${libdatrie_ver}${SRC_SUFX}:SOURCE \ libdb-${libdb_ver}${SRC_SUFX}:SOURCE \ libedit-${libedit_ver}${SRC_SUFX}:SOURCE \ libevdev-${libevdev_ver}${SRC_SUFX}:SOURCE \ libffi-${libffi_ver}${SRC_SUFX}:SOURCE \ libgudev-${libgudev_ver}${SRC_SUFX}:SOURCE \ libproxy-${libproxy_ver}${SRC_SUFX}:SOURCE \ libselinux-${selinux_ver}${SRC_SUFX}:SOURCE \ libsepol-${sepol_ver}${SRC_SUFX}:SOURCE \ libsigsegv-${libsigsegv_ver}${SRC_SUFX}:SOURCE \ libsoup-${libsoup_ver}${SRC_SUFX}:SOURCE \ libverto-${libverto_ver}${SRC_SUFX}:SOURCE \ libxcrypt-${libxcrypt_ver}${SRC_SUFX}:SOURCE \ mpfr-${mpfr_ver}${SRC_SUFX}:SOURCE \ mtdev-${mtdev_ver}${SRC_SUFX}:SOURCE \ ncurses-${ncurses_ver}${SRC_SUFX}:SOURCE \ openssl-${openssl_ver}${SRC_SUFX}:SOURCE \ pcre-${pcre_ver}${SRC_SUFX}:SOURCE \ pcre2-${pcre2_ver}${SRC_SUFX}:SOURCE \ popt-${popt_ver}${SRC_SUFX}:SOURCE \ readline-${readline_ver}${SRC_SUFX}:SOURCE \ rocky-release-${rocky-release_ver}${SRC_SUFX}:SOURCE \ sed-${sed_ver}${SRC_SUFX}:SOURCE \ setserial-${setserial_ver}${SRC_SUFX}:SOURCE \ setup-${setup_ver}${SRC_SUFX}:SOURCE \ slang-${slang_ver}${SRC_SUFX}:SOURCE \ texinfo-${info_ver}${SRC_SUFX}:SOURCE \ util-linux-${util_ver}${SRC_SUFX}:SOURCE \ which-${which_ver}${SRC_SUFX}:SOURCE \ xz-${xz_ver}${SRC_SUFX}:SOURCE \ zlib-${zlib_ver}${SRC_SUFX}:SOURCE \ zstd-${zstd_ver}${SRC_SUFX}:SOURCE \ PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB} OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes REMOVE_DIRS= boot etc/pam.d home media mnt proc root run sys tmp var/log \ var/tmp REMOVE_FILES= bin/chfn bin/chsh bin/findmnt bin/login bin/lsblk bin/lscpu \ bin/lsipc bin/lslogins bin/lsmem bin/lsns bin/script \ bin/setpriv bin/su \ etc/exports etc/group etc/gshadow etc/motd \ etc/passwd etc/printcap etc/protocols etc/services etc/shadow \ sbin/clock sbin/debugfs sbin/hwclock sbin/runuser sbin/zramctl \ usr/bin/chrt usr/bin/dmesg usr/bin/flock usr/bin/hardlink \ usr/bin/ionice usr/bin/ipcmk usr/bin/ipcrm usr/bin/ipcs usr/bin/kill \ usr/bin/logger usr/bin/nsenter usr/bin/renice usr/bin/setsid \ usr/bin/taskset usr/bin/unshare usr/sbin/agetty usr/sbin/blkid \ usr/sbin/blockdev usr/sbin/fsck usr/sbin/losetup usr/sbin/mkswap \ usr/sbin/partx usr/sbin/swapoff usr/sbin/swapon usr/sbin/switch_root \ usr/lib/gio/modules/libgiognutls.so usr/lib64/gio/modules/libgiognutls.so \ usr/share/man/man1/chrt.1.gz usr/share/man/man1/dmesg.1.gz \ usr/share/man/man1/flock.1.gz usr/share/man/man1/hardlink.1.gz \ usr/share/man/man1/ionice.1.gz usr/share/man/man1/ipcmk.1.gz \ usr/share/man/man1/ipcrm.1.gz usr/share/man/man1/ipcs.1.gz \ usr/share/man/man1/kill.1.gz usr/share/man/man1/logger.1.gz \ usr/share/man/man1/nsenter.1.gz usr/share/man/man1/renice.1.gz \ usr/share/man/man1/setsid.1.gz usr/share/man/man1/taskset.1.gz \ usr/share/man/man1/unshare.1.gz usr/share/man/man8/agetty.8.gz \ usr/share/man/man8/blkid.8.gz usr/share/man/man8/blockdev.8.gz \ usr/share/man/man8/findmnt.8.gz usr/share/man/man8/fsck.8.gz \ usr/share/man/man8/losetup.8.gz usr/share/man/man8/mkswap.8.gz \ usr/share/man/man8/partx.8.gz usr/share/man/man8/swapoff.8.gz \ usr/share/man/man8/swapon.8.gz usr/share/man/man8/switch_root.8.gz .include PLIST_SUB+= NEWGLIBC="" .if ${ARCH} == aarch64 || ${ARCH} == amd64 SYSCTLMIB= kern.features.linux64 .else SYSCTLMIB= compat.linux.osrelease .endif post-extract: # These directories become symbolic links when the filesystem distfile is # extracted. Other distfiles cannot be extracted when these are links so the # filesystem distfile must be extracted last. .for d in bin lib lib64 sbin @(cd ${WRKSRC} && if [ -e ${d} -a ! -L ${d} ]; then \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}; fi) .endfor @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ ${DISTDIR}/${DIST_SUBDIR}/f/filesystem-${filesystem_ver}${EXTRACT_SUFX_${ARCH}} \ ${EXTRACT_AFTER_ARGS}) .if ${ARCH} == i386 @${CHMOD} u+w ${WRKSRC}/usr/lib/pm-utils .elif ${ARCH} == aarch64 || ${ARCH} == amd64 @${CHMOD} u+w ${WRKSRC}/usr/lib64/pm-utils .endif post-patch: @${RM} -r ${REMOVE_DIRS:S|^|${WRKSRC}/|} @${RM} ${REMOVE_FILES:S|^|${WRKSRC}/|} @${FIND} ${WRKSRC}/usr -type d -empty -not -path '*/lib*/gio/*' -delete .if ${ARCH} == aarch64 ${BRANDELF} -t Linux ${WRKSRC}/usr/lib/ld-linux-* .else ${BRANDELF} -t Linux ${WRKSRC}/usr/lib64/ld-linux-*.so.2 .endif post-install: ${RM} -r ${STAGEDIR}${LOCALBASE} ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample ${MV} ${STAGEDIR}${PREFIX}/etc/nsswitch.conf \ ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample ${LN} -sf "../proc/self/mounts" ${STAGEDIR}${PREFIX}/etc/mtab ${LN} -sf ${LOCALBASE}/share/icons ${STAGEDIR}${PREFIX}/usr/share/icons ${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp .include diff --git a/emulators/linux_base-rl9/Makefile.version b/emulators/linux_base-rl9/Makefile.version index a10b745a1ed1..1f1a93e9ace0 100644 --- a/emulators/linux_base-rl9/Makefile.version +++ b/emulators/linux_base-rl9/Makefile.version @@ -1,63 +1,63 @@ basesystem_ver= 11-13.el9.0.1 bash_ver= 5.1.8-9.el9 brotli_ver= 1.0.9-7.el9_5 bzip2_ver= 1.0.8-10.el9_5 coreutils_ver= 8.32-39.el9 diffutils_ver= 3.7-12.el9 -e2fsprogs_ver= 1.46.5-7.el9 +e2fsprogs_ver= 1.46.5-8.el9 filesystem_ver= 3.16-5.el9 findutils_ver= 4.8.0-7.el9 fuse_ver= 2.9.9-17.el9 gawk_ver= 5.1.0-6.el9 -gcc_ver= 11.5.0-5.el9_5 +gcc_ver= 11.5.0-11.el9 gdbm_ver= 1.23-1.el9 geocode-glib_ver= 3.26.2-5.el9 glib-networking_ver= 2.68.3-3.el9 -glib2_ver= 2.68.4-16.el9_6.2 -glibc_ver= 2.34-168.el9_6.23 +glib2_ver= 2.68.4-18.el9_7 +glibc_ver= 2.34-231.el9_7.2 gmp_ver= 6.2.0-13.el9 grep_ver= 3.6-5.el9 info_ver= 6.7-15.el9 json-glib_ver= 1.6.6-1.el9 keyutils_ver= 1.6.3-1.el9 krb5_ver= 1.21.1-8.el9_6 -less_ver= 590-5.el9 +less_ver= 590-6.el9 libacl_ver= 2.3.1-4.el9 libattr_ver= 2.5.1-3.el9 -libcap_ver= 2.48-9.el9_2 +libcap_ver= 2.48-10.el9 libdatrie_ver= 0.2.13-4.el9 libdb_ver= 5.3.28-57.el9_6 libedit_ver= 3.1-38.20210216cvs.el9 libevdev_ver= 1.11.0-3.el9 libffi_ver= 3.4.2-8.el9 libgudev_ver= 237-1.el9 libidn2_ver= 2.3.0-7.el9 libnattr_ver= 2.5.1-3.el9 libproxy_ver= 0.4.15-35.el9 libpsl_ver= 0.21.1-5.el9 libsigsegv_ver= 2.13-4.el9 -libsoup_ver= 2.72.0-10.el9_6.2 +libsoup_ver= 2.72.0-12.el9_7.1 libunistring_ver= 0.9.10-15.el9 libverto_ver= 0.3.2-3.el9 libxcrypt_ver= 4.4.18-3.el9 mpfr_ver= 4.1.0-7.el9 mtdev_ver= 1.1.5-22.el9 -ncurses_ver= 6.2-10.20210508.el9_6.2 -openssl_ver= 3.2.2-6.el9_5.1 +ncurses_ver= 6.2-12.20210508.el9 +openssl_ver= 3.5.1-4.el9_7 pcre_ver= 8.44-4.el9 pcre2_ver= 10.40-6.el9 popt_ver= 1.18-8.el9 readline_ver= 8.1-4.el9 -rocky-release_ver= 9.6-1.3.el9 +rocky-release_ver= 9.7-1.3.el9 sed_ver= 4.8-9.el9 selinux_ver= 3.6-3.el9 -sepol_ver= 3.6-2.el9 +sepol_ver= 3.6-3.el9 setserial_ver= 2.17-54.el9 setup_ver= 2.13.7-10.el9 slang_ver= 2.3.2-11.el9 -sqlite_ver= 3.34.1-8.el9_6 +sqlite_ver= 3.34.1-9.el9_7 util_ver= 2.37.4-21.el9 which_ver= 2.21-30.el9_6 xz_ver= 5.2.5-8.el9_0 zlib_ver= 1.2.11-40.el9 zstd_ver= 1.5.5-1.el9 diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo index 63554a10da85..abb4aaabdebc 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,565 +1,565 @@ -TIMESTAMP = 1757087033 +TIMESTAMP = 1765188504 SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 SHA256 (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = f6b8bbdbd96ecb8d240a4d3c4a038f58faeab170015b07c7096d02157838279d SIZE (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = 1729443 SHA256 (rocky/b/bash-5.1.8-9.el9.x86_64.rpm) = 2c1cfef019e5fecfe00d7a1cde3e34456871b447debb4b32c9aacd8045d3e1f6 SIZE (rocky/b/bash-5.1.8-9.el9.x86_64.rpm) = 1738842 SHA256 (rocky/b/bzip2-1.0.8-10.el9_5.aarch64.rpm) = 8952bbd4ffe90947461ccfdfd75a54fdc14bd519e799e39aee2ab4296ef8f257 SIZE (rocky/b/bzip2-1.0.8-10.el9_5.aarch64.rpm) = 52069 SHA256 (rocky/b/bzip2-1.0.8-10.el9_5.x86_64.rpm) = e0e10fe1b5e52da0647eadc516387cd6f2bb279403842b5c7e6f4b07cb6ff93e SIZE (rocky/b/bzip2-1.0.8-10.el9_5.x86_64.rpm) = 52591 SHA256 (rocky/b/bzip2-libs-1.0.8-10.el9_5.aarch64.rpm) = b8e3cd2d1e6542a41daf03ee561a5b6d7d48572e2a5755d0ac450f6577f27b88 SIZE (rocky/b/bzip2-libs-1.0.8-10.el9_5.aarch64.rpm) = 41269 SHA256 (rocky/b/bzip2-libs-1.0.8-10.el9_5.i686.rpm) = 3e7d1321c13f53b170717d150fd784891ecf47d2d4d203ed49b44fd27a2564ea SIZE (rocky/b/bzip2-libs-1.0.8-10.el9_5.i686.rpm) = 40141 SHA256 (rocky/b/bzip2-libs-1.0.8-10.el9_5.x86_64.rpm) = 1741762b008088e223b9ec386bc77322b95ab47ed8e982e32e8f3d11997955be SIZE (rocky/b/bzip2-libs-1.0.8-10.el9_5.x86_64.rpm) = 39972 SHA256 (rocky/c/coreutils-8.32-39.el9.aarch64.rpm) = f7b726650ec026e994ebaa181715950109b962ae8da21309ba59b8286137252f SIZE (rocky/c/coreutils-8.32-39.el9.aarch64.rpm) = 1113137 SHA256 (rocky/c/coreutils-8.32-39.el9.x86_64.rpm) = 73a91621d9303290c1e27d2a834df4e5532d94dfa9ef2eca984d97f1fd2249a5 SIZE (rocky/c/coreutils-8.32-39.el9.x86_64.rpm) = 1158633 SHA256 (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = df77e6cb59b73a1ff3d007c8011c689bf9bdbd416889bce8d65dc9855144e335 SIZE (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = 391813 SHA256 (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = d3932991f5d9b1e5f6326e376cf77f3f676bbf0c5657b2ddf1013bfdb4738a69 SIZE (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = 396968 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = bb0d5e64092fe8f539dac21a35f559dfa2453521b09ace9b0b39feb9c23f6923 -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = 1015999 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 18fee60bd62d5ef248447df59d2a9c89a6c07c560bca05fd5e69a174357ed68e -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 1022981 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 0aaecc33fe832814e6e1107f5c885ce296b41de0d8e453614714f76f467bd4e4 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 226870 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 1dddaf5a9adfb8da036e49ec0d58a217122fae2af63cd4cec24ce25b37f0bbcc -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 259414 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 2e2cf05b97d183343cc8d84c77d3af7c49f3a153f6fdbd93c7c34b44c79a2c61 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 226202 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.aarch64.rpm) = e066d08e8f86f227031c142b0d2e8546e075c14200afbbc6e13770ed5f1a80e1 +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.aarch64.rpm) = 1016513 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.x86_64.rpm) = a3a453258773a8aac3f35834b27c1b431055afe532ef34593ceb98458d14333f +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.x86_64.rpm) = 1023150 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.aarch64.rpm) = 144054d0f704ece5e2e13fc1e685c9344f1dd543917bef54f481d0e447302d93 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.aarch64.rpm) = 227081 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.i686.rpm) = 9efb8dfad0717b8059b04f28331de36961b6007e59ea39afcb0c2a0faf27fbd9 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.i686.rpm) = 258892 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.x86_64.rpm) = 0f3059410efbf0c24e769c38166d0a18d3820f5dccdda3370442872e95d885a0 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.x86_64.rpm) = 226634 SHA256 (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 373dffb499081ae9f7573af300e4087b4abc6f54a25dfd7c8cc63b295c2d4e03 SIZE (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 1117518 SHA256 (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = cabe98453b9517158c5a045cfec0418b747c874da2717d183f4296f240bdf8d9 SIZE (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = 1117440 SHA256 (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = b77862b75f970d95a6943c461339b55b04df19bfed7c609c71a0b861db80da48 SIZE (rocky/f/findutils-4.8.0-7.el9.aarch64.rpm) = 550234 SHA256 (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 1c9c28792695c61ced41da9337f323111973ba7eea938c3c11944532e384a662 SIZE (rocky/f/findutils-4.8.0-7.el9.x86_64.rpm) = 549239 SHA256 (rocky/f/fuse-2.9.9-17.el9.aarch64.rpm) = 42b60a7fc59e9b73c010f6609c14cd44ded2d8adf03bf43752152841bf409382 SIZE (rocky/f/fuse-2.9.9-17.el9.aarch64.rpm) = 79069 SHA256 (rocky/f/fuse-2.9.9-17.el9.x86_64.rpm) = f1de06c2c41e5fe6071609b369e499c282af7a85f09ecb0475f0100df12e6dda SIZE (rocky/f/fuse-2.9.9-17.el9.x86_64.rpm) = 79519 SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.aarch64.rpm) = 7729aaf4b9ec5689dd7d5a0972b27866c58eff063034c621f9d80b747c2012cd SIZE (rocky/f/fuse-libs-2.9.9-17.el9.aarch64.rpm) = 95924 SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.i686.rpm) = 2ad507dc955f3623462089d64eb0b0d211fa48380d5600f760a2526fea4c63be SIZE (rocky/f/fuse-libs-2.9.9-17.el9.i686.rpm) = 109570 SHA256 (rocky/f/fuse-libs-2.9.9-17.el9.x86_64.rpm) = 4ce8725296d740d70aed725d3946244dab5c263ca846dc6cb571f7a2d0aa858c SIZE (rocky/f/fuse-libs-2.9.9-17.el9.x86_64.rpm) = 97719 SHA256 (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = c831415c883ab8ecd6d62373cea563c73042d06463c91e6645f82984eeb12c74 SIZE (rocky/g/gawk-5.1.0-6.el9.aarch64.rpm) = 999013 SHA256 (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = eaca68b315d6c2ef5ec30deaf9b7c38401e2ed0169972d158fd88b917e8a47dc SIZE (rocky/g/gawk-5.1.0-6.el9.x86_64.rpm) = 1020372 SHA256 (rocky/g/gdbm-libs-1.23-1.el9.aarch64.rpm) = 7fca7c21f2c0fc2c997acd174185fe607a8e308335a5c3710d402b19672b5716 SIZE (rocky/g/gdbm-libs-1.23-1.el9.aarch64.rpm) = 56689 SHA256 (rocky/g/gdbm-libs-1.23-1.el9.i686.rpm) = 391f7b3a4af3927942e56c66fb1fd7e1efaf41b2e2b5e8a15e29570bf450002a SIZE (rocky/g/gdbm-libs-1.23-1.el9.i686.rpm) = 60698 SHA256 (rocky/g/gdbm-libs-1.23-1.el9.x86_64.rpm) = bb36dd4e2083f62f26f9e942dd88f72bdbf5a8b67404833ddbbf1a1d6d8bd29f SIZE (rocky/g/gdbm-libs-1.23-1.el9.x86_64.rpm) = 56749 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 2fe9781ed5968bb420a8ca9519913062b57ded338b9f5f8bc44feff328b542a7 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.aarch64.rpm) = 70922 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.i686.rpm) = 5b902cd41e3ce44ba4997a633980a794cc75dcf0e66d86f5ad32a82fd5a31100 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.i686.rpm) = 75329 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 7231dcb73cadb06a7aa057b9274d9b2343edea98444a1f96e6ce13bc2c884b23 SIZE (rocky/g/geocode-glib-3.26.2-5.el9.x86_64.rpm) = 71613 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = bcc8c0a9c1d35804ad93aa3f6294c85e0aefc9a1152160f4a4221507d6a24688 SIZE (rocky/g/glib-networking-2.68.3-3.el9.aarch64.rpm) = 172425 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 2a7824f80e9ef343a8467dab9edd5624a6f1adaeed8dc64b05de686e987dade0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 180304 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = b9df97235e651696e928a354e3c7884074418e9a835c91e7b2a81f17f42cd815 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = 2704046 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2d85f3e0fbc525c37c55e3da95cbc0a6eb90039c92402bab8e06430a66a28ab5 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2817478 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = e6bae00763402605677da74eb6c5219957be5498470f8ca52f3461f47dd996c5 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = 2735255 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 347e06f1ef9856f113cb8804874976d70dcc8a34f37a4254285c7758ae02d2e4 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 1767353 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = ca567d11898e0b0eed51e75c74657600115d3628d5a4d153674f3a8a7e280002 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = 1977861 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = fbbe0880acb782840ae03838564444687f0e53e6c6c21abfbc2170a35051b9bd -SIZE (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = 2030428 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 4ff56c59c13cb76eda0dfec447e4ab9dfb1199a57c55d4b76c727c6962cff08c -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 18716854 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 31d5b87f948df133dddd5cd6c4ad9c46ebc3872a538a52f44b1593fa818782b1 -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 18717081 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = a99ffdd917b2698d555e642c3b6b9347c099b263dc6f886309f89537e2180acd -SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = 292170 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = ca426308c23b0efbad9d970f5fc666a1d858459ff37999a8bb47d8ab16ace689 -SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = 302100 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = fd4aa6a0ef78b890b358c8a3b9a1f99ab179250b17efd7de8f25d3bcf9c09a38 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = 1678571 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = c9464f3d777b1ac2368bc0d52dc918eda41cd0bc6e6f760147bde2af9fb4f36f -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = 1642627 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = df8ad6f70f0b36454cd66a96b4cdb5667cfbcbcd8dd4341888e2bfb4151e4d70 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = 1616928 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.aarch64.rpm) = 662848cb68fc379f62dd932daf27cd7e26b220d4ac05aae0953dbee5c71718dd +SIZE (rocky/g/glib2-2.68.4-18.el9_7.aarch64.rpm) = 2704646 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.i686.rpm) = eb7aff98d2fab4a73bb17baec50bb7d6b6d8c47d6cb437380e301a90ee0bf7cf +SIZE (rocky/g/glib2-2.68.4-18.el9_7.i686.rpm) = 2818681 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.x86_64.rpm) = 3349d1874c3e67b0f68f319f9369d011e15ba9987fb3750920ce5db058401d0a +SIZE (rocky/g/glib2-2.68.4-18.el9_7.x86_64.rpm) = 2735110 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.aarch64.rpm) = c2277878615dd130e3e31c40106b8033771d4b238fd9eeb13e75f7490a9a8411 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.aarch64.rpm) = 1787025 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.i686.rpm) = 93ff1c243115b3abecc0c807263d74bf8833ad2cf0f23bced5e7677327ca33b0 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.i686.rpm) = 1991874 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.x86_64.rpm) = fafafbc5a40894b43bf289b2c0c7f2f3c39a2883458062d6351ae0db0ceae8b4 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.x86_64.rpm) = 2051352 +SHA256 (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.aarch64.rpm) = 3d0fad9cc9fe50a9fa4cee6cfb92ae01c2ecfbff82e4e831e8c1c74def623780 +SIZE (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.aarch64.rpm) = 18720209 +SHA256 (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.x86_64.rpm) = 289c786dcb55cc9df2b4c4d7a7ee12b0af434466f4d5924537df91f3dcc80e76 +SIZE (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.x86_64.rpm) = 18720280 +SHA256 (rocky/g/glibc-common-2.34-231.el9_7.2.aarch64.rpm) = c1d6301c58295d5392bc342ec55b57cab13a8fbfd493db66805e0563d201c756 +SIZE (rocky/g/glibc-common-2.34-231.el9_7.2.aarch64.rpm) = 295418 +SHA256 (rocky/g/glibc-common-2.34-231.el9_7.2.x86_64.rpm) = 3c24931e19034f2496359c8944e17e8a3e0156ca74aceff6e39457ae4f6de8e3 +SIZE (rocky/g/glibc-common-2.34-231.el9_7.2.x86_64.rpm) = 304942 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.aarch64.rpm) = d122391b93a55b43fde772747762adc96db90f888b627ef75e72bab1b14aa34a +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.aarch64.rpm) = 1682116 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.i686.rpm) = ae4fe546341d5298d44b1ccc28fd18874eec9bc091147c254a67eb57d02834a8 +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.i686.rpm) = 1638395 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.x86_64.rpm) = 8c9da656ba5656de810ea9936e555b39453523ed404fe1019e56669d41012290 +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.x86_64.rpm) = 1620275 SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 SHA256 (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 186f9821881081e526d4a8a6e34240e55db8830380bf4d1303e4e1d5d6e9f755 SIZE (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 310774 SHA256 (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = ca72ae69218b96c43c82bdc35dd1078300692714db76d21c7f7dedd8268af799 SIZE (rocky/g/gmp-6.2.0-13.el9.x86_64.rpm) = 321900 SHA256 (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 3c346bcb5b344c1dd3e68c9acd9fbbdd0300e3edfa331f5a4015c9d2ec95ff56 SIZE (rocky/g/grep-3.6-5.el9.aarch64.rpm) = 260550 SHA256 (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 9c1beaec9264e08459f9097c9bd58aa6118293df47d6f07f8054054cc7c40544 SIZE (rocky/g/grep-3.6-5.el9.x86_64.rpm) = 263469 SHA256 (rocky/i/info-6.7-15.el9.aarch64.rpm) = c70c2489264d8658d30a116417e0a6dc091456936ef673bb6a52c0710bc1b9a9 SIZE (rocky/i/info-6.7-15.el9.aarch64.rpm) = 225626 SHA256 (rocky/i/info-6.7-15.el9.x86_64.rpm) = 179486d9f439b2a79ee2518db90ec43d8037602ef103e68d9f2384af359f9512 SIZE (rocky/i/info-6.7-15.el9.x86_64.rpm) = 229049 SHA256 (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 1f6f5d394e90ad6302c705fa2ecea79fb0fc967f477c147a0e929aad0a6a3249 SIZE (rocky/j/json-glib-1.6.6-1.el9.aarch64.rpm) = 151677 SHA256 (rocky/j/json-glib-1.6.6-1.el9.i686.rpm) = b971ade363d6796c8e7c09d8a707ade1787f3e28729fa5c9dac5c86e0b597dd8 SIZE (rocky/j/json-glib-1.6.6-1.el9.i686.rpm) = 159528 SHA256 (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 8d1c6ba76414837da0f34d675512c71503b0ca6c2b3b1dfae6101e2a0b507cee SIZE (rocky/j/json-glib-1.6.6-1.el9.x86_64.rpm) = 154955 SHA256 (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = deb38ba68b3475499cdb1b7f7fa44224f1d1beecb4272f5eb22d9d846fa49583 SIZE (rocky/k/keyutils-1.6.3-1.el9.aarch64.rpm) = 72093 SHA256 (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 1419a90e2ae9546603c2f04d9a7548f80322ff4574c5e77d9be52e51acb98abc SIZE (rocky/k/keyutils-1.6.3-1.el9.x86_64.rpm) = 73243 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 7bdf0b6409a983dcb60006c2624a444e8465b12ad3bb8f47f22fa77b532ec74f SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.aarch64.rpm) = 31213 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 1921ffd05b1bd783c199ba030680e6c2a962d2867ec2989c5b7f847e59584565 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.i686.rpm) = 31963 SHA256 (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 347a9d44e0271c1ff6f511fe493e736b3d36fde683360ccc51c852ab91810b16 SIZE (rocky/k/keyutils-libs-1.6.3-1.el9.x86_64.rpm) = 31595 SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.aarch64.rpm) = 84c606ff5ca341c9e1cc447f34e3d7700f0573d693852e5c9804007b7a626e9d SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.aarch64.rpm) = 775678 SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 20cbafff2050cd8f1560add1b9badb081e043176caeb5ad9c073168dac606a1a SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 822868 SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = e2af0561153514432fcd5cc35a31b03c05b00ae9cfa1fb6cdb1972fa5b19c38d SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = 772837 -SHA256 (rocky/l/less-590-5.el9.aarch64.rpm) = d80cae3c354ae8417b77f1205c1da5175a79b1663e342b73094d874c9aa41066 -SIZE (rocky/l/less-590-5.el9.aarch64.rpm) = 163430 -SHA256 (rocky/l/less-590-5.el9.x86_64.rpm) = b6ec3819b307d9a65eb269c8b2737479444267ead009c99ca474db7ad8907052 -SIZE (rocky/l/less-590-5.el9.x86_64.rpm) = 164355 +SHA256 (rocky/l/less-590-6.el9.aarch64.rpm) = 789856edba9ba75c21d3c187194004598a8b3a5aee29b5bacaa9def4c9683e10 +SIZE (rocky/l/less-590-6.el9.aarch64.rpm) = 162929 +SHA256 (rocky/l/less-590-6.el9.x86_64.rpm) = 790760b816c6dd5cc503afcd509acb16101ec339d109bc1cf64403e63f5ff979 +SIZE (rocky/l/less-590-6.el9.x86_64.rpm) = 163907 SHA256 (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = d8d3aecddea2f2a3f53699c014c546d6a8beab0f0c8bb7d1b010f26e5dbe96c2 SIZE (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = 22342 SHA256 (rocky/l/libacl-2.3.1-4.el9.i686.rpm) = b2313715569cd0dfc7cc95d89acc40c48655b5b59b5d111521219543da473a2b SIZE (rocky/l/libacl-2.3.1-4.el9.i686.rpm) = 23971 SHA256 (rocky/l/libacl-2.3.1-4.el9.x86_64.rpm) = d79fdcbeaa2fe424ff319b5c281dc5c084e9d9aba9aa40c306b6cd34b15386b8 SIZE (rocky/l/libacl-2.3.1-4.el9.x86_64.rpm) = 22554 SHA256 (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 406cad9db484e7e7ee10f477844a7b7d0659b3ce904e53770c9e5f2347ef5a22 SIZE (rocky/l/libattr-2.5.1-3.el9.aarch64.rpm) = 18168 SHA256 (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = f0deb20bf7f31dddaf9a85b7acc806c761f1490bb6f858d9af5c0a4dde5abd5d SIZE (rocky/l/libattr-2.5.1-3.el9.i686.rpm) = 18745 SHA256 (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 77742a1097d81c384b8c7529e3c049fb7de206b773ad230553be99ba5c9d9fc1 SIZE (rocky/l/libattr-2.5.1-3.el9.x86_64.rpm) = 18347 SHA256 (rocky/l/libblkid-2.37.4-21.el9.aarch64.rpm) = 1210764b98d9077fe9ad4f536de8f8b5384b1d066ac9d4c3e8595277964f2697 SIZE (rocky/l/libblkid-2.37.4-21.el9.aarch64.rpm) = 108359 SHA256 (rocky/l/libblkid-2.37.4-21.el9.i686.rpm) = e47685f135721ba7453dcda9f4a2764b89bd2e5be3f91d92aa07c7fe4afd4e6b SIZE (rocky/l/libblkid-2.37.4-21.el9.i686.rpm) = 120461 SHA256 (rocky/l/libblkid-2.37.4-21.el9.x86_64.rpm) = 6a65c588cbc5546f5bd2701b5716278ae44a05220cd539535a3958b6ea038830 SIZE (rocky/l/libblkid-2.37.4-21.el9.x86_64.rpm) = 108730 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.aarch64.rpm) = e7a412a4613c6032c93bd217a413916ad87014139991441ac2d2cc4e58ce0213 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.aarch64.rpm) = 318461 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.i686.rpm) = 4baea718bd3b48888564bebe2700c7cd13eab6033f08d2ac24cd1581af3af514 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.i686.rpm) = 321751 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.x86_64.rpm) = 307cec82f955c39e26ce1c73d5e1ac7bf00d172f85575e7e16b4b73e876fd3c1 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.x86_64.rpm) = 319496 -SHA256 (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = e7b8b5ace872eb354539991f9f6cbd5fbd1fd7fcd230893ef81237c09da27f06 -SIZE (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = 67186 -SHA256 (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = dfb7395d3db508bccc8e6f8e76f74707a5429f98632fd9a11871fb1c607f5ffa -SIZE (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = 69926 -SHA256 (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = f399db0064e09ccf71d9a395454fefb1ca38076f18fac9e08104816bd9324c32 -SIZE (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = 68237 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 2dd31415307a05334ae9bc961ad34b17afc23e9b9533a1e0ac5539e6260c44d8 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 25418 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 0f4854ca0c95136a887a846a0ffec291a7a4839fb1fc30c683a28dad7e1d32e5 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 26174 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 4582ab872db9d39aaf4a7f0137c957eeb42a65f620216a3f381b00e8d2265194 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 25808 +SHA256 (rocky/l/libcap-2.48-10.el9.aarch64.rpm) = 556b8340d1f5e8bc2d6cd11d3bfa0337c5a6817e1b02290afd954d60404ccf5d +SIZE (rocky/l/libcap-2.48-10.el9.aarch64.rpm) = 66998 +SHA256 (rocky/l/libcap-2.48-10.el9.i686.rpm) = 3ea215b76268fe43ae1ff0d489b996440fbd918c5b50c388d6a725d5ee5ce4a1 +SIZE (rocky/l/libcap-2.48-10.el9.i686.rpm) = 69168 +SHA256 (rocky/l/libcap-2.48-10.el9.x86_64.rpm) = db61311b50ad783e1f5736f43109c92a13bf19c7d733353e447ee32675f83f0a +SIZE (rocky/l/libcap-2.48-10.el9.x86_64.rpm) = 67753 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.aarch64.rpm) = b0d2f3a236caeff68cf307b79bc1cca6451e2ac952c4f2ad1f0932efe0570281 +SIZE (rocky/l/libcom_err-1.46.5-8.el9.aarch64.rpm) = 25513 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.i686.rpm) = c85fa433f9679ac7f72483e1a04c3992911608aac6c7b3901d743a2f65124a79 +SIZE (rocky/l/libcom_err-1.46.5-8.el9.i686.rpm) = 26188 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.x86_64.rpm) = efe6cf30cec41b29ebd8cbcdff587566a4567156420d9166d7cf1e8a365c9c4b +SIZE (rocky/l/libcom_err-1.46.5-8.el9.x86_64.rpm) = 25803 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = ad561550ee0c35b3ed7c273e937fcac159c894e15500ad30f95dff15db1ecbdf SIZE (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = 32212 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = fd1e5f28c41e4123ee3beb34cf13eecdf68fe8db96017fa617b80bf7593f170d SIZE (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = 33322 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 820f090a87181c921892fdb5744c53cb935eca5e303d4adbaba0d04ae35a4a61 SIZE (rocky/l/libdatrie-0.2.13-4.el9.x86_64.rpm) = 32491 SHA256 (rocky/l/libdb-5.3.28-57.el9_6.aarch64.rpm) = a0836667624d91dfa719a171625f8e8360981d736d1d76f3090db58ce8f00687 SIZE (rocky/l/libdb-5.3.28-57.el9_6.aarch64.rpm) = 724114 SHA256 (rocky/l/libdb-5.3.28-57.el9_6.i686.rpm) = 3aa183d7c9645603305b481febd42eb86ec482e7950424c281c97f3f91238361 SIZE (rocky/l/libdb-5.3.28-57.el9_6.i686.rpm) = 823536 SHA256 (rocky/l/libdb-5.3.28-57.el9_6.x86_64.rpm) = d1eddd3b0bbbc9ff5e0b6e985093ae0f09f9b4a11257d871e83542654d5400bc SIZE (rocky/l/libdb-5.3.28-57.el9_6.x86_64.rpm) = 753972 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 7f5937f4debf7eaa0f7a92e321d6d35bee089f42c7d7529c1ad4fbd7c270ea4b SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.aarch64.rpm) = 103897 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 657f0a7d99887b7cde2a241ecfde72973747486ac056a19b27c92c59fc0a3b02 SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.i686.rpm) = 108473 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 2ad9109e8d8a5b297b99f90af7a700aa060207765db75de6349ac458a01e397a SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.x86_64.rpm) = 105863 SHA256 (rocky/l/libevdev-1.11.0-3.el9.aarch64.rpm) = 55fc416b6ad3b97beea953b7533749ef47e8ddac5f52b2a81859aeef08080f2b SIZE (rocky/l/libevdev-1.11.0-3.el9.aarch64.rpm) = 43435 SHA256 (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = c301d9e380ad02e5545ddbd703d4fdff8094d4a79bc0b7b276efde8e7a83f9cd SIZE (rocky/l/libevdev-1.11.0-3.el9.i686.rpm) = 42952 SHA256 (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 6e62f64bd004b988017571a11b72d9b177d75368236f17af81b4c479ce8d5e31 SIZE (rocky/l/libevdev-1.11.0-3.el9.x86_64.rpm) = 45846 SHA256 (rocky/l/libfdisk-2.37.4-21.el9.aarch64.rpm) = c51d46e0d1ddb506b92b2f20d466017fc9622f9c5dd69e2d647e33043f6f7670 SIZE (rocky/l/libfdisk-2.37.4-21.el9.aarch64.rpm) = 151116 SHA256 (rocky/l/libfdisk-2.37.4-21.el9.i686.rpm) = 9db4abc6a9c128d22fc16410a588e5220063ad333b81a3610b66552f24cb2cd9 SIZE (rocky/l/libfdisk-2.37.4-21.el9.i686.rpm) = 171546 SHA256 (rocky/l/libfdisk-2.37.4-21.el9.x86_64.rpm) = a7af319a0426a67bb1cf9c193f88f16fc5663b8d7f57227249557344871c8917 SIZE (rocky/l/libfdisk-2.37.4-21.el9.x86_64.rpm) = 156379 SHA256 (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 1a6fe133eab781288e5ecef0cdde627d57f7d67efb3ded23ec5d9e5a22fb6ab4 SIZE (rocky/l/libffi-3.4.2-8.el9.aarch64.rpm) = 35443 SHA256 (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 9e365ba0dc6786a12578c91cdb2013b1336d857f932fff70bfca798f9e5279dc SIZE (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 35335 SHA256 (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 1bdb4b3b047169bc728c2612b71c31b79bb6f823f50134629bf650dcbf21565a SIZE (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 37521 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.aarch64.rpm) = 89dbd4ac0bf5743bbe9842c0dc2780cccac2ad1438a84a08b215b0fe78599d58 -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.aarch64.rpm) = 79781 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.i686.rpm) = 4b10199b4436de0914046e2cde94aaa9fb5744d7484113b0f851c2d5e1ebe12d -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.i686.rpm) = 95652 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.x86_64.rpm) = bae9ff0c3526f00bf0cd050f51e01e10c2674443806ee5509ea52296f6685997 -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.x86_64.rpm) = 86051 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.aarch64.rpm) = 0bf20b605585bf06b34f0e95cecb6be9d45480e10de7f1b65c6c32ae44af22a7 +SIZE (rocky/l/libgcc-11.5.0-11.el9.aarch64.rpm) = 81401 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.i686.rpm) = 16a6a74b845927094068d7e618491253e81966baedfd93eda55995723e0ecf53 +SIZE (rocky/l/libgcc-11.5.0-11.el9.i686.rpm) = 97275 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.x86_64.rpm) = 9215b225e9cd3de1f80e1ff2c41ab17b5feb84acf9c2d354b6af1d5aba2fd46d +SIZE (rocky/l/libgcc-11.5.0-11.el9.x86_64.rpm) = 87547 SHA256 (rocky/l/libgudev-237-1.el9.aarch64.rpm) = cf1fe048020e92d499d354e8cb260157a8d5e403e132dd1cf83527f3e4037ed2 SIZE (rocky/l/libgudev-237-1.el9.aarch64.rpm) = 34607 SHA256 (rocky/l/libgudev-237-1.el9.i686.rpm) = b390949a3c0124579a53b2d986754ae2a1585b65f6da5217596eea1bb02cd7dd SIZE (rocky/l/libgudev-237-1.el9.i686.rpm) = 36535 SHA256 (rocky/l/libgudev-237-1.el9.x86_64.rpm) = d1bfa6c0da6fdb70cf1a6f107042cec28689afd5fe3b1109f955b61bc6cc2c5f SIZE (rocky/l/libgudev-237-1.el9.x86_64.rpm) = 35847 SHA256 (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 0832f2067447fb0485ba5220919a926694930006f19e098694e5274d56b6aadc SIZE (rocky/l/libidn2-2.3.0-7.el9.aarch64.rpm) = 98237 SHA256 (rocky/l/libidn2-2.3.0-7.el9.i686.rpm) = dd02219555652565f3ce99ede5979d0c4676a5ab3cc584f3fdc70d521c177d71 SIZE (rocky/l/libidn2-2.3.0-7.el9.i686.rpm) = 98675 SHA256 (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = be32d8ba7ff8cf790c15d89c5ea18747d7fcc0126782a0e80f15901bb9889b31 SIZE (rocky/l/libidn2-2.3.0-7.el9.x86_64.rpm) = 97676 SHA256 (rocky/l/libmount-2.37.4-21.el9.aarch64.rpm) = e6152dabc095682cd575c76aa54c3b22ff8f3d9a7bc740106836b40e39d75688 SIZE (rocky/l/libmount-2.37.4-21.el9.aarch64.rpm) = 134634 SHA256 (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 8867477dbc4772e19144e45342eb707410bcf6b4271ebc241f986f0d18b5cb16 SIZE (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 144706 SHA256 (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 13de9f8ae01cdb98b0928b33325613a97dc917d1b1b5adb5d83f11ee05415e80 SIZE (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 136970 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 9ac0b905ae966e208fc60710e31b8c309efd6fac1a805515eb72e3a72dc7e125 -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 63723 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 3ee33a0786b9bb0bfe7cd21ce6df3e5adc88c09e276a4f45763797beaaa33599 -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 68402 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = c2970b78da2bfe52c1b0f13a7854d6fb6d1d9b6c7a4703f2da6f35f8270a70fe -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = 63935 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.aarch64.rpm) = 32d80450f4a7dcdad33d68ebb0ecfba7e9440d79eaef873e56c1bcbfa0850772 +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.aarch64.rpm) = 67105 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.i686.rpm) = e9c594bc863a4e53755a44f8134dd2434f7a273b38eb4f145e2f32dbb98da7ff +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.i686.rpm) = 71491 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.x86_64.rpm) = 8073edf86b8df2da5cfe7343efafae0203ca311529dc862f0cb5c78787f62907 +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.x86_64.rpm) = 67284 SHA256 (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 31daa01dfa6eb8e0ae100cbdc20f0d73320598a934f0eabad830b0060027f2d2 SIZE (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 71753 SHA256 (rocky/l/libproxy-0.4.15-35.el9.i686.rpm) = 44c7d66545b791a88f1faf63dc6d686ddfaa8154aa45899cd1469dd7aed9f657 SIZE (rocky/l/libproxy-0.4.15-35.el9.i686.rpm) = 79219 SHA256 (rocky/l/libproxy-0.4.15-35.el9.x86_64.rpm) = b5723d56327d929d31efc63d2d746b61a1205269c6dae21d55881bc729a422ec SIZE (rocky/l/libproxy-0.4.15-35.el9.x86_64.rpm) = 74998 SHA256 (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 3c7d57a0adafb76ddcf588e41326bcb0b33fd7c6cbf2044450288a289e47ab25 SIZE (rocky/l/libpsl-0.21.1-5.el9.aarch64.rpm) = 64676 SHA256 (rocky/l/libpsl-0.21.1-5.el9.i686.rpm) = a8101c1d94803b6b84f818569d122a702771d0eece23bca2f340cb20449d173c SIZE (rocky/l/libpsl-0.21.1-5.el9.i686.rpm) = 65579 SHA256 (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 30553c652451362ebf346a98ff45fa2417dc25a9a644401b4d86d9000c0346a9 SIZE (rocky/l/libpsl-0.21.1-5.el9.x86_64.rpm) = 64862 SHA256 (rocky/l/libselinux-3.6-3.el9.aarch64.rpm) = 9703e0531f15c1da12e382ee399c1459e7cec6fed0ec98645a170fa784acac87 SIZE (rocky/l/libselinux-3.6-3.el9.aarch64.rpm) = 86553 SHA256 (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 375d13bf313d55627a9e74b0d435f36bf363d9cca130567b47fdcd14a2cf4fa1 SIZE (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 93243 SHA256 (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 52f36acacd851901745f7729b7bce31ef7e5fa0fa250a0ce653d4e76dce02664 SIZE (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 86789 -SHA256 (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = be5ad6b4cf9bf814b4672a67af5a8ef985a9a4e7943c6f5e3ec7ea793748d135 -SIZE (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = 324588 -SHA256 (rocky/l/libsepol-3.6-2.el9.i686.rpm) = cb50331f210c3799163e6d5b1ad1b21c9a4c2f479c045ded2d597a388ecd4e5a -SIZE (rocky/l/libsepol-3.6-2.el9.i686.rpm) = 350700 -SHA256 (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = e5da14a9afe825cced510db984c6bd767d7b1bb6aea1f6c3e2c4456c03dc70ee -SIZE (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = 336553 +SHA256 (rocky/l/libsepol-3.6-3.el9.aarch64.rpm) = 08622982e5fdb7ffb2bd8bd56fd27f19c562b6ab0b0f8d0d4cdebb3fe136430c +SIZE (rocky/l/libsepol-3.6-3.el9.aarch64.rpm) = 324660 +SHA256 (rocky/l/libsepol-3.6-3.el9.i686.rpm) = 0dc1cd17615251c6c0451ddc543ab68bf2f546093bc56a9177df7287a3c932fc +SIZE (rocky/l/libsepol-3.6-3.el9.i686.rpm) = 350747 +SHA256 (rocky/l/libsepol-3.6-3.el9.x86_64.rpm) = f2f2f1461334547ba64c41ed7666dc3b8014d5a636edc7d22cfeab9689c1f8be +SIZE (rocky/l/libsepol-3.6-3.el9.x86_64.rpm) = 336427 SHA256 (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 1935c944375f3bf40913bbda2cd87bbaf25a475be51c1662c24f54eb04da584b SIZE (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 27124 SHA256 (rocky/l/libsigsegv-2.13-4.el9.i686.rpm) = 312f6e760effbf2019985c86212d9ee73051b524918281ff7b0f229f6736da6a SIZE (rocky/l/libsigsegv-2.13-4.el9.i686.rpm) = 27681 SHA256 (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = a80701bd3f67994493b1a14e043d9212032c86fd24374c309cf2b7006900f4da SIZE (rocky/l/libsigsegv-2.13-4.el9.x86_64.rpm) = 27135 SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.aarch64.rpm) = 9a61634f7428f5b84c5c1281d8c76aeecb4cd94911a0a3571688ab03db376a03 SIZE (rocky/l/libsmartcols-2.37.4-21.el9.aarch64.rpm) = 62348 SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = eac9a17b0a9982116d5c1e30732fb582b9a006625dc8f364fb07164c49ceb1ae SIZE (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = 65152 SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = e3cd7c91d1e96f53440edfc60041f04a028c0ab3216e40213ea5868451a9c1bc SIZE (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = 63120 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 8a3ee9fbab89e01674a1cc72f6287ed793c9db99a9cdabe134c8d040b56569e3 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 390282 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = c49556dc9c67ece4fe4142815068ddcbfabe175cb0e015a5482a49199e0b2f57 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = 418375 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 5a18681d01127ba2c0e251fbc4dcf4eb62685601a8aae20e3930d7137510af10 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 397144 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = dda158bff05238aeb6dd2560603ef21f41cc252ac0ba404d4ec444c3f13c4c0e -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = 711196 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.i686.rpm) = 755ff10fecb4f2c0bf09a620a6d3af84d041e57e92c6766102589a48fd31ac95 -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.i686.rpm) = 803189 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.x86_64.rpm) = c2396f89268ca7d21f0571bfd38ad33657b4a845e446d8662d41c432f1c194de -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.x86_64.rpm) = 748678 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.aarch64.rpm) = 8fe367bc88522e62251196c78f0185a032db5b54731e5cb07506d0bbe032c62c +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.aarch64.rpm) = 390238 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.i686.rpm) = 79da9ee547a04cf327716b082cc2f5175739b20435d787b61f706702bafe9964 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.i686.rpm) = 418682 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.x86_64.rpm) = 9683fbd7fca1c432090f17ce546e25fc9c219f4dd3363f6bba0dccff3f0fd125 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.x86_64.rpm) = 397556 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.aarch64.rpm) = a6b747fe039694246afa20dd68be0cb97c2cdc2161d42fcfa98af0f82f8f6075 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.aarch64.rpm) = 718828 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.i686.rpm) = 3fd4fb7a720d6223497050a6a2d34c2f3d5ccf0b7d09067cc1df753c8cf9a578 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.i686.rpm) = 812498 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.x86_64.rpm) = b341c6fdf7cd85813acdceb07a2f479fecad769dd0bb86e44ad20cc5214c6956 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.x86_64.rpm) = 756548 SHA256 (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 640263402602c1f5a77a2ecde6b73cfd71e6bb574619f6ead58fdf61c0f4f63e SIZE (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 498368 SHA256 (rocky/l/libunistring-0.9.10-15.el9.i686.rpm) = bf11f42137900620f5c6f2464d675752688675ff649143147bd771ed581c99e3 SIZE (rocky/l/libunistring-0.9.10-15.el9.i686.rpm) = 510707 SHA256 (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 7e8b90a282ec310de6766619056296bdf666f3040f22cff211cd52710b39ece5 SIZE (rocky/l/libunistring-0.9.10-15.el9.x86_64.rpm) = 506614 SHA256 (rocky/l/libuuid-2.37.4-21.el9.aarch64.rpm) = fa438440f035b3e2c87d45c0ef4485f7c91458f4ed0f73b6fcc0f18533b406c5 SIZE (rocky/l/libuuid-2.37.4-21.el9.aarch64.rpm) = 27157 SHA256 (rocky/l/libuuid-2.37.4-21.el9.i686.rpm) = b0cfbc18ae67f2b4cc8605229c58fdd6dcbfa5c230e1991da3c1af9669029831 SIZE (rocky/l/libuuid-2.37.4-21.el9.i686.rpm) = 28240 SHA256 (rocky/l/libuuid-2.37.4-21.el9.x86_64.rpm) = 97c132661651a81f8a0abd41ce11a88b25c773ef2633be961717dedf2e65f07a SIZE (rocky/l/libuuid-2.37.4-21.el9.x86_64.rpm) = 27457 SHA256 (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = d12d7f526c5ef9957f6e1d9be4b2b77ff892040e08112f0a8804677e3c668b64 SIZE (rocky/l/libverto-0.3.2-3.el9.aarch64.rpm) = 20851 SHA256 (rocky/l/libverto-0.3.2-3.el9.i686.rpm) = aaa5c950e270962b5d5c1f59225dc96e205a58b4985430589adc34c753216b74 SIZE (rocky/l/libverto-0.3.2-3.el9.i686.rpm) = 21727 SHA256 (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = f430f1b95b7467c461c7a745eba07beab00306984f2f21ecfcc04f37100405d1 SIZE (rocky/l/libverto-0.3.2-3.el9.x86_64.rpm) = 21177 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = ec12e0266ce1f96af43495c95f95fbb6d972af576f19473ea231985f8cd4d2d6 SIZE (rocky/l/libxcrypt-4.4.18-3.el9.aarch64.rpm) = 122619 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.i686.rpm) = a9df06cdddf956ae3de2052767bc8d1c9307b990a9de0e43e68b3880cc287658 SIZE (rocky/l/libxcrypt-4.4.18-3.el9.i686.rpm) = 124057 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = e3c178ed2e04ac25699d5af612fad51694a23f5d544b72cab2f65d35b8db5f28 SIZE (rocky/l/libxcrypt-4.4.18-3.el9.x86_64.rpm) = 117617 SHA256 (rocky/l/libzstd-1.5.5-1.el9.aarch64.rpm) = 2bf515e49598e6226b47c5c1cc24e51f9550b15cef36380b283ad3959dbd0fe8 SIZE (rocky/l/libzstd-1.5.5-1.el9.aarch64.rpm) = 279988 SHA256 (rocky/l/libzstd-1.5.5-1.el9.i686.rpm) = 9bf54e27e5a0ba9ca43e807bed46819896168f887ca1cd83e66af87f160cbebb SIZE (rocky/l/libzstd-1.5.5-1.el9.i686.rpm) = 289392 SHA256 (rocky/l/libzstd-1.5.5-1.el9.x86_64.rpm) = c5c8b675cfad29fee013a84a2f70bcb958f400b654ff63455bb80597daae86ab SIZE (rocky/l/libzstd-1.5.5-1.el9.x86_64.rpm) = 301084 SHA256 (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 41ce16a26c839c36cd84a836361ecd3ca4bc966bddc945af8cb70886331511ee SIZE (rocky/m/mpfr-4.1.0-7.el9.aarch64.rpm) = 244002 SHA256 (rocky/m/mpfr-4.1.0-7.el9.i686.rpm) = b9352d80d67ac8b610269108a18bb0052ffec69b76ed4b318ebee58f4772f114 SIZE (rocky/m/mpfr-4.1.0-7.el9.i686.rpm) = 362857 SHA256 (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 88e46af29bde609d8f414313d0090e30501cc38ddf5c6a1bffe34ae896ca936e SIZE (rocky/m/mpfr-4.1.0-7.el9.x86_64.rpm) = 333532 SHA256 (rocky/m/mtdev-1.1.5-22.el9.aarch64.rpm) = 9c1057888d20e3d06c29e1d4110edd841fc9a15be2fa1084768403f1751e4ac3 SIZE (rocky/m/mtdev-1.1.5-22.el9.aarch64.rpm) = 20942 SHA256 (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = a0bcf811abe4c46e53f9d829a86d5bbe01492460ee943e6c71cc4e76c69ee326 SIZE (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = 21585 SHA256 (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = c359a327063719ca24169d600b4c53693d89a881079b9820fab7b8f8e211cff9 SIZE (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = 21042 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 90bec4f1a9d024c40afac3264096912fcb1cc7af303cdd49f4aaa0dead16a678 -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 407084 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 44a2d507ca2c70e7250b0e1201c5d6c7a3d7d3daa07be2de1e3d25fa822562d3 -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 408527 -SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 5f87c3e5d8cb9d4ff803195cc7f120ef13eb4870567d992fd0d87727fc8b5513 -SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 61586 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 8f56c88432fa2307de4ec7732be827feba638c93edf696d30e365d184a360e17 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 317353 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 3797339502a61fee35a17d9e9e2339a9a82752d62c2660a582a285ddfaa5b299 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 353141 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = f0bdc15e788ea339be88c20f67ce9f709e75b6764dcc2b85210cbdd408e0364d -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = 329704 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 455defc551a7c15697ea2c7585f8aae6c69c52ecad1b602d36943f7c173a12fe -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 2339207 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.i686.rpm) = ea41ab1ea853bf0cfbec1162b9282b91c3e694177beed6d76605bc9941fa041f -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.i686.rpm) = 2462426 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm) = 3478780ac8aa2c1c165bf1cd55e250eeae550c1b431907e5194072167592d8a1 -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm) = 2499452 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.aarch64.rpm) = 6ff4da49c38aebf9689f725992402be6c5f3539d27bf970ce3bf87cb2cd3556f +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.aarch64.rpm) = 407049 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.x86_64.rpm) = ab12764bd659da7e88d77bfeb6533f0edcfe78b72daac1751d7700c4cb49787f +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.x86_64.rpm) = 408894 +SHA256 (rocky/n/ncurses-base-6.2-12.20210508.el9.noarch.rpm) = 2116eef9fcf217ba902c7e4d682a4c6fa182dc6d106e8d573d65461f0989bb05 +SIZE (rocky/n/ncurses-base-6.2-12.20210508.el9.noarch.rpm) = 61517 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.aarch64.rpm) = 257851e079fb9c7f994af72a7e207f4ab9df7efa040c7cbb3c920585d1c3f5bc +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.aarch64.rpm) = 317753 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.i686.rpm) = 5aba33d4335fd1c685119899bc848f354cd76c42abcdfbaff55526929bc2a5cb +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.i686.rpm) = 351048 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.x86_64.rpm) = 7f2d8058b975c753388a7180e167c9c610060e6d20bd2212f39d5e7a7d850561 +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.x86_64.rpm) = 329620 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.aarch64.rpm) = 909f11df3dcd59b1867df382fc9a6ba780328385a8697c15a7b82377e1622d93 +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.aarch64.rpm) = 2273583 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.i686.rpm) = effeca1368c67038d1adad4237085d7878319643ea44937a5cdb087032683dcf +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.i686.rpm) = 2397385 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.x86_64.rpm) = a86a64b8f16a60843870417d6e91c803943c67da142fc8af04b57320ab641587 +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.x86_64.rpm) = 2409661 SHA256 (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = d83c318f5dfca3a88befe56ad25583ad66a70910ae60f5a4fb1f698084b020bf SIZE (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = 182803 SHA256 (rocky/p/pcre-8.44-4.el9.i686.rpm) = 3a3214945561ef76c3657df0825574242ff0c5c3fef3a2334a2969872600dd5e SIZE (rocky/p/pcre-8.44-4.el9.i686.rpm) = 197163 SHA256 (rocky/p/pcre-8.44-4.el9.x86_64.rpm) = d167b64017c547bd39280de99875a7a32a4f869431d9c6fdad46d98ee9480c43 SIZE (rocky/p/pcre-8.44-4.el9.x86_64.rpm) = 200804 SHA256 (rocky/p/pcre-utf16-8.44-4.el9.aarch64.rpm) = 80777105b6e2dae829cc9ff20f31c42ed6be2ba0a4032ca98bed9a4ad29cda94 SIZE (rocky/p/pcre-utf16-8.44-4.el9.aarch64.rpm) = 168537 SHA256 (rocky/p/pcre-utf16-8.44-4.el9.i686.rpm) = 5372824d145b1f4c3d83ae622444a230a9a996d5681744ca966051f8fddc7f5c SIZE (rocky/p/pcre-utf16-8.44-4.el9.i686.rpm) = 184240 SHA256 (rocky/p/pcre-utf16-8.44-4.el9.x86_64.rpm) = 80d78c80a57ea3f6aa28a02598772af9ea72a064148fbe1ede075f2213dc8258 SIZE (rocky/p/pcre-utf16-8.44-4.el9.x86_64.rpm) = 187297 SHA256 (rocky/p/pcre-utf32-8.44-4.el9.aarch64.rpm) = 29123c5f8e96658e5ada36e8d6debdf7829b1577cc5152ffaf6a140736e8ca3c SIZE (rocky/p/pcre-utf32-8.44-4.el9.aarch64.rpm) = 160489 SHA256 (rocky/p/pcre-utf32-8.44-4.el9.i686.rpm) = 3e01185cd2346401ca6b3ba5a855c287f3cd89957b056595da0717137a5afcc7 SIZE (rocky/p/pcre-utf32-8.44-4.el9.i686.rpm) = 175329 SHA256 (rocky/p/pcre-utf32-8.44-4.el9.x86_64.rpm) = 775407b7f0b2f6234f15372442a2c43aa6f9d3fe77aefdcf4d021abdbbc9d855 SIZE (rocky/p/pcre-utf32-8.44-4.el9.x86_64.rpm) = 177464 SHA256 (rocky/p/pcre2-10.40-6.el9.aarch64.rpm) = 7136c56952836f3f3643827f44c680a268f86434e1f62bda1cd7bd04898d890a SIZE (rocky/p/pcre2-10.40-6.el9.aarch64.rpm) = 221789 SHA256 (rocky/p/pcre2-10.40-6.el9.i686.rpm) = 6d6877210d09264e9e349d7207de91fdacd249f41a3b83393376a57ba13a246a SIZE (rocky/p/pcre2-10.40-6.el9.i686.rpm) = 235647 SHA256 (rocky/p/pcre2-10.40-6.el9.x86_64.rpm) = a63b04da521e99d3b5b3938e29dfd33b1f367735caa8b2986c5cf053871127ee SIZE (rocky/p/pcre2-10.40-6.el9.x86_64.rpm) = 238782 SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.aarch64.rpm) = c9d82bcc789dd916b588dfca94060326d923e6baaef50d39690d6e8cf6e53f00 SIZE (rocky/p/pcre2-utf16-10.40-6.el9.aarch64.rpm) = 199976 SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.i686.rpm) = 8020591feb8ff6cb91940bedb248bb237dd169439fa0c0a012637d7024bd10d5 SIZE (rocky/p/pcre2-utf16-10.40-6.el9.i686.rpm) = 216132 SHA256 (rocky/p/pcre2-utf16-10.40-6.el9.x86_64.rpm) = 2b661890af3ced083d2bc35376e40a05ee9fc1b8d0fe393740a967cc72a8697d SIZE (rocky/p/pcre2-utf16-10.40-6.el9.x86_64.rpm) = 218039 SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.aarch64.rpm) = 9f7141bd3ceff2276ce34fe73e7e787475ba80495bd049f105b2df7fac5207c0 SIZE (rocky/p/pcre2-utf32-10.40-6.el9.aarch64.rpm) = 190322 SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.i686.rpm) = 6657cab4f4998daa875d697c3d816b6e5330c370e39fa74022ae935b75fe79a2 SIZE (rocky/p/pcre2-utf32-10.40-6.el9.i686.rpm) = 205238 SHA256 (rocky/p/pcre2-utf32-10.40-6.el9.x86_64.rpm) = 852cb9f5ea8e0d573d1752e4630924463f7bce74db9ae647139b50cc0c15556d SIZE (rocky/p/pcre2-utf32-10.40-6.el9.x86_64.rpm) = 206871 SHA256 (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 11636ccf4c42f8fd89d2ada61a382792ad560ac052e499d1b7193c3c8fab7637 SIZE (rocky/p/popt-1.18-8.el9.aarch64.rpm) = 59534 SHA256 (rocky/p/popt-1.18-8.el9.i686.rpm) = 6e1d399e7aa2b5bafe944787b3bc1405b41538ec5d2220ba0669d9ab5f78f0d4 SIZE (rocky/p/popt-1.18-8.el9.i686.rpm) = 62565 SHA256 (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 4306e6bb950191170669ccbfe904bf943a94736e910179f9b0db962148fe4bcf SIZE (rocky/p/popt-1.18-8.el9.x86_64.rpm) = 59919 SHA256 (rocky/r/readline-8.1-4.el9.aarch64.rpm) = f9524ba04a382ef9595d66ed84cdda3c36e1e651da17d6552e7d0ef0348ea1d5 SIZE (rocky/r/readline-8.1-4.el9.aarch64.rpm) = 214887 SHA256 (rocky/r/readline-8.1-4.el9.i686.rpm) = 53e86bd8f3976db6424135b4e35a5b3f4fe5ad73743f76aa89bf8d801c7da0e2 SIZE (rocky/r/readline-8.1-4.el9.i686.rpm) = 220901 SHA256 (rocky/r/readline-8.1-4.el9.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 -SHA256 (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = dd5ebe088551e88f80688898aea1cbd9977ee2ad0bf13c6c68f749c2961fcae0 -SIZE (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = 22573 +SHA256 (rocky/r/rocky-release-9.7-1.3.el9.noarch.rpm) = a168e3bbaf70d8d551139d2c019f33bb3528a6863d872c3ec55837eca872cafc +SIZE (rocky/r/rocky-release-9.7-1.3.el9.noarch.rpm) = 22798 SHA256 (rocky/s/sed-4.8-9.el9.aarch64.rpm) = b48959916662d4d20a6207e02f7e243408987d99621963d450d0bec185cffbfe SIZE (rocky/s/sed-4.8-9.el9.aarch64.rpm) = 301224 SHA256 (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 005c959166838b0e45f02e699c35ec5449025e2463751c56b7e614bbd9514732 SIZE (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 303074 SHA256 (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 40ad0e722029d1a8dae36fddbab1201e5e5f943ccc3bdc7c63d88d7377f81b85 SIZE (rocky/s/setserial-2.17-54.el9.aarch64.rpm) = 26212 SHA256 (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = ae27036832f55095eec260e6dc399f41fe57d5f2e1b5b91adf53a973d8173778 SIZE (rocky/s/setserial-2.17-54.el9.x86_64.rpm) = 26422 SHA256 (rocky/s/setup-2.13.7-10.el9.noarch.rpm) = 7a8a464a72c41f39eb4d4c47d33bd889b36d5c1d9eeb293c7d0a03b1b594743c SIZE (rocky/s/setup-2.13.7-10.el9.noarch.rpm) = 143454 SHA256 (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 65d8c1c2514674480fc477a193401b2ef9ec6593c2d33efa13311ccb70bc6266 SIZE (rocky/s/slang-2.3.2-11.el9.aarch64.rpm) = 373092 SHA256 (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 012839622f868a21a6e9340636e10068b9dce9240e35b0b054711e2668343937 SIZE (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 406583 SHA256 (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = ce9de0b6765d6bc5a13dc0d70649c60f99b5566b8b779bc9d715170375192947 SIZE (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = 382399 -SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = e1d6edfa66b477d192b44dac8eb30fe6c4755364c6fcd256dcde95b4c57d8b3d -SIZE (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = 755046 -SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = d34118d36ccb0b1c046648ac7b3267063bd48fb153cb0fab86ccf009c1abd95c -SIZE (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = 764108 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 4c82cc374ec24ae409c8e28de9c49a69db3dcf69d321c98b347fed88d76a2711 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 628091 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 42367f0fd044f1997e8da0f923ab1c39d0df4386d03a1e69bcc1846d5222e287 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 678911 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 17e50e8451957a766eaf8100dcd8039221cdd96237a9a8d5fa257e71a5b49ef8 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 632435 +SHA256 (rocky/s/sqlite-3.34.1-9.el9_7.aarch64.rpm) = fd835632781ec0f484971eff811b688db614da46b6c858b7644f175ff8e0aabe +SIZE (rocky/s/sqlite-3.34.1-9.el9_7.aarch64.rpm) = 764683 +SHA256 (rocky/s/sqlite-3.34.1-9.el9_7.x86_64.rpm) = 6861e09bd6bca9750b908256f5f34fd7c400874153236f78e5fa7ac88225718a +SIZE (rocky/s/sqlite-3.34.1-9.el9_7.x86_64.rpm) = 776038 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.aarch64.rpm) = 1ee63bc63ee47ff425ccab29d48dc181f56968a730183e1f9fd5302c7e795b28 +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.aarch64.rpm) = 651042 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.i686.rpm) = ba665797852fac5c991889a11aed49337a8ea224da5002ca5c9ff7a33bccc137 +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.i686.rpm) = 704559 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.x86_64.rpm) = 4e1acdae73193f62e6922ec4f38ec28ae3eb0d3f9f89d879d50bf4194a14af5c +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.x86_64.rpm) = 657460 SHA256 (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 6fb40a221bb130387888bc15116b7ff68e1ce87c4ed4458e1e53757aedcda2c8 SIZE (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 2291649 SHA256 (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = d91647847d0bf984ca668a4464d876fef0e40805d6d73864ad7c3a0b3aa6fdee SIZE (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = 2279426 SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = d4ba6df41a32aff02ee942cb952cea3fe7f5eb58b6485baaffa3e4fafbd58df0 SIZE (rocky/u/util-linux-core-2.37.4-21.el9.aarch64.rpm) = 440263 SHA256 (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 98b481d78be2a3e3c4d604c0e3913f34d3d73a8a567efd991ef6df754337f2c2 SIZE (rocky/u/util-linux-core-2.37.4-21.el9.x86_64.rpm) = 441105 SHA256 (rocky/w/which-2.21-30.el9_6.aarch64.rpm) = 25a4472324067f89da2435f43cadb115b1024bb1cdbab4cc54c8ecd9e57e5690 SIZE (rocky/w/which-2.21-30.el9_6.aarch64.rpm) = 40476 SHA256 (rocky/w/which-2.21-30.el9_6.x86_64.rpm) = ad1681c574bb2765e0f8ba1decb89513aa61568339db6e286c6816f944ba9532 SIZE (rocky/w/which-2.21-30.el9_6.x86_64.rpm) = 40971 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 854a20a02aff28f4d116accb8833d9ce9e5acb0e682c8a43f65d786c4d154fca SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.aarch64.rpm) = 91794 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.i686.rpm) = 034f360f3c2d05d978f2c9e671af3ec2b4ab24c8f2440d7e24caf6f4eac087cd SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.i686.rpm) = 102200 SHA256 (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 7a6f5891537bbbf601ee574c5946c3f0f121369b85c6cdfdd07e974a4dc8d81d SIZE (rocky/x/xz-libs-5.2.5-8.el9_0.x86_64.rpm) = 94019 SHA256 (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 842cc46ca0ac7336264777679959edb656b1a928c38542bd633fe44367e555c1 SIZE (rocky/z/zlib-1.2.11-40.el9.aarch64.rpm) = 91148 SHA256 (rocky/z/zlib-1.2.11-40.el9.i686.rpm) = d42d99a366785e01d444a593dc825efa633a38557a4528fd4134272d92b56fff SIZE (rocky/z/zlib-1.2.11-40.el9.i686.rpm) = 95020 SHA256 (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = fcd8ca717c72aeb30ea69b4f892dc021e507d8835e7b03aff501cb094db083ea SIZE (rocky/z/zlib-1.2.11-40.el9.x86_64.rpm) = 92187 SHA256 (rocky/a/acl-2.3.1-4.el9.src.rpm) = 4982d7e1add9ef4592144b86076f5c4b4556b4050b3c7792a9e3ee50f61558c3 SIZE (rocky/a/acl-2.3.1-4.el9.src.rpm) = 533274 SHA256 (rocky/a/attr-2.5.1-3.el9.src.rpm) = 66db596ff9b88481619d323bcbe4eeb4e101475c9480679aa2e2f859fe3d787e SIZE (rocky/a/attr-2.5.1-3.el9.src.rpm) = 480529 SHA256 (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = aaee2f16c7871518d8e2a7df7a46a19060a57c467b01935646ce60cc76f6c54d SIZE (rocky/b/basesystem-11-13.el9.0.1.src.rpm) = 8078 SHA256 (rocky/b/bash-5.1.8-9.el9.src.rpm) = 2feaf22c87e32f674c8ad7cb16ea260e951947163e576ebfd1d0ff2b77e8c93a SIZE (rocky/b/bash-5.1.8-9.el9.src.rpm) = 10502704 SHA256 (rocky/b/bzip2-1.0.8-10.el9_5.src.rpm) = 0a5da1ab041a701e6432aac3062d0c26d02f2624d860ff584f1d380f4c91e241 SIZE (rocky/b/bzip2-1.0.8-10.el9_5.src.rpm) = 821572 SHA256 (rocky/c/coreutils-8.32-39.el9.src.rpm) = 8cd352cceae8dd5ff9483b5f2de1e61f6be0aad45a10f2187fad1035eaed0690 SIZE (rocky/c/coreutils-8.32-39.el9.src.rpm) = 5680833 SHA256 (rocky/d/diffutils-3.7-12.el9.src.rpm) = cdb9fa5192884d5bab617927a54aa83bd39d4f67963fa73e609d4e2897c37dc2 SIZE (rocky/d/diffutils-3.7-12.el9.src.rpm) = 1474771 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = fb02dc1e5c772de3a3d7e938392fa5512f18d5993927c98580ecff320ede7796 -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = 7414416 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.src.rpm) = 8ce25c0de94fa416fa5b8919093bfaf911c7f487d009d29732cd329e0892caf8 +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.src.rpm) = 7415552 SHA256 (rocky/f/filesystem-3.16-5.el9.src.rpm) = 09f78e040d8e6ff9d5218942bf7140de7708b4ad53c128aabfebb7cc7904bf18 SIZE (rocky/f/filesystem-3.16-5.el9.src.rpm) = 18475 SHA256 (rocky/f/findutils-4.8.0-7.el9.src.rpm) = bcc1a98f56e7ba7bd3e0e52f99511d12e78decf0af78cbd29998556cb068b382 SIZE (rocky/f/findutils-4.8.0-7.el9.src.rpm) = 2007589 SHA256 (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 33c3b76362bcc4630b7a415fde6951927d2c458947fe25c544e7ae8471fd294a SIZE (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 1829749 SHA256 (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 2dc77bb16a6be20f4474328581a740a419387124ff2cfb1b8c2b2809469cb9ea SIZE (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 3188594 -SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 -SIZE (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 81864140 +SHA256 (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 3afcfb9ddd50a8349e53d358040871a28758a3237a2fd98c445d51aa2bdee2e1 +SIZE (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 81956632 SHA256 (rocky/g/gdbm-1.23-1.el9.src.rpm) = 83944338c37bed57501211c180137171bd70fc76e23d3306ed0b4828c7dc8d21 SIZE (rocky/g/gdbm-1.23-1.el9.src.rpm) = 1128520 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = cd4902dafb8f4479356f17d53e4988d487c15f0be9b5ab95447aaddd4c0dcd0b SIZE (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = 83267 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = aa6bb6cb4406d2b1aa6d75611cc2f90eaba5f556596e79d046c42f26a9e0278d SIZE (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = 254741 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 455d0cdace7700f675c470b95b31def96973a7fdab2afedcdff2ea7d0f54b5a9 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 5073842 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = bbbd40672f67313745173e64d9e934238342e2eba16c3e42abdecb136d8fab66 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = 19652630 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.src.rpm) = ca3c976bad99804d0c22c6ced95e1627c687248f1c9c7f6adef4702194ee28f1 +SIZE (rocky/g/glib2-2.68.4-18.el9_7.src.rpm) = 5075033 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 7fdae2911fd9be5cb972b8c8645803d5a0607d5969af18009d3f6728f58ef7df +SIZE (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 20020115 SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b SIZE (rocky/g/grep-3.6-5.el9.src.rpm) = 1617932 SHA256 (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = ba95317ff8dad227b304364ca50ec85ab2070c7ce141bf4babd9b12ad7893b52 SIZE (rocky/j/json-glib-1.6.6-1.el9.src.rpm) = 1317772 SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57eaaf97af07859d584b091e9e39f0bede7 SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 SHA256 (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = a08cf534309b959600b5c56d6f804d41394f5c0bef405b89638982de47ed24ef SIZE (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = 8933556 -SHA256 (rocky/l/less-590-5.el9.src.rpm) = 9354552d15d43d789de3b4f9561a5ee464d75f9309a2092218d546ad1b5ce9f2 -SIZE (rocky/l/less-590-5.el9.src.rpm) = 380068 -SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c -SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 +SHA256 (rocky/l/less-590-6.el9.src.rpm) = f3a329fb381541af6a44170fb91cd369a6ad9ab09a92a7d8a7a2844ed01bf0ba +SIZE (rocky/l/less-590-6.el9.src.rpm) = 381031 +SHA256 (rocky/l/libcap-2.48-10.el9.src.rpm) = ec7a2208f2e075f45d545b4d508de23f03515da4a0b1e631b9aef4da75a76833 +SIZE (rocky/l/libcap-2.48-10.el9.src.rpm) = 199591 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = ef54036ffe2f890f13b6208cc2b5531583d69d492688ecc03e8dee3d62b07b1c SIZE (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = 324214 SHA256 (rocky/l/libdb-5.3.28-57.el9_6.src.rpm) = a4f69f05dd8328a332ee3b8adb7e9bd56eeb47f46d5e46ca56a43c25b2bc7c4d SIZE (rocky/l/libdb-5.3.28-57.el9_6.src.rpm) = 35282723 SHA256 (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 865cc64b0049617e1aa2e784520cc3f7c4d68813aefc98dffd71d3353f9e37cd SIZE (rocky/l/libedit-3.1-38.20210216cvs.el9.src.rpm) = 529753 SHA256 (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 2edb9205f23b2659b10d2710efc5512a5f0681bfc337fbfb75bd888131be46bb SIZE (rocky/l/libevdev-1.11.0-3.el9.src.rpm) = 456682 SHA256 (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 08d292859e2a980b79f578778e9ac50ceb4330954cda445992cd4007e70c6928 SIZE (rocky/l/libffi-3.4.2-8.el9.src.rpm) = 1365131 SHA256 (rocky/l/libgudev-237-1.el9.src.rpm) = 2904abffd7583e387e6233cdef9dd9224abc0e482b4bfc97b43c6eb4317fd5fc SIZE (rocky/l/libgudev-237-1.el9.src.rpm) = 38802 SHA256 (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 9ce7f7bf42973bea5fd91e556e554a3ad3b76f63a301b1a280d4af6d45284cd2 SIZE (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 120129 SHA256 (rocky/l/libselinux-3.6-3.el9.src.rpm) = 7c4027c9bbdb54dd1e119a4d0c0bd82de59b1c019ea79cba6fb2e4e278efce74 SIZE (rocky/l/libselinux-3.6-3.el9.src.rpm) = 267707 -SHA256 (rocky/l/libsepol-3.6-2.el9.src.rpm) = 918a8132aa3ee7317217e6bf50939f9fb7e00248225c12ac600260be41ba1626 -SIZE (rocky/l/libsepol-3.6-2.el9.src.rpm) = 535547 +SHA256 (rocky/l/libsepol-3.6-3.el9.src.rpm) = 8893473ac3e1b924b16ca77fdedce51591782e72ed40cfc6908d7f960e5a787c +SIZE (rocky/l/libsepol-3.6-3.el9.src.rpm) = 540302 SHA256 (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 36dc113c8837b27c3c12b021e05786b69c2014519ed4c9f5354436cd80e8b1a4 SIZE (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 471565 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 4b3b526a52cdf2dbaaff0e8222822294a3922db1981cba8e0a3e230dbf284a4a -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 1513675 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.src.rpm) = a5b691e90526055d55d7f8902abc11c30b4cdd6a4202e8fac6aa478d0b5ff998 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.src.rpm) = 1518435 SHA256 (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 08f0b27aaf3b288e10ab3c1068ee09f3f2afe036879787d3f66b871ef161cb33 SIZE (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 394523 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = dba21a9a96b6532e452b45190b9ba38b56c2a1fbaecae037505c5315de014b3d SIZE (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = 542268 SHA256 (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 94cb2af3328fd57d3c4f1f56f8ae856dd8ae37c0ec61de793037f5c1c7146fa3 SIZE (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 1554505 SHA256 (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 6c5c7d9595a3accbc75aa61d8a43847a53b893540b1c6766621cce875fb9b6e5 SIZE (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 284409 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = c66cd2666cf74befbeca0b0477c2e29ef1412d82d652ba65e98e6e82cf3260bf -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = 3585848 -SHA256 (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 239bd2dc5226b021437f1bfff3b70e24a63c2cb6fe4773365a4d1ed0ae7eccef -SIZE (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 17967534 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.src.rpm) = fc46ac89980376089d382705aeb35d66f3164c4a8d00553f42d63628e7d592fd +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.src.rpm) = 3585781 +SHA256 (rocky/o/openssl-3.5.1-4.el9_7.src.rpm) = 32747e482a17630dfe68ef981d665c7c7ead84738a47b92acecd23a257a7f289 +SIZE (rocky/o/openssl-3.5.1-4.el9_7.src.rpm) = 53352174 SHA256 (rocky/p/pcre-8.44-4.el9.src.rpm) = 7e228c7eb2aa94de0544d5156114ab01063c939b0ea8b41fe0208e004a61c8e8 SIZE (rocky/p/pcre-8.44-4.el9.src.rpm) = 1620247 SHA256 (rocky/p/pcre2-10.40-6.el9.src.rpm) = 06d57c69f091a37c16c7f9401246c2897fb39b21d51ccd36be72e66999ddc036 SIZE (rocky/p/pcre2-10.40-6.el9.src.rpm) = 1786579 SHA256 (rocky/p/popt-1.18-8.el9.src.rpm) = 8266495d0508509dc5292604d6c78fa96d1ae356e0f2f4cf4ac5c7ad2ecae56e SIZE (rocky/p/popt-1.18-8.el9.src.rpm) = 593926 SHA256 (rocky/r/readline-8.1-4.el9.src.rpm) = d4d0321fb8a3d22fbf8b7d9c80364ac4478db835bcafde003ac04b2df19a6e25 SIZE (rocky/r/readline-8.1-4.el9.src.rpm) = 3007997 -SHA256 (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 94fcfad44834514515713db83ff52c5a857a1505751f38e3c4a4e223a6f23071 -SIZE (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 62783 +SHA256 (rocky/r/rocky-release-9.7-1.3.el9.src.rpm) = cbc9256a32de5d26c78bccb0e4a25b3f600f7079c6a47e1374201ccbd1a3eafd +SIZE (rocky/r/rocky-release-9.7-1.3.el9.src.rpm) = 63024 SHA256 (rocky/s/sed-4.8-9.el9.src.rpm) = ad9772fc0d8bf2479246aa9b1ab04506d5c25eb64a5abffe2195304198b77c80 SIZE (rocky/s/sed-4.8-9.el9.src.rpm) = 1422083 SHA256 (rocky/s/setserial-2.17-54.el9.src.rpm) = 4a508744b8d70f58bced990450cfb53d3d37d9f96ae01fabfd6d5a3807c12253 SIZE (rocky/s/setserial-2.17-54.el9.src.rpm) = 93388 SHA256 (rocky/s/setup-2.13.7-10.el9.src.rpm) = 270a586332c498b4c825b7ec38efcd4fac3e8b87e425782b8794ba4326057e41 SIZE (rocky/s/setup-2.13.7-10.el9.src.rpm) = 193279 SHA256 (rocky/s/slang-2.3.2-11.el9.src.rpm) = 09b66b87664e1975912a3ccf0dc045ea0826992e80fe74f5c739c6c60dc9772c SIZE (rocky/s/slang-2.3.2-11.el9.src.rpm) = 1592900 SHA256 (rocky/t/texinfo-6.7-15.el9.src.rpm) = beb821fc1b42f83852ed93eb8563be8f848a8d30a2eca2a1da7761b5de745e6a SIZE (rocky/t/texinfo-6.7-15.el9.src.rpm) = 4364617 SHA256 (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = f629469f0eb787619c3fd1bb156910d55cdd0d5ef0004ce719cfc5440cd2f28a SIZE (rocky/u/util-linux-2.37.4-21.el9.src.rpm) = 6258692 SHA256 (rocky/w/which-2.21-30.el9_6.src.rpm) = cd95a0f74ecc18a89c905cd2c26ffb596a9c22e379904e994776c72c1cd0ddaf SIZE (rocky/w/which-2.21-30.el9_6.src.rpm) = 162257 SHA256 (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = b7cef2fb719b09209740b5be7fcd6e766b069e9a5177a51bd74894e3fe5959b6 SIZE (rocky/x/xz-5.2.5-8.el9_0.src.rpm) = 1165795 SHA256 (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 0902a850988d0051410218305303ffb76c090a2606113078c73a0c1f73adee7d SIZE (rocky/z/zlib-1.2.11-40.el9.src.rpm) = 554604 SHA256 (rocky/z/zstd-1.5.5-1.el9.src.rpm) = 24459f352126ff5c32fab8a50e49473378966d22b11918edde04be3235574575 SIZE (rocky/z/zstd-1.5.5-1.el9.src.rpm) = 2376247 diff --git a/emulators/linux_base-rl9/pkg-plist.aarch64 b/emulators/linux_base-rl9/pkg-plist.aarch64 index 2a1b8860da03..124f712929f9 100644 --- a/emulators/linux_base-rl9/pkg-plist.aarch64 +++ b/emulators/linux_base-rl9/pkg-plist.aarch64 @@ -1,2361 +1,2360 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) bin etc/GREP_COLORS etc/adjtime etc/aliases etc/bashrc etc/csh.cshrc etc/csh.login etc/dnf/protected.d/setup.conf etc/environment etc/ethertypes etc/filesystems etc/host.conf etc/hosts etc/inputrc etc/issue etc/issue.net etc/krb5.conf.d/crypto-policies @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab etc/networks @sample etc/nsswitch.conf.sample etc/os-release etc/pki/tls/ct_log_list.cnf etc/pki/tls/fips_local.cnf etc/pki/tls/openssl.cnf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/csh.local etc/profile.d/gawk.csh etc/profile.d/gawk.sh etc/profile.d/lang.csh etc/profile.d/lang.sh etc/profile.d/less.csh etc/profile.d/less.sh etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-release etc/request-key.conf etc/rocky-release etc/rocky-release-upstream etc/rpc etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/xattr.conf lib lib64 run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/awk usr/bin/b2sum usr/bin/base32 usr/bin/base64 usr/bin/basename usr/bin/basenc usr/bin/bash usr/bin/bashbug usr/bin/bashbug-64 usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzegrep usr/bin/bzfgrep usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/choom usr/bin/chown usr/bin/cksum usr/bin/clear usr/bin/cmp usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/date usr/bin/dd usr/bin/df usr/bin/diff usr/bin/diff3 usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/fincore usr/bin/find usr/bin/fmt usr/bin/fold usr/bin/fuse2fs usr/bin/fusermount usr/bin/gapplication usr/bin/gawk usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-64 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/hash usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/iconv usr/bin/id usr/bin/info usr/bin/infocmp usr/bin/infotocap usr/bin/install usr/bin/irqtop usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/last usr/bin/lastb usr/bin/ld.so usr/bin/ldd usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsirq usr/bin/lslocks usr/bin/mcookie usr/bin/md5sum usr/bin/mesg usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/more usr/bin/mount usr/bin/mountpoint usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/numfmt usr/bin/od usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/rename usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/runcon usr/bin/scriptlive usr/bin/scriptreplay usr/bin/sdiff usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setserial usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/sqlite3 usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/type usr/bin/tzselect usr/bin/ul usr/bin/ulimit usr/bin/ulockmgr_server usr/bin/umask usr/bin/umount usr/bin/unalias usr/bin/uname usr/bin/uname26 usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/uuidparse usr/bin/vdir usr/bin/wait usr/bin/wall usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/xargs usr/bin/yes usr/bin/zdump usr/lib/ld-linux-aarch64.so.1 usr/lib/locale/C.utf8/LC_ADDRESS usr/lib/locale/C.utf8/LC_COLLATE usr/lib/locale/C.utf8/LC_CTYPE usr/lib/locale/C.utf8/LC_IDENTIFICATION usr/lib/locale/C.utf8/LC_MEASUREMENT usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES usr/lib/locale/C.utf8/LC_MONETARY usr/lib/locale/C.utf8/LC_NAME usr/lib/locale/C.utf8/LC_NUMERIC usr/lib/locale/C.utf8/LC_PAPER usr/lib/locale/C.utf8/LC_TELEPHONE usr/lib/locale/C.utf8/LC_TIME usr/lib/locale/locale-archive usr/lib/locale/locale-archive.real usr/lib/motd usr/lib/os-release usr/lib/rpm/macros.d/macros.dist usr/lib/sysctl.d/50-redhat.conf usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system-preset/99-default-disable.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/systemd/user-preset/90-default-user.preset usr/lib/systemd/user-preset/99-default-disable.preset usr/lib/systemd/user/glib-pacrunner.service usr/lib/tmpfiles.d/libselinux.conf usr/lib/tmpfiles.d/setup.conf usr/lib64/.libgmp.so.10.4.0.hmac usr/lib64/.libgmp.so.10.hmac usr/lib64/audit/sotruss-lib.so usr/lib64/engines-3/afalg.so usr/lib64/engines-3/capi.so usr/lib64/engines-3/loader_attic.so usr/lib64/engines-3/padlock.so usr/lib64/fipscheck/libcrypt.so.2.0.0.hmac usr/lib64/fipscheck/libcrypt.so.2.hmac usr/lib64/fipscheck/libgmp.so.10.4.0.hmac usr/lib64/fipscheck/libgmp.so.10.hmac usr/lib64/gawk/filefuncs.so usr/lib64/gawk/fnmatch.so usr/lib64/gawk/fork.so usr/lib64/gawk/inplace.so usr/lib64/gawk/intdiv.so usr/lib64/gawk/ordchr.so usr/lib64/gawk/readdir.so usr/lib64/gawk/readfile.so usr/lib64/gawk/revoutput.so usr/lib64/gawk/revtwoway.so usr/lib64/gawk/rwarray.so usr/lib64/gawk/time.so usr/lib64/gconv/ANSI_X3.110.so usr/lib64/gconv/ARMSCII-8.so usr/lib64/gconv/ASMO_449.so usr/lib64/gconv/BIG5.so usr/lib64/gconv/BIG5HKSCS.so usr/lib64/gconv/BRF.so usr/lib64/gconv/CP10007.so usr/lib64/gconv/CP1125.so usr/lib64/gconv/CP1250.so usr/lib64/gconv/CP1251.so usr/lib64/gconv/CP1252.so usr/lib64/gconv/CP1253.so usr/lib64/gconv/CP1254.so usr/lib64/gconv/CP1255.so usr/lib64/gconv/CP1256.so usr/lib64/gconv/CP1257.so usr/lib64/gconv/CP1258.so usr/lib64/gconv/CP737.so usr/lib64/gconv/CP770.so usr/lib64/gconv/CP771.so usr/lib64/gconv/CP772.so usr/lib64/gconv/CP773.so usr/lib64/gconv/CP774.so usr/lib64/gconv/CP775.so usr/lib64/gconv/CP932.so usr/lib64/gconv/CSN_369103.so usr/lib64/gconv/CWI.so usr/lib64/gconv/DEC-MCS.so usr/lib64/gconv/EBCDIC-AT-DE-A.so usr/lib64/gconv/EBCDIC-AT-DE.so usr/lib64/gconv/EBCDIC-CA-FR.so usr/lib64/gconv/EBCDIC-DK-NO-A.so usr/lib64/gconv/EBCDIC-DK-NO.so usr/lib64/gconv/EBCDIC-ES-A.so usr/lib64/gconv/EBCDIC-ES-S.so usr/lib64/gconv/EBCDIC-ES.so usr/lib64/gconv/EBCDIC-FI-SE-A.so usr/lib64/gconv/EBCDIC-FI-SE.so usr/lib64/gconv/EBCDIC-FR.so usr/lib64/gconv/EBCDIC-IS-FRISS.so usr/lib64/gconv/EBCDIC-IT.so usr/lib64/gconv/EBCDIC-PT.so usr/lib64/gconv/EBCDIC-UK.so usr/lib64/gconv/EBCDIC-US.so usr/lib64/gconv/ECMA-CYRILLIC.so usr/lib64/gconv/EUC-CN.so usr/lib64/gconv/EUC-JISX0213.so usr/lib64/gconv/EUC-JP-MS.so usr/lib64/gconv/EUC-JP.so usr/lib64/gconv/EUC-KR.so usr/lib64/gconv/EUC-TW.so usr/lib64/gconv/GB18030.so usr/lib64/gconv/GBBIG5.so usr/lib64/gconv/GBGBK.so usr/lib64/gconv/GBK.so usr/lib64/gconv/GEORGIAN-ACADEMY.so usr/lib64/gconv/GEORGIAN-PS.so usr/lib64/gconv/GOST_19768-74.so usr/lib64/gconv/GREEK-CCITT.so usr/lib64/gconv/GREEK7-OLD.so usr/lib64/gconv/GREEK7.so usr/lib64/gconv/HP-GREEK8.so usr/lib64/gconv/HP-ROMAN8.so usr/lib64/gconv/HP-ROMAN9.so usr/lib64/gconv/HP-THAI8.so usr/lib64/gconv/HP-TURKISH8.so usr/lib64/gconv/IBM037.so usr/lib64/gconv/IBM038.so usr/lib64/gconv/IBM1004.so usr/lib64/gconv/IBM1008.so usr/lib64/gconv/IBM1008_420.so usr/lib64/gconv/IBM1025.so usr/lib64/gconv/IBM1026.so usr/lib64/gconv/IBM1046.so usr/lib64/gconv/IBM1047.so usr/lib64/gconv/IBM1097.so usr/lib64/gconv/IBM1112.so usr/lib64/gconv/IBM1122.so usr/lib64/gconv/IBM1123.so usr/lib64/gconv/IBM1124.so usr/lib64/gconv/IBM1129.so usr/lib64/gconv/IBM1130.so usr/lib64/gconv/IBM1132.so usr/lib64/gconv/IBM1133.so usr/lib64/gconv/IBM1137.so usr/lib64/gconv/IBM1140.so usr/lib64/gconv/IBM1141.so usr/lib64/gconv/IBM1142.so usr/lib64/gconv/IBM1143.so usr/lib64/gconv/IBM1144.so usr/lib64/gconv/IBM1145.so usr/lib64/gconv/IBM1146.so usr/lib64/gconv/IBM1147.so usr/lib64/gconv/IBM1148.so usr/lib64/gconv/IBM1149.so usr/lib64/gconv/IBM1153.so usr/lib64/gconv/IBM1154.so usr/lib64/gconv/IBM1155.so usr/lib64/gconv/IBM1156.so usr/lib64/gconv/IBM1157.so usr/lib64/gconv/IBM1158.so usr/lib64/gconv/IBM1160.so usr/lib64/gconv/IBM1161.so usr/lib64/gconv/IBM1162.so usr/lib64/gconv/IBM1163.so usr/lib64/gconv/IBM1164.so usr/lib64/gconv/IBM1166.so usr/lib64/gconv/IBM1167.so usr/lib64/gconv/IBM12712.so usr/lib64/gconv/IBM1364.so usr/lib64/gconv/IBM1371.so usr/lib64/gconv/IBM1388.so usr/lib64/gconv/IBM1390.so usr/lib64/gconv/IBM1399.so usr/lib64/gconv/IBM16804.so usr/lib64/gconv/IBM256.so usr/lib64/gconv/IBM273.so usr/lib64/gconv/IBM274.so usr/lib64/gconv/IBM275.so usr/lib64/gconv/IBM277.so usr/lib64/gconv/IBM278.so usr/lib64/gconv/IBM280.so usr/lib64/gconv/IBM281.so usr/lib64/gconv/IBM284.so usr/lib64/gconv/IBM285.so usr/lib64/gconv/IBM290.so usr/lib64/gconv/IBM297.so usr/lib64/gconv/IBM420.so usr/lib64/gconv/IBM423.so usr/lib64/gconv/IBM424.so usr/lib64/gconv/IBM437.so usr/lib64/gconv/IBM4517.so usr/lib64/gconv/IBM4899.so usr/lib64/gconv/IBM4909.so usr/lib64/gconv/IBM4971.so usr/lib64/gconv/IBM500.so usr/lib64/gconv/IBM5347.so usr/lib64/gconv/IBM803.so usr/lib64/gconv/IBM850.so usr/lib64/gconv/IBM851.so usr/lib64/gconv/IBM852.so usr/lib64/gconv/IBM855.so usr/lib64/gconv/IBM856.so usr/lib64/gconv/IBM857.so usr/lib64/gconv/IBM858.so usr/lib64/gconv/IBM860.so usr/lib64/gconv/IBM861.so usr/lib64/gconv/IBM862.so usr/lib64/gconv/IBM863.so usr/lib64/gconv/IBM864.so usr/lib64/gconv/IBM865.so usr/lib64/gconv/IBM866.so usr/lib64/gconv/IBM866NAV.so usr/lib64/gconv/IBM868.so usr/lib64/gconv/IBM869.so usr/lib64/gconv/IBM870.so usr/lib64/gconv/IBM871.so usr/lib64/gconv/IBM874.so usr/lib64/gconv/IBM875.so usr/lib64/gconv/IBM880.so usr/lib64/gconv/IBM891.so usr/lib64/gconv/IBM901.so usr/lib64/gconv/IBM902.so usr/lib64/gconv/IBM903.so usr/lib64/gconv/IBM9030.so usr/lib64/gconv/IBM904.so usr/lib64/gconv/IBM905.so usr/lib64/gconv/IBM9066.so usr/lib64/gconv/IBM918.so usr/lib64/gconv/IBM921.so usr/lib64/gconv/IBM922.so usr/lib64/gconv/IBM930.so usr/lib64/gconv/IBM932.so usr/lib64/gconv/IBM933.so usr/lib64/gconv/IBM935.so usr/lib64/gconv/IBM937.so usr/lib64/gconv/IBM939.so usr/lib64/gconv/IBM943.so usr/lib64/gconv/IBM9448.so usr/lib64/gconv/IEC_P27-1.so usr/lib64/gconv/INIS-8.so usr/lib64/gconv/INIS-CYRILLIC.so usr/lib64/gconv/INIS.so usr/lib64/gconv/ISIRI-3342.so usr/lib64/gconv/ISO-2022-CN-EXT.so usr/lib64/gconv/ISO-2022-CN.so usr/lib64/gconv/ISO-2022-JP-3.so usr/lib64/gconv/ISO-2022-JP.so usr/lib64/gconv/ISO-2022-KR.so usr/lib64/gconv/ISO-IR-197.so usr/lib64/gconv/ISO-IR-209.so usr/lib64/gconv/ISO646.so usr/lib64/gconv/ISO8859-1.so usr/lib64/gconv/ISO8859-10.so usr/lib64/gconv/ISO8859-11.so usr/lib64/gconv/ISO8859-13.so usr/lib64/gconv/ISO8859-14.so usr/lib64/gconv/ISO8859-15.so usr/lib64/gconv/ISO8859-16.so usr/lib64/gconv/ISO8859-2.so usr/lib64/gconv/ISO8859-3.so usr/lib64/gconv/ISO8859-4.so usr/lib64/gconv/ISO8859-5.so usr/lib64/gconv/ISO8859-6.so usr/lib64/gconv/ISO8859-7.so usr/lib64/gconv/ISO8859-8.so usr/lib64/gconv/ISO8859-9.so usr/lib64/gconv/ISO8859-9E.so usr/lib64/gconv/ISO_10367-BOX.so usr/lib64/gconv/ISO_11548-1.so usr/lib64/gconv/ISO_2033.so usr/lib64/gconv/ISO_5427-EXT.so usr/lib64/gconv/ISO_5427.so usr/lib64/gconv/ISO_5428.so usr/lib64/gconv/ISO_6937-2.so usr/lib64/gconv/ISO_6937.so usr/lib64/gconv/JOHAB.so usr/lib64/gconv/KOI-8.so usr/lib64/gconv/KOI8-R.so usr/lib64/gconv/KOI8-RU.so usr/lib64/gconv/KOI8-T.so usr/lib64/gconv/KOI8-U.so usr/lib64/gconv/LATIN-GREEK-1.so usr/lib64/gconv/LATIN-GREEK.so usr/lib64/gconv/MAC-CENTRALEUROPE.so usr/lib64/gconv/MAC-IS.so usr/lib64/gconv/MAC-SAMI.so usr/lib64/gconv/MAC-UK.so usr/lib64/gconv/MACINTOSH.so usr/lib64/gconv/MIK.so usr/lib64/gconv/NATS-DANO.so usr/lib64/gconv/NATS-SEFI.so usr/lib64/gconv/PT154.so usr/lib64/gconv/RK1048.so usr/lib64/gconv/SAMI-WS2.so usr/lib64/gconv/SHIFT_JISX0213.so usr/lib64/gconv/SJIS.so usr/lib64/gconv/T.61.so usr/lib64/gconv/TCVN5712-1.so usr/lib64/gconv/TIS-620.so usr/lib64/gconv/TSCII.so usr/lib64/gconv/UHC.so usr/lib64/gconv/UNICODE.so usr/lib64/gconv/UTF-16.so usr/lib64/gconv/UTF-32.so usr/lib64/gconv/UTF-7.so usr/lib64/gconv/VISCII.so usr/lib64/gconv/gconv-modules usr/lib64/gconv/gconv-modules.cache usr/lib64/gconv/gconv-modules.d/gconv-modules-extra.conf usr/lib64/gconv/libCNS.so usr/lib64/gconv/libGB.so usr/lib64/gconv/libISOIR165.so usr/lib64/gconv/libJIS.so usr/lib64/gconv/libJISX0213.so usr/lib64/gconv/libKSC.so usr/lib64/gio/modules/libgiognomeproxy.so usr/lib64/gio/modules/libgiolibproxy.so usr/lib64/girepository-1.0/GUdev-1.0.typelib usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib64/girepository-1.0/Json-1.0.typelib @rmtry usr/lib64/gio/modules/giomodule.cache usr/lib64/girepository-1.0/Soup-2.4.typelib usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib usr/lib64/krb5/plugins/preauth/spake.so usr/lib64/krb5/plugins/tls/k5tls.so usr/lib64/libBrokenLocale.so.1 usr/lib64/libSegFault.so usr/lib64/libacl.so.1 usr/lib64/libacl.so.1.1.2301 usr/lib64/libanl.so.1 usr/lib64/libattr.so.1 usr/lib64/libattr.so.1.1.2501 usr/lib64/libblkid.so.1 usr/lib64/libblkid.so.1.1.0 usr/lib64/libbrotlicommon.so.1 usr/lib64/libbrotlicommon.so.1.0.9 usr/lib64/libbrotlidec.so.1 usr/lib64/libbrotlidec.so.1.0.9 usr/lib64/libbrotlienc.so.1 usr/lib64/libbrotlienc.so.1.0.9 usr/lib64/libbz2.so.1 usr/lib64/libbz2.so.1.0.8 usr/lib64/libc.so.6 usr/lib64/libc_malloc_debug.so.0 usr/lib64/libcap.so.2 usr/lib64/libcap.so.2.48 usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt.so.2 usr/lib64/libcrypt.so.2.0.0 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.2.2 +usr/lib64/libcrypto.so.3.5.1 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so usr/lib64/libdl.so.2 usr/lib64/libe2p.so.2 usr/lib64/libe2p.so.2.3 usr/lib64/libedit.so.0 usr/lib64/libedit.so.0.0.64 usr/lib64/libevdev.so.2 usr/lib64/libevdev.so.2.3.0 usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 usr/lib64/libfdisk.so.1 usr/lib64/libfdisk.so.1.1.0 usr/lib64/libffi.so.8 usr/lib64/libffi.so.8.1.0 usr/lib64/libform.so.6 usr/lib64/libform.so.6.2 usr/lib64/libformw.so.6 usr/lib64/libformw.so.6.2 usr/lib64/libfuse.so.2 usr/lib64/libfuse.so.2.9.9 usr/lib64/libgcc_s-11-20240719.so.1 usr/lib64/libgcc_s.so.1 usr/lib64/libgdbm.so.6 usr/lib64/libgdbm.so.6.0.0 usr/lib64/libgdbm_compat.so.4 usr/lib64/libgdbm_compat.so.4.0.0 usr/lib64/libgeocode-glib.so.0 usr/lib64/libgeocode-glib.so.0.0.0 usr/lib64/libgio-2.0.so.0 usr/lib64/libgio-2.0.so.0.6800.4 usr/lib64/libglib-2.0.so.0 usr/lib64/libglib-2.0.so.0.6800.4 usr/lib64/libgmodule-2.0.so.0 usr/lib64/libgmodule-2.0.so.0.6800.4 usr/lib64/libgmp.so.10 usr/lib64/libgmp.so.10.4.0 usr/lib64/libgobject-2.0.so.0 usr/lib64/libgobject-2.0.so.0.6800.4 usr/lib64/libgssapi_krb5.so.2 usr/lib64/libgssapi_krb5.so.2.2 usr/lib64/libgssrpc.so.4 usr/lib64/libgssrpc.so.4.2 usr/lib64/libgthread-2.0.so.0 usr/lib64/libgthread-2.0.so.0.6800.4 usr/lib64/libgudev-1.0.so.0 usr/lib64/libgudev-1.0.so.0.3.0 usr/lib64/libhistory.so.8 usr/lib64/libhistory.so.8.1 usr/lib64/libidn2.so.0 usr/lib64/libidn2.so.0.3.7 usr/lib64/libjson-glib-1.0.so.0 usr/lib64/libjson-glib-1.0.so.0.600.6 usr/lib64/libk5crypto.so.3 usr/lib64/libk5crypto.so.3.1 usr/lib64/libkdb5.so.10 usr/lib64/libkdb5.so.10.0 usr/lib64/libkeyutils.so.1 usr/lib64/libkeyutils.so.1.10 usr/lib64/libkrad.so.0 usr/lib64/libkrad.so.0.0 usr/lib64/libkrb5.so.3 usr/lib64/libkrb5.so.3.3 usr/lib64/libkrb5support.so.0 usr/lib64/libkrb5support.so.0.1 usr/lib64/liblzma.so.5 usr/lib64/liblzma.so.5.2.5 usr/lib64/libm.so.6 usr/lib64/libmemusage.so usr/lib64/libmenu.so.6 usr/lib64/libmenu.so.6.2 usr/lib64/libmenuw.so.6 usr/lib64/libmenuw.so.6.2 usr/lib64/libmount.so.1 usr/lib64/libmount.so.1.1.0 usr/lib64/libmpfr.so.6 usr/lib64/libmpfr.so.6.1.0 usr/lib64/libmtdev.so.1 usr/lib64/libmtdev.so.1.0.0 usr/lib64/libncurses.so.6 usr/lib64/libncurses.so.6.2 usr/lib64/libncursesw.so.6 usr/lib64/libncursesw.so.6.2 usr/lib64/libnsl.so.1 usr/lib64/libnss_compat.so.2 usr/lib64/libnss_dns.so.2 usr/lib64/libnss_files.so.2 usr/lib64/libpanel.so.6 usr/lib64/libpanel.so.6.2 usr/lib64/libpanelw.so.6 usr/lib64/libpanelw.so.6.2 usr/lib64/libpcprofile.so usr/lib64/libpcre.so.1 usr/lib64/libpcre.so.1.2.12 usr/lib64/libpcre16.so.0 usr/lib64/libpcre16.so.0.2.12 usr/lib64/libpcre2-16.so.0 usr/lib64/libpcre2-16.so.0.11.0 usr/lib64/libpcre2-32.so.0 usr/lib64/libpcre2-32.so.0.11.0 usr/lib64/libpcre2-8.so.0 usr/lib64/libpcre2-8.so.0.11.0 usr/lib64/libpcre2-posix.so.3 usr/lib64/libpcre2-posix.so.3.0.2 usr/lib64/libpcre32.so.0 usr/lib64/libpcre32.so.0.0.12 usr/lib64/libpcreposix.so.0 usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpopt.so.0 usr/lib64/libpopt.so.0.0.1 usr/lib64/libproxy.so.1 usr/lib64/libproxy.so.1.0.0 usr/lib64/libpsl.so.5 usr/lib64/libpsl.so.5.3.3 usr/lib64/libpsx.so.2 usr/lib64/libpsx.so.2.48 usr/lib64/libpthread.so.0 usr/lib64/libreadline.so.8 usr/lib64/libreadline.so.8.1 usr/lib64/libresolv.so.2 usr/lib64/librt.so.1 usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.2 usr/lib64/libsigsegv.so.2 usr/lib64/libsigsegv.so.2.0.6 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.3.2 usr/lib64/libsmartcols.so.1 usr/lib64/libsmartcols.so.1.1.0 usr/lib64/libsoup-2.4.so.1 usr/lib64/libsoup-2.4.so.1.11.0 usr/lib64/libsoup-gnome-2.4.so.1 usr/lib64/libsoup-gnome-2.4.so.1.11.0 usr/lib64/libsqlite3.so.0 usr/lib64/libsqlite3.so.0.8.6 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.2.2 +usr/lib64/libssl.so.3.5.1 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 usr/lib64/libtic.so.6 usr/lib64/libtic.so.6.2 usr/lib64/libtinfo.so.6 usr/lib64/libtinfo.so.6.2 usr/lib64/libulockmgr.so.1 usr/lib64/libulockmgr.so.1.0.1 usr/lib64/libunistring.so.2 usr/lib64/libunistring.so.2.1.0 usr/lib64/libutil.so.1 usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libverto.so.1 usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.5 -usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat usr/libexec/awk/pwcat usr/libexec/coreutils/libstdbuf.so usr/libexec/gawk usr/libexec/getconf/POSIX_V6_LP64_OFF64 usr/libexec/getconf/POSIX_V7_LP64_OFF64 usr/libexec/getconf/XBS5_LP64_OFF64 usr/libexec/glib-pacrunner usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkzone usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/ctrlaltdel usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2mmpstatus usr/sbin/e2undo usr/sbin/e4crypt usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fix-info-dir usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/iconvconfig usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found usr/sbin/mount.fuse usr/sbin/nologin usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rfkill usr/sbin/rtcwake usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zic usr/share/awk/assert.awk usr/share/awk/bits2str.awk usr/share/awk/cliff_rand.awk usr/share/awk/ctime.awk usr/share/awk/ftrans.awk usr/share/awk/getopt.awk usr/share/awk/gettime.awk usr/share/awk/group.awk usr/share/awk/have_mpfr.awk usr/share/awk/inplace.awk usr/share/awk/intdiv0.awk usr/share/awk/join.awk usr/share/awk/libintl.awk usr/share/awk/noassign.awk usr/share/awk/ns_passwd.awk usr/share/awk/ord.awk usr/share/awk/passwd.awk usr/share/awk/processarray.awk usr/share/awk/quicksort.awk usr/share/awk/readable.awk usr/share/awk/readfile.awk usr/share/awk/rewind.awk usr/share/awk/round.awk usr/share/awk/shellquote.awk usr/share/awk/strtonum.awk usr/share/awk/walkarray.awk usr/share/awk/zerofile.awk usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid usr/share/bash-completion/completions/blkzone usr/share/bash-completion/completions/blockdev usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chmem usr/share/bash-completion/completions/chrt usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/dmesg usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/fincore usr/share/bash-completion/completions/findfs usr/share/bash-completion/completions/findmnt usr/share/bash-completion/completions/flock usr/share/bash-completion/completions/fsck usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gio usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hardlink usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/ionice usr/share/bash-completion/completions/ipcmk usr/share/bash-completion/completions/ipcrm usr/share/bash-completion/completions/ipcs usr/share/bash-completion/completions/irqtop usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/last usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/logger usr/share/bash-completion/completions/look usr/share/bash-completion/completions/losetup usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lsipc usr/share/bash-completion/completions/lsirq usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/lslogins usr/share/bash-completion/completions/lsmem usr/share/bash-completion/completions/lsns usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mesg usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/mkswap usr/share/bash-completion/completions/more usr/share/bash-completion/completions/mountpoint usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/nsenter usr/share/bash-completion/completions/partx usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/renice usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rfkill usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptlive usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setsid usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/swapoff usr/share/bash-completion/completions/swapon usr/share/bash-completion/completions/taskset usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/unshare usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/uuidparse usr/share/bash-completion/completions/wall usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service %%PORTDOCS%%usr/share/doc/bash/FAQ %%PORTDOCS%%usr/share/doc/bash/INTRO %%PORTDOCS%%usr/share/doc/bash/RBASH %%PORTDOCS%%usr/share/doc/bash/README %%PORTDOCS%%usr/share/doc/bash/bash.html %%PORTDOCS%%usr/share/doc/bash/bashref.html %%PORTDOCS%%usr/share/doc/bzip2/CHANGES %%PORTDOCS%%usr/share/doc/bzip2/LICENSE %%PORTDOCS%%usr/share/doc/bzip2/README %%PORTDOCS%%usr/share/doc/diffutils/NEWS %%PORTDOCS%%usr/share/doc/diffutils/README %%PORTDOCS%%usr/share/doc/e2fsprogs/README %%PORTDOCS%%usr/share/doc/findutils/AUTHORS %%PORTDOCS%%usr/share/doc/findutils/NEWS %%PORTDOCS%%usr/share/doc/findutils/README %%PORTDOCS%%usr/share/doc/findutils/THANKS %%PORTDOCS%%usr/share/doc/findutils/TODO %%PORTDOCS%%usr/share/doc/fuse/AUTHORS %%PORTDOCS%%usr/share/doc/fuse/ChangeLog %%PORTDOCS%%usr/share/doc/fuse/NEWS %%PORTDOCS%%usr/share/doc/fuse/README.NFS %%PORTDOCS%%usr/share/doc/fuse/README.md %%PORTDOCS%%usr/share/doc/gawk/NEWS %%PORTDOCS%%usr/share/doc/gawk/POSIX.STD %%PORTDOCS%%usr/share/doc/gawk/README %%PORTDOCS%%usr/share/doc/gawk/README.multibyte %%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS %%PORTDOCS%%usr/share/doc/geocode-glib/NEWS %%PORTDOCS%%usr/share/doc/geocode-glib/README %%PORTDOCS%%usr/share/doc/glib-networking/NEWS %%PORTDOCS%%usr/share/doc/glib-networking/README %%PORTDOCS%%usr/share/doc/glib2/AUTHORS %%PORTDOCS%%usr/share/doc/glib2/NEWS %%PORTDOCS%%usr/share/doc/glib2/README %%PORTDOCS%%usr/share/doc/gmp/NEWS %%PORTDOCS%%usr/share/doc/gmp/README %%PORTDOCS%%usr/share/doc/grep/AUTHORS %%PORTDOCS%%usr/share/doc/grep/NEWS %%PORTDOCS%%usr/share/doc/grep/README %%PORTDOCS%%usr/share/doc/grep/THANKS %%PORTDOCS%%usr/share/doc/grep/TODO %%PORTDOCS%%usr/share/doc/json-glib/NEWS %%PORTDOCS%%usr/share/doc/keyutils/README %%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs/README %%PORTDOCS%%usr/share/doc/less/INSTALL %%PORTDOCS%%usr/share/doc/less/NEWS %%PORTDOCS%%usr/share/doc/less/README %%PORTDOCS%%usr/share/doc/libblkid/COPYING %%PORTDOCS%%usr/share/doc/libcap/capability.notes %%PORTDOCS%%usr/share/doc/libdb/README %%PORTDOCS%%usr/share/doc/libedit/ChangeLog %%PORTDOCS%%usr/share/doc/libedit/THANKS %%PORTDOCS%%usr/share/doc/libevdev/COPYING %%PORTDOCS%%usr/share/doc/libffi/README.md %%PORTDOCS%%usr/share/doc/libgudev/NEWS %%PORTDOCS%%usr/share/doc/libidn2/AUTHORS %%PORTDOCS%%usr/share/doc/libidn2/NEWS %%PORTDOCS%%usr/share/doc/libidn2/README.md %%PORTDOCS%%usr/share/doc/libproxy/AUTHORS %%PORTDOCS%%usr/share/doc/libproxy/README %%PORTDOCS%%usr/share/doc/libsigsegv/AUTHORS %%PORTDOCS%%usr/share/doc/libsigsegv/NEWS %%PORTDOCS%%usr/share/doc/libsigsegv/README %%PORTDOCS%%usr/share/doc/libsoup/AUTHORS %%PORTDOCS%%usr/share/doc/libsoup/NEWS %%PORTDOCS%%usr/share/doc/libsoup/README %%PORTDOCS%%usr/share/doc/libunistring/AUTHORS %%PORTDOCS%%usr/share/doc/libunistring/NEWS %%PORTDOCS%%usr/share/doc/libunistring/README %%PORTDOCS%%usr/share/doc/libverto/AUTHORS %%PORTDOCS%%usr/share/doc/libverto/ChangeLog %%PORTDOCS%%usr/share/doc/libverto/NEWS %%PORTDOCS%%usr/share/doc/libverto/README %%PORTDOCS%%usr/share/doc/libxcrypt/NEWS %%PORTDOCS%%usr/share/doc/libxcrypt/README %%PORTDOCS%%usr/share/doc/libxcrypt/README.rhel %%PORTDOCS%%usr/share/doc/libxcrypt/THANKS %%PORTDOCS%%usr/share/doc/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr/PATCHES %%PORTDOCS%%usr/share/doc/mpfr/README %%PORTDOCS%%usr/share/doc/mtdev/COPYING %%PORTDOCS%%usr/share/doc/mtdev/README %%PORTDOCS%%usr/share/doc/ncurses-base/README %%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz %%PORTDOCS%%usr/share/doc/ncurses/README %%PORTDOCS%%usr/share/doc/ncurses/TO-DO %%PORTDOCS%%usr/share/doc/pcre-utf16/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-utf16/NEWS %%PORTDOCS%%usr/share/doc/pcre-utf32/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-utf32/NEWS %%PORTDOCS%%usr/share/doc/pcre/AUTHORS %%PORTDOCS%%usr/share/doc/pcre/NEWS %%PORTDOCS%%usr/share/doc/popt/CHANGES %%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER %%PORTDOCS%%usr/share/doc/rocky-release/Contributors %%PORTDOCS%%usr/share/doc/sed/AUTHORS %%PORTDOCS%%usr/share/doc/sed/BUGS %%PORTDOCS%%usr/share/doc/sed/NEWS %%PORTDOCS%%usr/share/doc/sed/README %%PORTDOCS%%usr/share/doc/sed/THANKS %%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial/README %%PORTDOCS%%usr/share/doc/setserial/rc.serial %%PORTDOCS%%usr/share/doc/setup/uidgid %%PORTDOCS%%usr/share/doc/slang/NEWS %%PORTDOCS%%usr/share/doc/sqlite-libs/README.md %%PORTDOCS%%usr/share/doc/util-linux/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux/NEWS %%PORTDOCS%%usr/share/doc/util-linux/README %%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh %%PORTDOCS%%usr/share/doc/which/AUTHORS %%PORTDOCS%%usr/share/doc/which/EXAMPLES %%PORTDOCS%%usr/share/doc/which/NEWS %%PORTDOCS%%usr/share/doc/which/README %%PORTDOCS%%usr/share/doc/zlib/ChangeLog %%PORTDOCS%%usr/share/doc/zlib/FAQ usr/share/gawk usr/share/gcc-11/python/libstdcxx/__init__.py usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__init__.py usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/printers.py usr/share/gcc-11/python/libstdcxx/v6/xmethods.py usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py usr/share/icons usr/share/info/bash.info.gz usr/share/info/diffutils.info.gz usr/share/info/find-maint.info.gz usr/share/info/find.info-1.gz usr/share/info/find.info-2.gz usr/share/info/find.info.gz usr/share/info/gawk.info.gz usr/share/info/gawkinet.info.gz usr/share/info/gawkworkflow.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh usr/share/licenses/bash/COPYING usr/share/licenses/bzip2-libs/LICENSE usr/share/licenses/bzip2/LICENSE usr/share/licenses/diffutils/COPYING usr/share/licenses/e2fsprogs-libs/NOTICE usr/share/licenses/findutils/COPYING usr/share/licenses/fuse-libs/COPYING.LIB usr/share/licenses/fuse/COPYING usr/share/licenses/gawk/COPYING usr/share/licenses/gawk/LICENSE.BSD usr/share/licenses/gawk/LICENSE.GPLv2 usr/share/licenses/gawk/LICENSE.LGPLv2 usr/share/licenses/gdbm-libs/COPYING usr/share/licenses/geocode-glib/COPYING.LIB usr/share/licenses/glib-networking/COPYING usr/share/licenses/glib2/COPYING usr/share/licenses/glibc/COPYING usr/share/licenses/glibc/COPYING.LIB usr/share/licenses/glibc/LICENSES usr/share/licenses/gmp/COPYING usr/share/licenses/gmp/COPYING.LESSERv3 usr/share/licenses/gmp/COPYINGv2 usr/share/licenses/gmp/COPYINGv3 usr/share/licenses/grep/COPYING usr/share/licenses/info/COPYING usr/share/licenses/json-glib/COPYING usr/share/licenses/keyutils-libs/LICENCE.LGPL usr/share/licenses/keyutils/LICENCE.GPL usr/share/licenses/krb5-libs/LICENSE usr/share/licenses/less/COPYING usr/share/licenses/less/LICENSE usr/share/licenses/libbrotli/LICENSE usr/share/licenses/libcap/License usr/share/licenses/libcom_err/NOTICE usr/share/licenses/libdatrie/COPYING usr/share/licenses/libdb/LICENSE usr/share/licenses/libdb/lgpl-2.1.txt usr/share/licenses/libedit/COPYING usr/share/licenses/libfdisk/COPYING usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later usr/share/licenses/libffi/LICENSE usr/share/licenses/libgcc/COPYING usr/share/licenses/libgcc/COPYING.LIB usr/share/licenses/libgcc/COPYING.RUNTIME usr/share/licenses/libgcc/COPYING3 usr/share/licenses/libgcc/COPYING3.LIB usr/share/licenses/libgudev/COPYING usr/share/licenses/libidn2/COPYING usr/share/licenses/libidn2/COPYING.LESSERv3 usr/share/licenses/libidn2/COPYING.unicode usr/share/licenses/libidn2/COPYINGv2 usr/share/licenses/libmount/COPYING usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later usr/share/licenses/libproxy/COPYING usr/share/licenses/libproxy/Copyright.txt usr/share/licenses/libpsl/COPYING usr/share/licenses/libselinux/LICENSE usr/share/licenses/libsepol/LICENSE usr/share/licenses/libsigsegv/COPYING usr/share/licenses/libsmartcols/COPYING usr/share/licenses/libsmartcols/COPYING.LGPL-2.1-or-later usr/share/licenses/libsoup/COPYING usr/share/licenses/libunistring/COPYING usr/share/licenses/libunistring/COPYING.LIB usr/share/licenses/libuuid/COPYING usr/share/licenses/libuuid/COPYING.BSD-3-Clause usr/share/licenses/libverto/COPYING usr/share/licenses/libxcrypt/AUTHORS usr/share/licenses/libxcrypt/COPYING.LIB usr/share/licenses/libxcrypt/LICENSING usr/share/licenses/libzstd/COPYING usr/share/licenses/libzstd/LICENSE usr/share/licenses/mpfr/COPYING usr/share/licenses/mpfr/COPYING.LESSER usr/share/licenses/ncurses-base/COPYING usr/share/licenses/openssl-libs/LICENSE.txt usr/share/licenses/pcre-utf16/COPYING usr/share/licenses/pcre-utf16/LICENCE usr/share/licenses/pcre-utf32/COPYING usr/share/licenses/pcre-utf32/LICENCE usr/share/licenses/pcre/COPYING usr/share/licenses/pcre/LICENCE usr/share/licenses/popt/COPYING usr/share/licenses/readline/COPYING usr/share/licenses/readline/USAGE usr/share/licenses/rocky-release/LICENSE usr/share/licenses/sed/COPYING usr/share/licenses/setup/COPYING usr/share/licenses/slang/COPYING usr/share/licenses/util-linux/COPYING.BSD-3-Clause usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later usr/share/licenses/util-linux/COPYING.ISC usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later usr/share/licenses/which/COPYING usr/share/licenses/xz-libs/COPYING usr/share/licenses/zlib/README %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/awk.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-64.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzegrep.1.gz usr/share/man/man1/bzfgrep.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/choom.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/cmp.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/diff.1.gz usr/share/man/man1/diff3.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fincore.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/fuse2fs.1.gz usr/share/man/man1/fusermount.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gawk.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/gio-querymodules.1.gz usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/irqtop.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/last.1.gz usr/share/man/man1/lastb.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lsirq.1.gz usr/share/man/man1/lslogins.1.gz usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/mesg.1.gz usr/share/man/man1/more.1.gz usr/share/man/man1/mountpoint.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rocky.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptlive.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sdiff.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/sqlite3.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz usr/share/man/man1/ulockmgr_server.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/uuidparse.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wall.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man3/filefuncs.3am.gz usr/share/man/man3/fnmatch.3am.gz usr/share/man/man3/fork.3am.gz usr/share/man/man3/inplace.3am.gz usr/share/man/man3/ordchr.3am.gz usr/share/man/man3/readdir.3am.gz usr/share/man/man3/readfile.3am.gz usr/share/man/man3/revoutput.3am.gz usr/share/man/man3/revtwoway.3am.gz usr/share/man/man3/rwarray.3am.gz usr/share/man/man3/time.3am.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/adjtime_config.5.gz usr/share/man/man5/crypt.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/editrc.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/key.dns_resolver.conf.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/scr_dump.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminal-colors.d.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man5/user_caps.5.gz usr/share/man/man7/asymmetric-key.7.gz usr/share/man/man7/kerberos.7.gz usr/share/man/man7/keyutils.7.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkzone.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2mmpstatus.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4crypt.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz usr/share/man/man8/mount.8.gz usr/share/man/man8/mount.fuse.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rfkill.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/umount.8.gz usr/share/man/man8/uname26.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/rocky-release/EULA usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/alacritty usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kitty usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nsterm-256color usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-unicode-256color usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.konsole-256color usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.linux-s usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mlterm-256color usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.putty usr/share/terminfo/s/screen.putty-256color usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.vte-256color usr/share/terminfo/s/screen.xterm-256color usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/stterm usr/share/terminfo/s/stterm-16color usr/share/terminfo/s/stterm-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/t/tmux usr/share/terminfo/t/tmux-256color usr/share/terminfo/t/tmux-direct usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-1005 usr/share/terminfo/x/xterm-1006 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-direct usr/share/terminfo/x/xterm-direct16 usr/share/terminfo/x/xterm-direct2 usr/share/terminfo/x/xterm-direct256 usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-mono usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-x10mouse usr/share/terminfo/x/xterm-x11hilite usr/share/terminfo/x/xterm-x11mouse usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail @dir afs @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/X11/xinit/xinitrc.d @dir etc/X11/xinit/xinput.d @dir etc/bash_completion.d @dir etc/default @dir etc/gss/mech.d @dir etc/issue.d @dir etc/keyutils @dir etc/ld.so.conf.d @dir etc/motd.d @dir etc/opt @dir etc/pki/tls/certs @dir etc/pki/tls/misc @dir etc/pki/tls/openssl.d @dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/rwtab.d @dir etc/statetab.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/yum.repos.d @dir opt @dir srv @dir var/adm @dir var/cache/bpf @dir var/cache/ldconfig @dir var/db @dir var/empty @dir var/ftp @dir var/games @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 index f47b7a4aa1e6..ca5270a35982 100644 --- a/emulators/linux_base-rl9/pkg-plist.amd64 +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -1,2843 +1,2841 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) bin etc/GREP_COLORS etc/adjtime etc/aliases etc/bashrc etc/csh.cshrc etc/csh.login etc/dnf/protected.d/setup.conf etc/environment etc/ethertypes etc/filesystems etc/host.conf etc/hosts etc/inputrc etc/issue etc/issue.net etc/krb5.conf.d/crypto-policies @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/mke2fs.conf etc/mtab etc/networks @sample etc/nsswitch.conf.sample etc/os-release etc/pki/tls/ct_log_list.cnf etc/pki/tls/fips_local.cnf etc/pki/tls/openssl.cnf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/csh.local etc/profile.d/gawk.csh etc/profile.d/gawk.sh etc/profile.d/lang.csh etc/profile.d/lang.sh etc/profile.d/less.csh etc/profile.d/less.sh etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-release etc/request-key.conf etc/rocky-release etc/rocky-release-upstream etc/rpc etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/xattr.conf lib lib64 run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/awk usr/bin/b2sum usr/bin/base32 usr/bin/base64 usr/bin/basename usr/bin/basenc usr/bin/bash usr/bin/bashbug usr/bin/bashbug-64 usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzegrep usr/bin/bzfgrep usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chgrp usr/bin/chmem usr/bin/chmod usr/bin/choom usr/bin/chown usr/bin/cksum usr/bin/clear usr/bin/cmp usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/date usr/bin/dd usr/bin/df usr/bin/diff usr/bin/diff3 usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/fincore usr/bin/find usr/bin/fmt usr/bin/fold usr/bin/fuse2fs usr/bin/fusermount usr/bin/gapplication usr/bin/gawk usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-32 usr/bin/gio-querymodules-64 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/hash usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/i386 usr/bin/iconv usr/bin/id usr/bin/info usr/bin/infocmp usr/bin/infotocap usr/bin/install usr/bin/irqtop usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/last usr/bin/lastb usr/bin/ld.so usr/bin/ldd usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsirq usr/bin/lslocks usr/bin/mcookie usr/bin/md5sum usr/bin/mesg usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/more usr/bin/mount usr/bin/mountpoint usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/numfmt usr/bin/od usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/rename usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/runcon usr/bin/scriptlive usr/bin/scriptreplay usr/bin/sdiff usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setserial usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/sqlite3 usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tee usr/bin/test usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/type usr/bin/tzselect usr/bin/ul usr/bin/ulimit usr/bin/ulockmgr_server usr/bin/umask usr/bin/umount usr/bin/unalias usr/bin/uname usr/bin/uname26 usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/uuidparse usr/bin/vdir usr/bin/wait usr/bin/wall usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/x86_64 usr/bin/xargs usr/bin/yes usr/bin/zdump usr/lib/.libgmp.so.10.4.0.hmac usr/lib/.libgmp.so.10.hmac usr/lib/audit/sotruss-lib.so usr/lib/engines-3/afalg.so usr/lib/engines-3/capi.so usr/lib/engines-3/loader_attic.so usr/lib/engines-3/padlock.so usr/lib/fipscheck/libcrypt.so.2.0.0.hmac usr/lib/fipscheck/libcrypt.so.2.hmac usr/lib/fipscheck/libgmp.so.10.4.0.hmac usr/lib/fipscheck/libgmp.so.10.hmac usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP770.so usr/lib/gconv/CP771.so usr/lib/gconv/CP772.so usr/lib/gconv/CP773.so usr/lib/gconv/CP774.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM858.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so usr/lib/gio/modules/libgiognomeproxy.so usr/lib/gio/modules/libgiolibproxy.so @rmtry usr/lib/gio/modules/giomodule.cache usr/lib/girepository-1.0/GUdev-1.0.typelib usr/lib/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib/girepository-1.0/Json-1.0.typelib usr/lib/girepository-1.0/Soup-2.4.typelib usr/lib/girepository-1.0/SoupGNOME-2.4.typelib usr/lib/krb5/plugins/preauth/spake.so usr/lib/krb5/plugins/tls/k5tls.so usr/lib/ld-linux.so.2 usr/lib/libBrokenLocale.so.1 usr/lib/libSegFault.so usr/lib/libacl.so.1 usr/lib/libacl.so.1.1.2301 usr/lib/libanl.so.1 usr/lib/libattr.so.1 usr/lib/libattr.so.1.1.2501 usr/lib/libblkid.so.1 usr/lib/libblkid.so.1.1.0 usr/lib/libbrotlicommon.so.1 usr/lib/libbrotlicommon.so.1.0.9 usr/lib/libbrotlidec.so.1 usr/lib/libbrotlidec.so.1.0.9 usr/lib/libbrotlienc.so.1 usr/lib/libbrotlienc.so.1.0.9 usr/lib/libbz2.so.1 usr/lib/libbz2.so.1.0.8 usr/lib/libc.so.6 usr/lib/libc_malloc_debug.so.0 usr/lib/libcap.so.2 usr/lib/libcap.so.2.48 usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypt.so.2 usr/lib/libcrypt.so.2.0.0 usr/lib/libcrypto.so.3 -usr/lib/libcrypto.so.3.2.2 +usr/lib/libcrypto.so.3.5.1 usr/lib/libdatrie.so.1 usr/lib/libdatrie.so.1.4.0 usr/lib/libdb-5.3.so usr/lib/libdb-5.so usr/lib/libdl.so.2 usr/lib/libe2p.so.2 usr/lib/libe2p.so.2.3 usr/lib/libedit.so.0 usr/lib/libedit.so.0.0.64 usr/lib/libevdev.so.2 usr/lib/libevdev.so.2.3.0 usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 usr/lib/libfdisk.so.1 usr/lib/libfdisk.so.1.1.0 usr/lib/libffi.so.8 usr/lib/libffi.so.8.1.0 usr/lib/libform.so.6 usr/lib/libform.so.6.2 usr/lib/libformw.so.6 usr/lib/libformw.so.6.2 usr/lib/libfuse.so.2 usr/lib/libfuse.so.2.9.9 usr/lib/libgcc_s-11-20240719.so.1 usr/lib/libgcc_s.so.1 usr/lib/libgdbm.so.6 usr/lib/libgdbm.so.6.0.0 usr/lib/libgdbm_compat.so.4 usr/lib/libgdbm_compat.so.4.0.0 usr/lib/libgeocode-glib.so.0 usr/lib/libgeocode-glib.so.0.0.0 usr/lib/libgio-2.0.so.0 usr/lib/libgio-2.0.so.0.6800.4 usr/lib/libglib-2.0.so.0 usr/lib/libglib-2.0.so.0.6800.4 usr/lib/libgmodule-2.0.so.0 usr/lib/libgmodule-2.0.so.0.6800.4 usr/lib/libgmp.so.10 usr/lib/libgmp.so.10.4.0 usr/lib/libgobject-2.0.so.0 usr/lib/libgobject-2.0.so.0.6800.4 usr/lib/libgssapi_krb5.so.2 usr/lib/libgssapi_krb5.so.2.2 usr/lib/libgssrpc.so.4 usr/lib/libgssrpc.so.4.2 usr/lib/libgthread-2.0.so.0 usr/lib/libgthread-2.0.so.0.6800.4 usr/lib/libgudev-1.0.so.0 usr/lib/libgudev-1.0.so.0.3.0 usr/lib/libhistory.so.8 usr/lib/libhistory.so.8.1 usr/lib/libidn2.so.0 usr/lib/libidn2.so.0.3.7 usr/lib/libjson-glib-1.0.so.0 usr/lib/libjson-glib-1.0.so.0.600.6 usr/lib/libk5crypto.so.3 usr/lib/libk5crypto.so.3.1 usr/lib/libkdb5.so.10 usr/lib/libkdb5.so.10.0 usr/lib/libkeyutils.so.1 usr/lib/libkeyutils.so.1.10 usr/lib/libkrad.so.0 usr/lib/libkrad.so.0.0 usr/lib/libkrb5.so.3 usr/lib/libkrb5.so.3.3 usr/lib/libkrb5support.so.0 usr/lib/libkrb5support.so.0.1 usr/lib/liblzma.so.5 usr/lib/liblzma.so.5.2.5 usr/lib/libm.so.6 usr/lib/libmemusage.so usr/lib/libmenu.so.6 usr/lib/libmenu.so.6.2 usr/lib/libmenuw.so.6 usr/lib/libmenuw.so.6.2 usr/lib/libmount.so.1 usr/lib/libmount.so.1.1.0 usr/lib/libmpfr.so.6 usr/lib/libmpfr.so.6.1.0 usr/lib/libmtdev.so.1 usr/lib/libmtdev.so.1.0.0 usr/lib/libncurses.so.6 usr/lib/libncurses.so.6.2 usr/lib/libncursesw.so.6 usr/lib/libncursesw.so.6.2 usr/lib/libnsl.so.1 usr/lib/libnss_compat.so.2 usr/lib/libnss_dns.so.2 usr/lib/libnss_files.so.2 usr/lib/libpanel.so.6 usr/lib/libpanel.so.6.2 usr/lib/libpanelw.so.6 usr/lib/libpanelw.so.6.2 usr/lib/libpcprofile.so usr/lib/libpcre.so.1 usr/lib/libpcre.so.1.2.12 usr/lib/libpcre16.so.0 usr/lib/libpcre16.so.0.2.12 usr/lib/libpcre2-16.so.0 usr/lib/libpcre2-16.so.0.11.0 usr/lib/libpcre2-32.so.0 usr/lib/libpcre2-32.so.0.11.0 usr/lib/libpcre2-8.so.0 usr/lib/libpcre2-8.so.0.11.0 usr/lib/libpcre2-posix.so.3 usr/lib/libpcre2-posix.so.3.0.2 usr/lib/libpcre32.so.0 usr/lib/libpcre32.so.0.0.12 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.7 usr/lib/libpopt.so.0 usr/lib/libpopt.so.0.0.1 usr/lib/libproxy.so.1 usr/lib/libproxy.so.1.0.0 usr/lib/libpsl.so.5 usr/lib/libpsl.so.5.3.3 usr/lib/libpsx.so.2 usr/lib/libpsx.so.2.48 usr/lib/libpthread.so.0 usr/lib/libreadline.so.8 usr/lib/libreadline.so.8.1 usr/lib/libresolv.so.2 usr/lib/librt.so.1 usr/lib/libselinux.so.1 usr/lib/libsepol.so.2 usr/lib/libsigsegv.so.2 usr/lib/libsigsegv.so.2.0.6 usr/lib/libslang.so.2 usr/lib/libslang.so.2.3.2 usr/lib/libsmartcols.so.1 usr/lib/libsmartcols.so.1.1.0 usr/lib/libsoup-2.4.so.1 usr/lib/libsoup-2.4.so.1.11.0 usr/lib/libsoup-gnome-2.4.so.1 usr/lib/libsoup-gnome-2.4.so.1.11.0 usr/lib/libsqlite3.so.0 usr/lib/libsqlite3.so.0.8.6 usr/lib/libssl.so.3 -usr/lib/libssl.so.3.2.2 +usr/lib/libssl.so.3.5.1 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.29 usr/lib/libthread_db.so.1 usr/lib/libtic.so.6 usr/lib/libtic.so.6.2 usr/lib/libtinfo.so.6 usr/lib/libtinfo.so.6.2 usr/lib/libulockmgr.so.1 usr/lib/libulockmgr.so.1.0.1 usr/lib/libunistring.so.2 usr/lib/libunistring.so.2.1.0 usr/lib/libutil.so.1 usr/lib/libuuid.so.1 usr/lib/libuuid.so.1.3.0 usr/lib/libverto.so.1 usr/lib/libverto.so.1.0.0 usr/lib/libz.so.1 usr/lib/libz.so.1.2.11 usr/lib/libzstd.so.1 usr/lib/libzstd.so.1.5.5 usr/lib/locale/C.utf8/LC_ADDRESS usr/lib/locale/C.utf8/LC_COLLATE usr/lib/locale/C.utf8/LC_CTYPE usr/lib/locale/C.utf8/LC_IDENTIFICATION usr/lib/locale/C.utf8/LC_MEASUREMENT usr/lib/locale/C.utf8/LC_MESSAGES/SYS_LC_MESSAGES usr/lib/locale/C.utf8/LC_MONETARY usr/lib/locale/C.utf8/LC_NAME usr/lib/locale/C.utf8/LC_NUMERIC usr/lib/locale/C.utf8/LC_PAPER usr/lib/locale/C.utf8/LC_TELEPHONE usr/lib/locale/C.utf8/LC_TIME usr/lib/locale/locale-archive usr/lib/locale/locale-archive.real usr/lib/motd usr/lib/os-release -usr/lib/ossl-modules/fips.so usr/lib/ossl-modules/legacy.so usr/lib/rpm/macros.d/macros.dist usr/lib/security/pam_cap.so usr/lib/sysctl.d/50-redhat.conf usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system-preset/99-default-disable.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/systemd/user-preset/90-default-user.preset usr/lib/systemd/user-preset/99-default-disable.preset usr/lib/systemd/user/glib-pacrunner.service usr/lib/tmpfiles.d/libselinux.conf usr/lib/tmpfiles.d/setup.conf usr/lib64/.libgmp.so.10.4.0.hmac usr/lib64/.libgmp.so.10.hmac usr/lib64/audit/sotruss-lib.so usr/lib64/engines-3/afalg.so usr/lib64/engines-3/capi.so usr/lib64/engines-3/loader_attic.so usr/lib64/engines-3/padlock.so usr/lib64/fipscheck/libcrypt.so.2.0.0.hmac usr/lib64/fipscheck/libcrypt.so.2.hmac usr/lib64/fipscheck/libgmp.so.10.4.0.hmac usr/lib64/fipscheck/libgmp.so.10.hmac usr/lib64/gawk/filefuncs.so usr/lib64/gawk/fnmatch.so usr/lib64/gawk/fork.so usr/lib64/gawk/inplace.so usr/lib64/gawk/intdiv.so usr/lib64/gawk/ordchr.so usr/lib64/gawk/readdir.so usr/lib64/gawk/readfile.so usr/lib64/gawk/revoutput.so usr/lib64/gawk/revtwoway.so usr/lib64/gawk/rwarray.so usr/lib64/gawk/time.so usr/lib64/gconv/ANSI_X3.110.so usr/lib64/gconv/ARMSCII-8.so usr/lib64/gconv/ASMO_449.so usr/lib64/gconv/BIG5.so usr/lib64/gconv/BIG5HKSCS.so usr/lib64/gconv/BRF.so usr/lib64/gconv/CP10007.so usr/lib64/gconv/CP1125.so usr/lib64/gconv/CP1250.so usr/lib64/gconv/CP1251.so usr/lib64/gconv/CP1252.so usr/lib64/gconv/CP1253.so usr/lib64/gconv/CP1254.so usr/lib64/gconv/CP1255.so usr/lib64/gconv/CP1256.so usr/lib64/gconv/CP1257.so usr/lib64/gconv/CP1258.so usr/lib64/gconv/CP737.so usr/lib64/gconv/CP770.so usr/lib64/gconv/CP771.so usr/lib64/gconv/CP772.so usr/lib64/gconv/CP773.so usr/lib64/gconv/CP774.so usr/lib64/gconv/CP775.so usr/lib64/gconv/CP932.so usr/lib64/gconv/CSN_369103.so usr/lib64/gconv/CWI.so usr/lib64/gconv/DEC-MCS.so usr/lib64/gconv/EBCDIC-AT-DE-A.so usr/lib64/gconv/EBCDIC-AT-DE.so usr/lib64/gconv/EBCDIC-CA-FR.so usr/lib64/gconv/EBCDIC-DK-NO-A.so usr/lib64/gconv/EBCDIC-DK-NO.so usr/lib64/gconv/EBCDIC-ES-A.so usr/lib64/gconv/EBCDIC-ES-S.so usr/lib64/gconv/EBCDIC-ES.so usr/lib64/gconv/EBCDIC-FI-SE-A.so usr/lib64/gconv/EBCDIC-FI-SE.so usr/lib64/gconv/EBCDIC-FR.so usr/lib64/gconv/EBCDIC-IS-FRISS.so usr/lib64/gconv/EBCDIC-IT.so usr/lib64/gconv/EBCDIC-PT.so usr/lib64/gconv/EBCDIC-UK.so usr/lib64/gconv/EBCDIC-US.so usr/lib64/gconv/ECMA-CYRILLIC.so usr/lib64/gconv/EUC-CN.so usr/lib64/gconv/EUC-JISX0213.so usr/lib64/gconv/EUC-JP-MS.so usr/lib64/gconv/EUC-JP.so usr/lib64/gconv/EUC-KR.so usr/lib64/gconv/EUC-TW.so usr/lib64/gconv/GB18030.so usr/lib64/gconv/GBBIG5.so usr/lib64/gconv/GBGBK.so usr/lib64/gconv/GBK.so usr/lib64/gconv/GEORGIAN-ACADEMY.so usr/lib64/gconv/GEORGIAN-PS.so usr/lib64/gconv/GOST_19768-74.so usr/lib64/gconv/GREEK-CCITT.so usr/lib64/gconv/GREEK7-OLD.so usr/lib64/gconv/GREEK7.so usr/lib64/gconv/HP-GREEK8.so usr/lib64/gconv/HP-ROMAN8.so usr/lib64/gconv/HP-ROMAN9.so usr/lib64/gconv/HP-THAI8.so usr/lib64/gconv/HP-TURKISH8.so usr/lib64/gconv/IBM037.so usr/lib64/gconv/IBM038.so usr/lib64/gconv/IBM1004.so usr/lib64/gconv/IBM1008.so usr/lib64/gconv/IBM1008_420.so usr/lib64/gconv/IBM1025.so usr/lib64/gconv/IBM1026.so usr/lib64/gconv/IBM1046.so usr/lib64/gconv/IBM1047.so usr/lib64/gconv/IBM1097.so usr/lib64/gconv/IBM1112.so usr/lib64/gconv/IBM1122.so usr/lib64/gconv/IBM1123.so usr/lib64/gconv/IBM1124.so usr/lib64/gconv/IBM1129.so usr/lib64/gconv/IBM1130.so usr/lib64/gconv/IBM1132.so usr/lib64/gconv/IBM1133.so usr/lib64/gconv/IBM1137.so usr/lib64/gconv/IBM1140.so usr/lib64/gconv/IBM1141.so usr/lib64/gconv/IBM1142.so usr/lib64/gconv/IBM1143.so usr/lib64/gconv/IBM1144.so usr/lib64/gconv/IBM1145.so usr/lib64/gconv/IBM1146.so usr/lib64/gconv/IBM1147.so usr/lib64/gconv/IBM1148.so usr/lib64/gconv/IBM1149.so usr/lib64/gconv/IBM1153.so usr/lib64/gconv/IBM1154.so usr/lib64/gconv/IBM1155.so usr/lib64/gconv/IBM1156.so usr/lib64/gconv/IBM1157.so usr/lib64/gconv/IBM1158.so usr/lib64/gconv/IBM1160.so usr/lib64/gconv/IBM1161.so usr/lib64/gconv/IBM1162.so usr/lib64/gconv/IBM1163.so usr/lib64/gconv/IBM1164.so usr/lib64/gconv/IBM1166.so usr/lib64/gconv/IBM1167.so usr/lib64/gconv/IBM12712.so usr/lib64/gconv/IBM1364.so usr/lib64/gconv/IBM1371.so usr/lib64/gconv/IBM1388.so usr/lib64/gconv/IBM1390.so usr/lib64/gconv/IBM1399.so usr/lib64/gconv/IBM16804.so usr/lib64/gconv/IBM256.so usr/lib64/gconv/IBM273.so usr/lib64/gconv/IBM274.so usr/lib64/gconv/IBM275.so usr/lib64/gconv/IBM277.so usr/lib64/gconv/IBM278.so usr/lib64/gconv/IBM280.so usr/lib64/gconv/IBM281.so usr/lib64/gconv/IBM284.so usr/lib64/gconv/IBM285.so usr/lib64/gconv/IBM290.so usr/lib64/gconv/IBM297.so usr/lib64/gconv/IBM420.so usr/lib64/gconv/IBM423.so usr/lib64/gconv/IBM424.so usr/lib64/gconv/IBM437.so usr/lib64/gconv/IBM4517.so usr/lib64/gconv/IBM4899.so usr/lib64/gconv/IBM4909.so usr/lib64/gconv/IBM4971.so usr/lib64/gconv/IBM500.so usr/lib64/gconv/IBM5347.so usr/lib64/gconv/IBM803.so usr/lib64/gconv/IBM850.so usr/lib64/gconv/IBM851.so usr/lib64/gconv/IBM852.so usr/lib64/gconv/IBM855.so usr/lib64/gconv/IBM856.so usr/lib64/gconv/IBM857.so usr/lib64/gconv/IBM858.so usr/lib64/gconv/IBM860.so usr/lib64/gconv/IBM861.so usr/lib64/gconv/IBM862.so usr/lib64/gconv/IBM863.so usr/lib64/gconv/IBM864.so usr/lib64/gconv/IBM865.so usr/lib64/gconv/IBM866.so usr/lib64/gconv/IBM866NAV.so usr/lib64/gconv/IBM868.so usr/lib64/gconv/IBM869.so usr/lib64/gconv/IBM870.so usr/lib64/gconv/IBM871.so usr/lib64/gconv/IBM874.so usr/lib64/gconv/IBM875.so usr/lib64/gconv/IBM880.so usr/lib64/gconv/IBM891.so usr/lib64/gconv/IBM901.so usr/lib64/gconv/IBM902.so usr/lib64/gconv/IBM903.so usr/lib64/gconv/IBM9030.so usr/lib64/gconv/IBM904.so usr/lib64/gconv/IBM905.so usr/lib64/gconv/IBM9066.so usr/lib64/gconv/IBM918.so usr/lib64/gconv/IBM921.so usr/lib64/gconv/IBM922.so usr/lib64/gconv/IBM930.so usr/lib64/gconv/IBM932.so usr/lib64/gconv/IBM933.so usr/lib64/gconv/IBM935.so usr/lib64/gconv/IBM937.so usr/lib64/gconv/IBM939.so usr/lib64/gconv/IBM943.so usr/lib64/gconv/IBM9448.so usr/lib64/gconv/IEC_P27-1.so usr/lib64/gconv/INIS-8.so usr/lib64/gconv/INIS-CYRILLIC.so usr/lib64/gconv/INIS.so usr/lib64/gconv/ISIRI-3342.so usr/lib64/gconv/ISO-2022-CN-EXT.so usr/lib64/gconv/ISO-2022-CN.so usr/lib64/gconv/ISO-2022-JP-3.so usr/lib64/gconv/ISO-2022-JP.so usr/lib64/gconv/ISO-2022-KR.so usr/lib64/gconv/ISO-IR-197.so usr/lib64/gconv/ISO-IR-209.so usr/lib64/gconv/ISO646.so usr/lib64/gconv/ISO8859-1.so usr/lib64/gconv/ISO8859-10.so usr/lib64/gconv/ISO8859-11.so usr/lib64/gconv/ISO8859-13.so usr/lib64/gconv/ISO8859-14.so usr/lib64/gconv/ISO8859-15.so usr/lib64/gconv/ISO8859-16.so usr/lib64/gconv/ISO8859-2.so usr/lib64/gconv/ISO8859-3.so usr/lib64/gconv/ISO8859-4.so usr/lib64/gconv/ISO8859-5.so usr/lib64/gconv/ISO8859-6.so usr/lib64/gconv/ISO8859-7.so usr/lib64/gconv/ISO8859-8.so usr/lib64/gconv/ISO8859-9.so usr/lib64/gconv/ISO8859-9E.so usr/lib64/gconv/ISO_10367-BOX.so usr/lib64/gconv/ISO_11548-1.so usr/lib64/gconv/ISO_2033.so usr/lib64/gconv/ISO_5427-EXT.so usr/lib64/gconv/ISO_5427.so usr/lib64/gconv/ISO_5428.so usr/lib64/gconv/ISO_6937-2.so usr/lib64/gconv/ISO_6937.so usr/lib64/gconv/JOHAB.so usr/lib64/gconv/KOI-8.so usr/lib64/gconv/KOI8-R.so usr/lib64/gconv/KOI8-RU.so usr/lib64/gconv/KOI8-T.so usr/lib64/gconv/KOI8-U.so usr/lib64/gconv/LATIN-GREEK-1.so usr/lib64/gconv/LATIN-GREEK.so usr/lib64/gconv/MAC-CENTRALEUROPE.so usr/lib64/gconv/MAC-IS.so usr/lib64/gconv/MAC-SAMI.so usr/lib64/gconv/MAC-UK.so usr/lib64/gconv/MACINTOSH.so usr/lib64/gconv/MIK.so usr/lib64/gconv/NATS-DANO.so usr/lib64/gconv/NATS-SEFI.so usr/lib64/gconv/PT154.so usr/lib64/gconv/RK1048.so usr/lib64/gconv/SAMI-WS2.so usr/lib64/gconv/SHIFT_JISX0213.so usr/lib64/gconv/SJIS.so usr/lib64/gconv/T.61.so usr/lib64/gconv/TCVN5712-1.so usr/lib64/gconv/TIS-620.so usr/lib64/gconv/TSCII.so usr/lib64/gconv/UHC.so usr/lib64/gconv/UNICODE.so usr/lib64/gconv/UTF-16.so usr/lib64/gconv/UTF-32.so usr/lib64/gconv/UTF-7.so usr/lib64/gconv/VISCII.so usr/lib64/gconv/gconv-modules usr/lib64/gconv/gconv-modules.cache usr/lib64/gconv/gconv-modules.d/gconv-modules-extra.conf usr/lib64/gconv/libCNS.so usr/lib64/gconv/libGB.so usr/lib64/gconv/libISOIR165.so usr/lib64/gconv/libJIS.so usr/lib64/gconv/libJISX0213.so usr/lib64/gconv/libKSC.so usr/lib64/gio/modules/libgiognomeproxy.so usr/lib64/gio/modules/libgiolibproxy.so usr/lib64/girepository-1.0/GUdev-1.0.typelib usr/lib64/girepository-1.0/GeocodeGlib-1.0.typelib usr/lib64/girepository-1.0/Json-1.0.typelib @rmtry usr/lib64/gio/modules/giomodule.cache usr/lib64/girepository-1.0/Soup-2.4.typelib usr/lib64/girepository-1.0/SoupGNOME-2.4.typelib usr/lib64/krb5/plugins/preauth/spake.so usr/lib64/krb5/plugins/tls/k5tls.so usr/lib64/ld-linux-x86-64.so.2 usr/lib64/libBrokenLocale.so.1 usr/lib64/libSegFault.so usr/lib64/libacl.so.1 usr/lib64/libacl.so.1.1.2301 usr/lib64/libanl.so.1 usr/lib64/libattr.so.1 usr/lib64/libattr.so.1.1.2501 usr/lib64/libblkid.so.1 usr/lib64/libblkid.so.1.1.0 usr/lib64/libbrotlicommon.so.1 usr/lib64/libbrotlicommon.so.1.0.9 usr/lib64/libbrotlidec.so.1 usr/lib64/libbrotlidec.so.1.0.9 usr/lib64/libbrotlienc.so.1 usr/lib64/libbrotlienc.so.1.0.9 usr/lib64/libbz2.so.1 usr/lib64/libbz2.so.1.0.8 usr/lib64/libc.so.6 usr/lib64/libc_malloc_debug.so.0 usr/lib64/libcap.so.2 usr/lib64/libcap.so.2.48 usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt.so.2 usr/lib64/libcrypt.so.2.0.0 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.2.2 +usr/lib64/libcrypto.so.3.5.1 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so usr/lib64/libdl.so.2 usr/lib64/libe2p.so.2 usr/lib64/libe2p.so.2.3 usr/lib64/libedit.so.0 usr/lib64/libedit.so.0.0.64 usr/lib64/libevdev.so.2 usr/lib64/libevdev.so.2.3.0 usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 usr/lib64/libfdisk.so.1 usr/lib64/libfdisk.so.1.1.0 usr/lib64/libffi.so.8 usr/lib64/libffi.so.8.1.0 usr/lib64/libform.so.6 usr/lib64/libform.so.6.2 usr/lib64/libformw.so.6 usr/lib64/libformw.so.6.2 usr/lib64/libfuse.so.2 usr/lib64/libfuse.so.2.9.9 usr/lib64/libgcc_s-11-20240719.so.1 usr/lib64/libgcc_s.so.1 usr/lib64/libgdbm.so.6 usr/lib64/libgdbm.so.6.0.0 usr/lib64/libgdbm_compat.so.4 usr/lib64/libgdbm_compat.so.4.0.0 usr/lib64/libgeocode-glib.so.0 usr/lib64/libgeocode-glib.so.0.0.0 usr/lib64/libgio-2.0.so.0 usr/lib64/libgio-2.0.so.0.6800.4 usr/lib64/libglib-2.0.so.0 usr/lib64/libglib-2.0.so.0.6800.4 usr/lib64/libgmodule-2.0.so.0 usr/lib64/libgmodule-2.0.so.0.6800.4 usr/lib64/libgmp.so.10 usr/lib64/libgmp.so.10.4.0 usr/lib64/libgobject-2.0.so.0 usr/lib64/libgobject-2.0.so.0.6800.4 usr/lib64/libgssapi_krb5.so.2 usr/lib64/libgssapi_krb5.so.2.2 usr/lib64/libgssrpc.so.4 usr/lib64/libgssrpc.so.4.2 usr/lib64/libgthread-2.0.so.0 usr/lib64/libgthread-2.0.so.0.6800.4 usr/lib64/libgudev-1.0.so.0 usr/lib64/libgudev-1.0.so.0.3.0 usr/lib64/libhistory.so.8 usr/lib64/libhistory.so.8.1 usr/lib64/libidn2.so.0 usr/lib64/libidn2.so.0.3.7 usr/lib64/libjson-glib-1.0.so.0 usr/lib64/libjson-glib-1.0.so.0.600.6 usr/lib64/libk5crypto.so.3 usr/lib64/libk5crypto.so.3.1 usr/lib64/libkdb5.so.10 usr/lib64/libkdb5.so.10.0 usr/lib64/libkeyutils.so.1 usr/lib64/libkeyutils.so.1.10 usr/lib64/libkrad.so.0 usr/lib64/libkrad.so.0.0 usr/lib64/libkrb5.so.3 usr/lib64/libkrb5.so.3.3 usr/lib64/libkrb5support.so.0 usr/lib64/libkrb5support.so.0.1 usr/lib64/liblzma.so.5 usr/lib64/liblzma.so.5.2.5 usr/lib64/libm.so.6 usr/lib64/libmemusage.so usr/lib64/libmenu.so.6 usr/lib64/libmenu.so.6.2 usr/lib64/libmenuw.so.6 usr/lib64/libmenuw.so.6.2 usr/lib64/libmount.so.1 usr/lib64/libmount.so.1.1.0 usr/lib64/libmpfr.so.6 usr/lib64/libmpfr.so.6.1.0 usr/lib64/libmtdev.so.1 usr/lib64/libmtdev.so.1.0.0 usr/lib64/libmvec.so.1 usr/lib64/libncurses.so.6 usr/lib64/libncurses.so.6.2 usr/lib64/libncursesw.so.6 usr/lib64/libncursesw.so.6.2 usr/lib64/libnsl.so.1 usr/lib64/libnss_compat.so.2 usr/lib64/libnss_dns.so.2 usr/lib64/libnss_files.so.2 usr/lib64/libpanel.so.6 usr/lib64/libpanel.so.6.2 usr/lib64/libpanelw.so.6 usr/lib64/libpanelw.so.6.2 usr/lib64/libpcprofile.so usr/lib64/libpcre.so.1 usr/lib64/libpcre.so.1.2.12 usr/lib64/libpcre16.so.0 usr/lib64/libpcre16.so.0.2.12 usr/lib64/libpcre2-16.so.0 usr/lib64/libpcre2-16.so.0.11.0 usr/lib64/libpcre2-32.so.0 usr/lib64/libpcre2-32.so.0.11.0 usr/lib64/libpcre2-8.so.0 usr/lib64/libpcre2-8.so.0.11.0 usr/lib64/libpcre2-posix.so.3 usr/lib64/libpcre2-posix.so.3.0.2 usr/lib64/libpcre32.so.0 usr/lib64/libpcre32.so.0.0.12 usr/lib64/libpcreposix.so.0 usr/lib64/libpcreposix.so.0.0.7 usr/lib64/libpopt.so.0 usr/lib64/libpopt.so.0.0.1 usr/lib64/libproxy.so.1 usr/lib64/libproxy.so.1.0.0 usr/lib64/libpsl.so.5 usr/lib64/libpsl.so.5.3.3 usr/lib64/libpsx.so.2 usr/lib64/libpsx.so.2.48 usr/lib64/libpthread.so.0 usr/lib64/libreadline.so.8 usr/lib64/libreadline.so.8.1 usr/lib64/libresolv.so.2 usr/lib64/librt.so.1 usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.2 usr/lib64/libsigsegv.so.2 usr/lib64/libsigsegv.so.2.0.6 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.3.2 usr/lib64/libsmartcols.so.1 usr/lib64/libsmartcols.so.1.1.0 usr/lib64/libsoup-2.4.so.1 usr/lib64/libsoup-2.4.so.1.11.0 usr/lib64/libsoup-gnome-2.4.so.1 usr/lib64/libsoup-gnome-2.4.so.1.11.0 usr/lib64/libsqlite3.so.0 usr/lib64/libsqlite3.so.0.8.6 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.2.2 +usr/lib64/libssl.so.3.5.1 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 usr/lib64/libtic.so.6 usr/lib64/libtic.so.6.2 usr/lib64/libtinfo.so.6 usr/lib64/libtinfo.so.6.2 usr/lib64/libulockmgr.so.1 usr/lib64/libulockmgr.so.1.0.1 usr/lib64/libunistring.so.2 usr/lib64/libunistring.so.2.1.0 usr/lib64/libutil.so.1 usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libverto.so.1 usr/lib64/libverto.so.1.0.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.5 -usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat usr/libexec/awk/pwcat usr/libexec/coreutils/libstdbuf.so usr/libexec/gawk usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V6_LP64_OFF64 usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_LP64_OFF64 usr/libexec/getconf/XBS5_ILP32_OFF32 usr/libexec/getconf/XBS5_ILP32_OFFBIG usr/libexec/getconf/XBS5_LP64_OFF64 usr/libexec/glib-pacrunner usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkzone usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/ctrlaltdel usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2mmpstatus usr/sbin/e2undo usr/sbin/e4crypt usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fix-info-dir usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/iconvconfig usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found usr/sbin/mount.fuse usr/sbin/nologin usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rfkill usr/sbin/rtcwake usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zic usr/share/awk/assert.awk usr/share/awk/bits2str.awk usr/share/awk/cliff_rand.awk usr/share/awk/ctime.awk usr/share/awk/ftrans.awk usr/share/awk/getopt.awk usr/share/awk/gettime.awk usr/share/awk/group.awk usr/share/awk/have_mpfr.awk usr/share/awk/inplace.awk usr/share/awk/intdiv0.awk usr/share/awk/join.awk usr/share/awk/libintl.awk usr/share/awk/noassign.awk usr/share/awk/ns_passwd.awk usr/share/awk/ord.awk usr/share/awk/passwd.awk usr/share/awk/processarray.awk usr/share/awk/quicksort.awk usr/share/awk/readable.awk usr/share/awk/readfile.awk usr/share/awk/rewind.awk usr/share/awk/round.awk usr/share/awk/shellquote.awk usr/share/awk/strtonum.awk usr/share/awk/walkarray.awk usr/share/awk/zerofile.awk usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid usr/share/bash-completion/completions/blkzone usr/share/bash-completion/completions/blockdev usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chmem usr/share/bash-completion/completions/chrt usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/dmesg usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/fincore usr/share/bash-completion/completions/findfs usr/share/bash-completion/completions/findmnt usr/share/bash-completion/completions/flock usr/share/bash-completion/completions/fsck usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gio usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hardlink usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/ionice usr/share/bash-completion/completions/ipcmk usr/share/bash-completion/completions/ipcrm usr/share/bash-completion/completions/ipcs usr/share/bash-completion/completions/irqtop usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/last usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/logger usr/share/bash-completion/completions/look usr/share/bash-completion/completions/losetup usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lsipc usr/share/bash-completion/completions/lsirq usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/lslogins usr/share/bash-completion/completions/lsmem usr/share/bash-completion/completions/lsns usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mesg usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/mkswap usr/share/bash-completion/completions/more usr/share/bash-completion/completions/mountpoint usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/nsenter usr/share/bash-completion/completions/partx usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/renice usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rfkill usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptlive usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setsid usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/swapoff usr/share/bash-completion/completions/swapon usr/share/bash-completion/completions/taskset usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/unshare usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/uuidparse usr/share/bash-completion/completions/wall usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service %%PORTDOCS%%usr/share/doc/bash/FAQ %%PORTDOCS%%usr/share/doc/bash/INTRO %%PORTDOCS%%usr/share/doc/bash/RBASH %%PORTDOCS%%usr/share/doc/bash/README %%PORTDOCS%%usr/share/doc/bash/bash.html %%PORTDOCS%%usr/share/doc/bash/bashref.html %%PORTDOCS%%usr/share/doc/bzip2/CHANGES %%PORTDOCS%%usr/share/doc/bzip2/LICENSE %%PORTDOCS%%usr/share/doc/bzip2/README %%PORTDOCS%%usr/share/doc/diffutils/NEWS %%PORTDOCS%%usr/share/doc/diffutils/README %%PORTDOCS%%usr/share/doc/e2fsprogs/README %%PORTDOCS%%usr/share/doc/findutils/AUTHORS %%PORTDOCS%%usr/share/doc/findutils/NEWS %%PORTDOCS%%usr/share/doc/findutils/README %%PORTDOCS%%usr/share/doc/findutils/THANKS %%PORTDOCS%%usr/share/doc/findutils/TODO %%PORTDOCS%%usr/share/doc/fuse/AUTHORS %%PORTDOCS%%usr/share/doc/fuse/ChangeLog %%PORTDOCS%%usr/share/doc/fuse/NEWS %%PORTDOCS%%usr/share/doc/fuse/README.NFS %%PORTDOCS%%usr/share/doc/fuse/README.md %%PORTDOCS%%usr/share/doc/gawk/NEWS %%PORTDOCS%%usr/share/doc/gawk/POSIX.STD %%PORTDOCS%%usr/share/doc/gawk/README %%PORTDOCS%%usr/share/doc/gawk/README.multibyte %%PORTDOCS%%usr/share/doc/geocode-glib/AUTHORS %%PORTDOCS%%usr/share/doc/geocode-glib/NEWS %%PORTDOCS%%usr/share/doc/geocode-glib/README %%PORTDOCS%%usr/share/doc/glib-networking/NEWS %%PORTDOCS%%usr/share/doc/glib-networking/README %%PORTDOCS%%usr/share/doc/glib2/AUTHORS %%PORTDOCS%%usr/share/doc/glib2/NEWS %%PORTDOCS%%usr/share/doc/glib2/README %%PORTDOCS%%usr/share/doc/gmp/NEWS %%PORTDOCS%%usr/share/doc/gmp/README %%PORTDOCS%%usr/share/doc/grep/AUTHORS %%PORTDOCS%%usr/share/doc/grep/NEWS %%PORTDOCS%%usr/share/doc/grep/README %%PORTDOCS%%usr/share/doc/grep/THANKS %%PORTDOCS%%usr/share/doc/grep/TODO %%PORTDOCS%%usr/share/doc/json-glib/NEWS %%PORTDOCS%%usr/share/doc/keyutils/README %%PORTDOCS%%usr/share/doc/krb5-libs/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs/README %%PORTDOCS%%usr/share/doc/less/INSTALL %%PORTDOCS%%usr/share/doc/less/NEWS %%PORTDOCS%%usr/share/doc/less/README %%PORTDOCS%%usr/share/doc/libblkid/COPYING %%PORTDOCS%%usr/share/doc/libcap/capability.notes %%PORTDOCS%%usr/share/doc/libdb/README %%PORTDOCS%%usr/share/doc/libedit/ChangeLog %%PORTDOCS%%usr/share/doc/libedit/THANKS %%PORTDOCS%%usr/share/doc/libevdev/COPYING %%PORTDOCS%%usr/share/doc/libffi/README.md %%PORTDOCS%%usr/share/doc/libgudev/NEWS %%PORTDOCS%%usr/share/doc/libidn2/AUTHORS %%PORTDOCS%%usr/share/doc/libidn2/NEWS %%PORTDOCS%%usr/share/doc/libidn2/README.md %%PORTDOCS%%usr/share/doc/libproxy/AUTHORS %%PORTDOCS%%usr/share/doc/libproxy/README %%PORTDOCS%%usr/share/doc/libsigsegv/AUTHORS %%PORTDOCS%%usr/share/doc/libsigsegv/NEWS %%PORTDOCS%%usr/share/doc/libsigsegv/README %%PORTDOCS%%usr/share/doc/libsoup/AUTHORS %%PORTDOCS%%usr/share/doc/libsoup/NEWS %%PORTDOCS%%usr/share/doc/libsoup/README %%PORTDOCS%%usr/share/doc/libunistring/AUTHORS %%PORTDOCS%%usr/share/doc/libunistring/NEWS %%PORTDOCS%%usr/share/doc/libunistring/README %%PORTDOCS%%usr/share/doc/libverto/AUTHORS %%PORTDOCS%%usr/share/doc/libverto/ChangeLog %%PORTDOCS%%usr/share/doc/libverto/NEWS %%PORTDOCS%%usr/share/doc/libverto/README %%PORTDOCS%%usr/share/doc/libxcrypt/NEWS %%PORTDOCS%%usr/share/doc/libxcrypt/README %%PORTDOCS%%usr/share/doc/libxcrypt/README.rhel %%PORTDOCS%%usr/share/doc/libxcrypt/THANKS %%PORTDOCS%%usr/share/doc/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr/PATCHES %%PORTDOCS%%usr/share/doc/mpfr/README %%PORTDOCS%%usr/share/doc/mtdev/COPYING %%PORTDOCS%%usr/share/doc/mtdev/README %%PORTDOCS%%usr/share/doc/ncurses-base/README %%PORTDOCS%%usr/share/doc/ncurses/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses/NEWS.xz %%PORTDOCS%%usr/share/doc/ncurses/README %%PORTDOCS%%usr/share/doc/ncurses/TO-DO %%PORTDOCS%%usr/share/doc/pcre-utf16/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-utf16/NEWS %%PORTDOCS%%usr/share/doc/pcre-utf32/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-utf32/NEWS %%PORTDOCS%%usr/share/doc/pcre/AUTHORS %%PORTDOCS%%usr/share/doc/pcre/NEWS %%PORTDOCS%%usr/share/doc/popt/CHANGES %%PORTDOCS%%usr/share/doc/rocky-release/COMMUNITY-CHARTER %%PORTDOCS%%usr/share/doc/rocky-release/Contributors %%PORTDOCS%%usr/share/doc/sed/AUTHORS %%PORTDOCS%%usr/share/doc/sed/BUGS %%PORTDOCS%%usr/share/doc/sed/NEWS %%PORTDOCS%%usr/share/doc/sed/README %%PORTDOCS%%usr/share/doc/sed/THANKS %%PORTDOCS%%usr/share/doc/sed/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial/README %%PORTDOCS%%usr/share/doc/setserial/rc.serial %%PORTDOCS%%usr/share/doc/setup/uidgid %%PORTDOCS%%usr/share/doc/slang/NEWS %%PORTDOCS%%usr/share/doc/sqlite-libs/README.md %%PORTDOCS%%usr/share/doc/util-linux/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux/NEWS %%PORTDOCS%%usr/share/doc/util-linux/README %%PORTDOCS%%usr/share/doc/util-linux/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.bash %%PORTDOCS%%usr/share/doc/util-linux/getopt-example.tcsh %%PORTDOCS%%usr/share/doc/which/AUTHORS %%PORTDOCS%%usr/share/doc/which/EXAMPLES %%PORTDOCS%%usr/share/doc/which/NEWS %%PORTDOCS%%usr/share/doc/which/README %%PORTDOCS%%usr/share/doc/zlib/ChangeLog %%PORTDOCS%%usr/share/doc/zlib/FAQ usr/share/gawk usr/share/gcc-11/python/libstdcxx/__init__.py usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__init__.py usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/__init__.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/printers.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.opt-1.pyc usr/share/gcc-11/python/libstdcxx/v6/__pycache__/xmethods.cpython-39.pyc usr/share/gcc-11/python/libstdcxx/v6/printers.py usr/share/gcc-11/python/libstdcxx/v6/xmethods.py usr/share/gdb/auto-load/usr/lib/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.29-gdb.py usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.opt-1.pyc usr/share/gdb/auto-load/usr/lib64/__pycache__/libstdc++.so.6.0.29-gdb.cpython-39.pyc usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.29-gdb.py usr/share/icons usr/share/info/bash.info.gz usr/share/info/diffutils.info.gz usr/share/info/find-maint.info.gz usr/share/info/find.info-1.gz usr/share/info/find.info-2.gz usr/share/info/find.info.gz usr/share/info/gawk.info.gz usr/share/info/gawkinet.info.gz usr/share/info/gawkworkflow.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh usr/share/licenses/bash/COPYING usr/share/licenses/bzip2-libs/LICENSE usr/share/licenses/bzip2/LICENSE usr/share/licenses/diffutils/COPYING usr/share/licenses/e2fsprogs-libs/NOTICE usr/share/licenses/findutils/COPYING usr/share/licenses/fuse-libs/COPYING.LIB usr/share/licenses/fuse/COPYING usr/share/licenses/gawk/COPYING usr/share/licenses/gawk/LICENSE.BSD usr/share/licenses/gawk/LICENSE.GPLv2 usr/share/licenses/gawk/LICENSE.LGPLv2 usr/share/licenses/gdbm-libs/COPYING usr/share/licenses/geocode-glib/COPYING.LIB usr/share/licenses/glib-networking/COPYING usr/share/licenses/glib2/COPYING usr/share/licenses/glibc/COPYING usr/share/licenses/glibc/COPYING.LIB usr/share/licenses/glibc/LICENSES usr/share/licenses/gmp/COPYING usr/share/licenses/gmp/COPYING.LESSERv3 usr/share/licenses/gmp/COPYINGv2 usr/share/licenses/gmp/COPYINGv3 usr/share/licenses/grep/COPYING usr/share/licenses/info/COPYING usr/share/licenses/json-glib/COPYING usr/share/licenses/keyutils-libs/LICENCE.LGPL usr/share/licenses/keyutils/LICENCE.GPL usr/share/licenses/krb5-libs/LICENSE usr/share/licenses/less/COPYING usr/share/licenses/less/LICENSE usr/share/licenses/libbrotli/LICENSE usr/share/licenses/libcap/License usr/share/licenses/libcom_err/NOTICE usr/share/licenses/libdatrie/COPYING usr/share/licenses/libdb/LICENSE usr/share/licenses/libdb/lgpl-2.1.txt usr/share/licenses/libedit/COPYING usr/share/licenses/libfdisk/COPYING usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later usr/share/licenses/libffi/LICENSE usr/share/licenses/libgcc/COPYING usr/share/licenses/libgcc/COPYING.LIB usr/share/licenses/libgcc/COPYING.RUNTIME usr/share/licenses/libgcc/COPYING3 usr/share/licenses/libgcc/COPYING3.LIB usr/share/licenses/libgudev/COPYING usr/share/licenses/libidn2/COPYING usr/share/licenses/libidn2/COPYING.LESSERv3 usr/share/licenses/libidn2/COPYING.unicode usr/share/licenses/libidn2/COPYINGv2 usr/share/licenses/libmount/COPYING usr/share/licenses/libmount/COPYING.LGPL-2.1-or-later usr/share/licenses/libproxy/COPYING usr/share/licenses/libproxy/Copyright.txt usr/share/licenses/libpsl/COPYING usr/share/licenses/libselinux/LICENSE usr/share/licenses/libsepol/LICENSE usr/share/licenses/libsigsegv/COPYING usr/share/licenses/libsmartcols/COPYING usr/share/licenses/libsmartcols/COPYING.LGPL-2.1-or-later usr/share/licenses/libsoup/COPYING usr/share/licenses/libunistring/COPYING usr/share/licenses/libunistring/COPYING.LIB usr/share/licenses/libuuid/COPYING usr/share/licenses/libuuid/COPYING.BSD-3-Clause usr/share/licenses/libverto/COPYING usr/share/licenses/libxcrypt/AUTHORS usr/share/licenses/libxcrypt/COPYING.LIB usr/share/licenses/libxcrypt/LICENSING usr/share/licenses/libzstd/COPYING usr/share/licenses/libzstd/LICENSE usr/share/licenses/mpfr/COPYING usr/share/licenses/mpfr/COPYING.LESSER usr/share/licenses/ncurses-base/COPYING usr/share/licenses/openssl-libs/LICENSE.txt usr/share/licenses/pcre-utf16/COPYING usr/share/licenses/pcre-utf16/LICENCE usr/share/licenses/pcre-utf32/COPYING usr/share/licenses/pcre-utf32/LICENCE usr/share/licenses/pcre/COPYING usr/share/licenses/pcre/LICENCE usr/share/licenses/popt/COPYING usr/share/licenses/readline/COPYING usr/share/licenses/readline/USAGE usr/share/licenses/rocky-release/LICENSE usr/share/licenses/sed/COPYING usr/share/licenses/setup/COPYING usr/share/licenses/slang/COPYING usr/share/licenses/util-linux/COPYING.BSD-3-Clause usr/share/licenses/util-linux/COPYING.BSD-4-Clause-UC usr/share/licenses/util-linux/COPYING.GPL-2.0-or-later usr/share/licenses/util-linux/COPYING.GPL-3.0-or-later usr/share/licenses/util-linux/COPYING.ISC usr/share/licenses/util-linux/COPYING.LGPL-2.1-or-later usr/share/licenses/which/COPYING usr/share/licenses/xz-libs/COPYING usr/share/licenses/zlib/README %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn2.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/diffutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib-networking.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libsoup.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/awk.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-64.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzegrep.1.gz usr/share/man/man1/bzfgrep.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/choom.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/cmp.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/diff.1.gz usr/share/man/man1/diff3.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/fincore.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/fuse2fs.1.gz usr/share/man/man1/fusermount.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gawk.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz usr/share/man/man1/gio-querymodules.1.gz usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/irqtop.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/last.1.gz usr/share/man/man1/lastb.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lsirq.1.gz usr/share/man/man1/lslogins.1.gz usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/mesg.1.gz usr/share/man/man1/more.1.gz usr/share/man/man1/mountpoint.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rocky.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptlive.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sdiff.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/sqlite3.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz usr/share/man/man1/ulockmgr_server.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/uuidparse.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wall.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man3/filefuncs.3am.gz usr/share/man/man3/fnmatch.3am.gz usr/share/man/man3/fork.3am.gz usr/share/man/man3/inplace.3am.gz usr/share/man/man3/ordchr.3am.gz usr/share/man/man3/readdir.3am.gz usr/share/man/man3/readfile.3am.gz usr/share/man/man3/revoutput.3am.gz usr/share/man/man3/revtwoway.3am.gz usr/share/man/man3/rwarray.3am.gz usr/share/man/man3/time.3am.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/adjtime_config.5.gz usr/share/man/man5/crypt.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/editrc.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/key.dns_resolver.conf.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/scr_dump.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminal-colors.d.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man5/user_caps.5.gz usr/share/man/man7/asymmetric-key.7.gz usr/share/man/man7/kerberos.7.gz usr/share/man/man7/keyutils.7.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkzone.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2mmpstatus.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4crypt.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/i386.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz usr/share/man/man8/mount.8.gz usr/share/man/man8/mount.fuse.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rfkill.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/umount.8.gz usr/share/man/man8/uname26.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/x86_64.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/rocky-release/EULA usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/alacritty usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kitty usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nsterm-256color usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-unicode-256color usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.konsole-256color usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.linux-s usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mlterm-256color usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.putty usr/share/terminfo/s/screen.putty-256color usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.vte-256color usr/share/terminfo/s/screen.xterm-256color usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/stterm usr/share/terminfo/s/stterm-16color usr/share/terminfo/s/stterm-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/t/tmux usr/share/terminfo/t/tmux-256color usr/share/terminfo/t/tmux-direct usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-1005 usr/share/terminfo/x/xterm-1006 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-direct usr/share/terminfo/x/xterm-direct16 usr/share/terminfo/x/xterm-direct2 usr/share/terminfo/x/xterm-direct256 usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-mono usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-x10mouse usr/share/terminfo/x/xterm-x11hilite usr/share/terminfo/x/xterm-x11mouse usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/mail @dir afs @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/X11/xinit/xinitrc.d @dir etc/X11/xinit/xinput.d @dir etc/bash_completion.d @dir etc/default @dir etc/gss/mech.d @dir etc/issue.d @dir etc/keyutils @dir etc/ld.so.conf.d @dir etc/motd.d @dir etc/opt @dir etc/pki/tls/certs @dir etc/pki/tls/misc @dir etc/pki/tls/openssl.d @dir etc/pki/tls/private @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/rwtab.d @dir etc/statetab.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/yum.repos.d @dir opt @dir srv @dir var/adm @dir var/cache/bpf @dir var/cache/ldconfig @dir var/db @dir var/empty @dir var/ftp @dir var/games @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules