Update rocky linux images for 9.1 and 8.7
I'm not sure why git diff decided to be so strange, but here's a slightly less "weird" diff (each tar -t output at least lines up with the version it's replacing, 8-minimal to itself, etc).
The length here surprised me a little bit, but I think it's related to the image size changes -- for 9 and 9-minimal, it looks like you managed to make both significantly smaller, but somehow 8-minimal ended up getting a similar amount bigger and 8 stayed about the same?
| Image | Before | After |
|---|---|---|
8 |
~196M | ~197M |
8-minimal |
~95M | ~129M |
9 |
~199M | ~161M |
9-minimal |
~129M | ~95M |
Is this expected?
Diff:
diff --git a/_bashbrew-cat b/_bashbrew-cat
dissimilarity index 81%
index 933197a..9727b47 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -?,? +1,38 @@
+Maintainers: The Rocky Linux Foundation <[email protected]> (@rocky-linux), Neil Hanlon <[email protected]> (@neilhanlon)
+GitRepo: https://github.com/rocky-linux/sig-cloud-instance-images.git
+
+Tags: 8.7.20221112, 8.7, 8
+Architectures: amd64, arm64v8
+GitFetch: refs/heads/Rocky-8.7.20221112-Base-x86_64
+GitCommit: ccbaa0c63fb35e019a6cf12f16639bfc0a0e7e30
+arm64v8-GitCommit: 668399302dc9667ee0e6554c4fd6c0560ac4f399
+arm64v8-GitFetch: refs/heads/Rocky-8.7.20221112-Base-aarch64
+
+Tags: 8.7.20221112-minimal, 8.7-minimal, 8-minimal
+Architectures: amd64, arm64v8
+GitFetch: refs/heads/Rocky-8.7.20221112-Minimal-x86_64
+GitCommit: 95e14e1aa4820cf0ecb50b3c786ce2fe00526f26
+arm64v8-GitCommit: 81760bdf3e3b197c864a5ef0727b787e4d18f8ed
+arm64v8-GitFetch: refs/heads/Rocky-8.7.20221112-Minimal-aarch64
+
+Tags: 9.1.20221123, 9.1, 9
+Architectures: amd64, arm64v8, ppc64le, s390x
+GitFetch: refs/heads/Rocky-9.1.20221123-Base-x86_64
+GitCommit: 257855c56aac1cb7417b20fd58e5e8f60b276e07
+arm64v8-GitCommit: 2610f225cce6316f2796b480178d550cd8629525
+arm64v8-GitFetch: refs/heads/Rocky-9.1.20221123-Base-aarch64
+ppc64le-GitCommit: 82b28b01dbaff41e8702a1ac1f83937f35ba9355
+ppc64le-GitFetch: refs/heads/Rocky-9.1.20221123-Base-ppc64le
+s390x-GitCommit: 0d7baaa2b72be3a5cadaca63e7dcee03c2771247
+s390x-GitFetch: refs/heads/Rocky-9.1.20221123-Base-s390x
+
+Tags: 9.1.20221123-minimal, 9.1-minimal, 9-minimal
+Architectures: amd64, arm64v8, ppc64le, s390x
+GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-x86_64
+GitCommit: eca5fa31f75936f9a069d8968be0da9f779adfce
+arm64v8-GitCommit: 48f86388e5f8f47afb4187363c4a3c2a1419a6c2
+arm64v8-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-aarch64
+ppc64le-GitCommit: ffa8070ba243e007c599090442247abdcba4afce
+ppc64le-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-ppc64le
+s390x-GitCommit: f4efc0167cee000aa09b2dd7c7f2d7b99799ff21
+s390x-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-s390x
diff --git a/_bashbrew-list b/_bashbrew-list
index 2c5bb9b..106dad0 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,12 +1,12 @@
rockylinux:8
rockylinux:8-minimal
-rockylinux:8.6
-rockylinux:8.6-minimal
-rockylinux:8.6.20220707-minimal
-rockylinux:8.6.20227707
+rockylinux:8.7
+rockylinux:8.7-minimal
+rockylinux:8.7.20221112
+rockylinux:8.7.20221112-minimal
rockylinux:9
rockylinux:9-minimal
-rockylinux:9.0
-rockylinux:9.0-minimal
-rockylinux:9.0.20220720
-rockylinux:9.0.20220720-minimal
+rockylinux:9.1
+rockylinux:9.1-minimal
+rockylinux:9.1.20221123
+rockylinux:9.1.20221123-minimal
diff --git a/rockylinux_8-minimal/Dockerfile b/rockylinux_8-minimal/Dockerfile
index 45441e5..efc5c05 100644
--- a/rockylinux_8-minimal/Dockerfile
+++ b/rockylinux_8-minimal/Dockerfile
@@ -1,4 +1,4 @@
FROM scratch
-ADD rocky-8.6-Container-Minimal.tar.xz /
+ADD layer.tar.xz /
CMD ["/bin/bash"]
diff --git a/rockylinux_9-minimal/layer.tar.xz b/rockylinux_8-minimal/layer.tar.xz
similarity index 71%
copy from rockylinux_9-minimal/layer.tar.xz
copy to rockylinux_8-minimal/layer.tar.xz
index dd10c96..251f0cd 100644
Binary files a/rockylinux_9-minimal/layer.tar.xz and b/rockylinux_8-minimal/layer.tar.xz differ
diff --git a/rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t' b/rockylinux_8-minimal/layer.tar.xz 'tar -t'
similarity index 78%
rename from rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t'
rename to rockylinux_8-minimal/layer.tar.xz 'tar -t'
index a2c024e..fa8713a 100644
--- a/rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t'
+++ b/rockylinux_8-minimal/layer.tar.xz 'tar -t'
@@ -1,6 +1,5 @@
bin
-boot/
dev/
etc/
etc/adjtime
@@ -9,6 +8,9 @@ etc/alternatives/
etc/alternatives/libnssckbi.so.x86_64
etc/bash_completion.d/
etc/bashrc
+etc/bindresvport.blacklist
+etc/binfmt.d/
+etc/BUILDTIME
etc/centos-release
etc/chkconfig.d/
etc/crypto-policies/
@@ -34,13 +36,24 @@ etc/crypto-policies/state/current
etc/crypttab
etc/csh.cshrc
etc/csh.login
+etc/dbus-1/
+etc/dbus-1/session.conf
+etc/dbus-1/session.d/
+etc/dbus-1/system.conf
+etc/dbus-1/system.d/
+etc/default/
+etc/default/useradd
etc/dnf/
etc/dnf/modules.d/
etc/dnf/protected.d/
etc/dnf/protected.d/setup.conf
+etc/dnf/protected.d/systemd.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
+etc/dnf/vars/infra
+etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -50,13 +63,16 @@ etc/gcrypt/random.conf
etc/gnupg/
etc/GREP_COLORS
etc/group
+etc/group-
etc/gshadow
+etc/gshadow-
etc/gss/
etc/gss/mech.d/
etc/host.conf
etc/hostname
etc/hosts
etc/init.d
+etc/inittab
etc/inputrc
etc/issue
etc/issue.net
@@ -69,8 +85,12 @@ etc/ld.so.conf.d/
etc/libaudit.conf
etc/locale.conf
etc/localtime
+etc/login.defs
+etc/machine-id
etc/motd
+etc/motd.d/
etc/mtab
+etc/netconfig
etc/networks
etc/nsswitch.conf
etc/nsswitch.conf.bak
@@ -79,7 +99,23 @@ etc/openldap/certs/
etc/openldap/ldap.conf
etc/opt/
etc/os-release
+etc/pam.d/
+etc/pam.d/config-util
+etc/pam.d/fingerprint-auth
+etc/pam.d/login
+etc/pam.d/other
+etc/pam.d/password-auth
+etc/pam.d/postlogin
+etc/pam.d/remote
+etc/pam.d/runuser
+etc/pam.d/runuser-l
+etc/pam.d/smartcard-auth
+etc/pam.d/su
+etc/pam.d/su-l
+etc/pam.d/system-auth
+etc/pam.d/systemd-user
etc/passwd
+etc/passwd-
etc/pkcs11/
etc/pkcs11/modules/
etc/pki/
@@ -131,6 +167,8 @@ etc/profile
etc/profile.d/
etc/profile.d/colorgrep.csh
etc/profile.d/colorgrep.sh
+etc/profile.d/colorzgrep.csh
+etc/profile.d/colorzgrep.sh
etc/profile.d/csh.local
etc/profile.d/gawk.csh
etc/profile.d/gawk.sh
@@ -148,6 +186,7 @@ etc/rc5.d
etc/rc6.d
etc/rc.d/
etc/rc.d/init.d/
+etc/rc.d/init.d/README
etc/rc.d/rc0.d/
etc/rc.d/rc1.d/
etc/rc.d/rc2.d/
@@ -155,6 +194,8 @@ etc/rc.d/rc3.d/
etc/rc.d/rc4.d/
etc/rc.d/rc5.d/
etc/rc.d/rc6.d/
+etc/rc.d/rc.local
+etc/rc.local
etc/redhat-release
etc/resolv.conf
etc/rocky-release
@@ -162,7 +203,30 @@ etc/rocky-release-upstream
etc/rpc
etc/rpm/
etc/rpm/macros.dist
+etc/rpm/macros.image-language-conf
etc/sasl2/
+etc/security/
+etc/security/access.conf
+etc/security/chroot.conf
+etc/security/console.apps/
+etc/security/console.handlers
+etc/security/console.perms
+etc/security/console.perms.d/
+etc/security/faillock.conf
+etc/security/group.conf
+etc/security/limits.conf
+etc/security/limits.d/
+etc/security/namespace.conf
+etc/security/namespace.d/
+etc/security/namespace.init
+etc/security/opasswd
+etc/security/pam_env.conf
+etc/security/pwquality.conf
+etc/security/pwquality.conf.d/
+etc/security/sepermit.conf
+etc/security/time.conf
+etc/selinux/
+etc/selinux/semanage.conf
etc/services
etc/shadow
etc/shadow-
@@ -181,18 +245,49 @@ etc/sysconfig/network
etc/sysconfig/network-scripts/
etc/sysconfig/network-scripts/ifcfg-ens3
etc/sysconfig/sshd-permitrootlogin
+etc/sysctl.conf
+etc/sysctl.d/
+etc/sysctl.d/99-sysctl.conf
+etc/systemd/
+etc/systemd/coredump.conf
+etc/systemd/journald.conf
+etc/systemd/logind.conf
+etc/systemd/resolved.conf
+etc/systemd/system/
+etc/systemd/system.conf
+etc/systemd/system/console-getty.service
+etc/systemd/system/ctrl-alt-del.target
+etc/systemd/system/default.target
+etc/systemd/system/dev-hugepages.mount
+etc/systemd/system/getty.target
+etc/systemd/system/getty.target.wants/
+etc/systemd/system/getty.target.wants/[email protected]
+etc/systemd/system/multi-user.target.wants/
+etc/systemd/system/multi-user.target.wants/remote-fs.target
+etc/systemd/system/sys-fs-fuse-connections.mount
+etc/systemd/system/syslog.service
+etc/systemd/system/systemd-logind.service
+etc/systemd/system/systemd-remount-fs.service
+etc/systemd/user/
+etc/systemd/user.conf
etc/system-release
etc/system-release-cpe
etc/terminfo/
+etc/tmpfiles.d/
etc/vconsole.conf
etc/X11/
etc/X11/applnk/
etc/X11/fontpath.d/
+etc/X11/xinit/
+etc/X11/xinit/xinitrc.d/
+etc/X11/xinit/xinitrc.d/50-systemd-user.sh
etc/X11/xorg.conf.d/
etc/X11/xorg.conf.d/00-keyboard.conf
etc/xattr.conf
etc/xdg/
etc/xdg/autostart/
+etc/xdg/systemd/
+etc/xdg/systemd/user
etc/xinetd.d/
etc/yum.repos.d/
etc/yum.repos.d/Rocky-AppStream.repo
@@ -217,12 +312,41 @@ mnt/
opt/
proc/
root/
-root/anaconda-tb-3i3q7kpa
+root/anaconda-ks.cfg
+root/anaconda-post.log
+root/original-ks.cfg
run/
+run/console/
+run/cryptsetup/
+run/faillock/
+run/lock/
+run/lock/subsys/
+run/log/
+run/motd.d/
+run/nologin
+run/sepermit/
+run/setrans/
+run/systemd/
+run/systemd/ask-password/
+run/systemd/machines/
+run/systemd/seats/
+run/systemd/sessions/
+run/systemd/shutdown/
+run/systemd/users/
+run/user/
+run/utmp
sbin
srv/
sys/
tmp/
+tmp/.font-unix/
+tmp/.ICE-unix/
+tmp/ks-script-m72fnbcl
+tmp/ks-script-rt8i89i_
+tmp/ks-script-z904im_m
+tmp/.Test-unix/
+tmp/.X11-unix/
+tmp/.XIM-unix/
usr/
usr/bin/
usr/bin/[
@@ -237,17 +361,28 @@ usr/bin/bash
usr/bin/bashbug
usr/bin/bashbug-64
usr/bin/bg
+usr/bin/busctl
+usr/bin/cal
usr/bin/ca-legacy
usr/bin/cat
usr/bin/catchsegv
usr/bin/cd
+usr/bin/chacl
+usr/bin/chage
usr/bin/chcon
usr/bin/chgrp
+usr/bin/chmem
usr/bin/chmod
usr/bin/chown
+usr/bin/chrt
usr/bin/cksum
+usr/bin/col
+usr/bin/colcrt
+usr/bin/colrm
+usr/bin/column
usr/bin/comm
usr/bin/command
+usr/bin/coredumpctl
usr/bin/coreutils
usr/bin/cp
usr/bin/csplit
@@ -268,6 +403,14 @@ usr/bin/db_replicate
usr/bin/db_stat
usr/bin/db_tuner
usr/bin/db_upgrade
+usr/bin/dbus-cleanup-sockets
+usr/bin/dbus-daemon
+usr/bin/dbus-monitor
+usr/bin/dbus-run-session
+usr/bin/dbus-send
+usr/bin/dbus-test-tool
+usr/bin/dbus-update-activation-environment
+usr/bin/dbus-uuidgen
usr/bin/db_verify
usr/bin/dd
usr/bin/df
@@ -276,17 +419,23 @@ usr/bin/dircolors
usr/bin/dirmngr
usr/bin/dirmngr-client
usr/bin/dirname
+usr/bin/dmesg
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/findmnt
+usr/bin/flock
usr/bin/fmt
usr/bin/fold
usr/bin/g13
@@ -296,10 +445,13 @@ usr/bin/gdbus
usr/bin/gencat
usr/bin/getconf
usr/bin/getent
+usr/bin/getfacl
+usr/bin/getopt
usr/bin/getopts
usr/bin/gio
usr/bin/gio-querymodules-64
usr/bin/glib-compile-schemas
+usr/bin/gpasswd
usr/bin/gpg
usr/bin/gpg2
usr/bin/gpg-agent
@@ -316,36 +468,76 @@ usr/bin/gpg-zip
usr/bin/grep
usr/bin/groups
usr/bin/gsettings
+usr/bin/gunzip
+usr/bin/gzexe
+usr/bin/gzip
usr/bin/hash
usr/bin/head
+usr/bin/hexdump
usr/bin/hostid
+usr/bin/hostnamectl
+usr/bin/i386
usr/bin/iconv
usr/bin/id
usr/bin/info
usr/bin/install
+usr/bin/ionice
+usr/bin/ipcmk
+usr/bin/ipcrm
+usr/bin/ipcs
+usr/bin/isosize
usr/bin/jobs
usr/bin/join
+usr/bin/journalctl
+usr/bin/kill
+usr/bin/last
+usr/bin/lastb
+usr/bin/lastlog
usr/bin/ldd
usr/bin/ld.so
usr/bin/link
+usr/bin/linux32
+usr/bin/linux64
usr/bin/ln
usr/bin/locale
+usr/bin/localectl
usr/bin/localedef
+usr/bin/logger
+usr/bin/login
+usr/bin/loginctl
usr/bin/logname
+usr/bin/look
usr/bin/ls
+usr/bin/lsblk
+usr/bin/lscpu
+usr/bin/lsipc
+usr/bin/lslocks
+usr/bin/lslogins
+usr/bin/lsmem
+usr/bin/lsns
usr/bin/makedb
+usr/bin/mcookie
usr/bin/md5sum
+usr/bin/mesg
usr/bin/microdnf
usr/bin/mkdir
usr/bin/mkfifo
usr/bin/mknod
usr/bin/mktemp
usr/bin/modulemd-validator
+usr/bin/more
+usr/bin/mount
+usr/bin/mountpoint
usr/bin/mv
+usr/bin/namei
+usr/bin/newgidmap
+usr/bin/newgrp
+usr/bin/newuidmap
usr/bin/nice
usr/bin/nl
usr/bin/nohup
usr/bin/nproc
+usr/bin/nsenter
usr/bin/numfmt
usr/bin/od
usr/bin/p11-kit
@@ -356,11 +548,19 @@ usr/bin/pldd
usr/bin/pr
usr/bin/printenv
usr/bin/printf
+usr/bin/prlimit
usr/bin/ptx
usr/bin/pwd
+usr/bin/pwmake
+usr/bin/pwscore
+usr/bin/raw
usr/bin/read
usr/bin/readlink
usr/bin/realpath
+usr/bin/rename
+usr/bin/renice
+usr/bin/resolvectl
+usr/bin/rev
usr/bin/rm
usr/bin/rmdir
usr/bin/rpm
@@ -371,8 +571,16 @@ usr/bin/rpmkeys
usr/bin/rpmquery
usr/bin/rpmverify
usr/bin/runcon
+usr/bin/script
+usr/bin/scriptreplay
usr/bin/sed
usr/bin/seq
+usr/bin/setarch
+usr/bin/setfacl
+usr/bin/setpriv
+usr/bin/setsid
+usr/bin/setterm
+usr/bin/sg
usr/bin/sh
usr/bin/sha1sum
usr/bin/sha224sum
@@ -389,12 +597,38 @@ usr/bin/sprof
usr/bin/stat
usr/bin/stdbuf
usr/bin/stty
+usr/bin/su
usr/bin/sum
usr/bin/sync
+usr/bin/systemctl
+usr/bin/systemd-analyze
+usr/bin/systemd-ask-password
+usr/bin/systemd-cat
+usr/bin/systemd-cgls
+usr/bin/systemd-cgtop
+usr/bin/systemd-delta
+usr/bin/systemd-detect-virt
+usr/bin/systemd-escape
+usr/bin/systemd-firstboot
+usr/bin/systemd-inhibit
+usr/bin/systemd-machine-id-setup
+usr/bin/systemd-mount
+usr/bin/systemd-notify
+usr/bin/systemd-path
+usr/bin/systemd-resolve
+usr/bin/systemd-run
+usr/bin/systemd-socket-activate
+usr/bin/systemd-stdio-bridge
+usr/bin/systemd-sysusers
+usr/bin/systemd-tmpfiles
+usr/bin/systemd-tty-ask-password-agent
+usr/bin/systemd-umount
usr/bin/tac
usr/bin/tail
+usr/bin/taskset
usr/bin/tee
usr/bin/test
+usr/bin/timedatectl
usr/bin/timeout
usr/bin/touch
usr/bin/tr
@@ -405,24 +639,47 @@ usr/bin/tsort
usr/bin/tty
usr/bin/type
usr/bin/tzselect
+usr/bin/ul
usr/bin/ulimit
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/unshare
usr/bin/update-ca-trust
usr/bin/users
+usr/bin/utmpdump
+usr/bin/uuidgen
+usr/bin/uuidparse
usr/bin/vdir
usr/bin/wait
+usr/bin/wall
usr/bin/watchgnupg
usr/bin/wc
+usr/bin/wdctl
+usr/bin/whereis
usr/bin/who
usr/bin/whoami
+usr/bin/write
+usr/bin/x86_64
usr/bin/xmlcatalog
usr/bin/xmllint
+usr/bin/xmlwf
usr/bin/yes
+usr/bin/zcat
+usr/bin/zcmp
+usr/bin/zdiff
+usr/bin/zegrep
+usr/bin/zfgrep
+usr/bin/zforce
+usr/bin/zgrep
+usr/bin/zless
+usr/bin/zmore
+usr/bin/znew
usr/games/
usr/include/
usr/lib/
@@ -430,6 +687,9 @@ usr/lib64/
usr/lib64/audit/
usr/lib64/audit/sotruss-lib.so
usr/lib64/bpf/
+usr/lib64/cracklib_dict.hwm
+usr/lib64/cracklib_dict.pwd
+usr/lib64/cracklib_dict.pwi
usr/lib64/engines-1.1/
usr/lib64/engines-1.1/afalg.so
usr/lib64/engines-1.1/capi.so
@@ -502,6 +762,8 @@ usr/lib64/libanl-2.28.so
usr/lib64/libanl.so.XXX
usr/lib64/libarchive.so.XXX
usr/lib64/libarchive.so.XXX
+usr/lib64/libasm-0.187.so
+usr/lib64/libasm.so.XXX
usr/lib64/libassuan.so.XXX
usr/lib64/libassuan.so.XXX
usr/lib64/libattr.so.XXX
@@ -524,10 +786,14 @@ usr/lib64/libcap.so.XXX
usr/lib64/libcap.so.XXX
usr/lib64/libcom_err.so.XXX
usr/lib64/libcom_err.so.XXX
+usr/lib64/libcrack.so.XXX
+usr/lib64/libcrack.so.XXX
usr/lib64/libcrypto.so.1.1.1k
usr/lib64/.libcrypto.so.1.1.1k.hmac
usr/lib64/.libcrypto.so.1.1.hmac
usr/lib64/libcrypto.so.XXX
+usr/lib64/libcryptsetup.so.XXX
+usr/lib64/libcryptsetup.so.XXX
usr/lib64/.libcrypt.so.1.1.0.hmac
usr/lib64/.libcrypt.so.1.hmac
usr/lib64/libcrypt.so.XXX
@@ -537,14 +803,23 @@ usr/lib64/libcurl.so.XXX
usr/lib64/libcurl.so.XXX
usr/lib64/libdb-5.3.so
usr/lib64/libdb-5.so
+usr/lib64/libdbus-1.so.XXX
+usr/lib64/libdbus-1.so.XXX
+usr/lib64/libdevmapper.so.XXX
usr/lib64/libdl-2.28.so
usr/lib64/libdl.so.XXX
usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
usr/lib64/libdnf.so.XXX
-usr/lib64/libelf-0.186.so
+usr/lib64/libdw-0.187.so
+usr/lib64/libdw.so.XXX
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.XXX
+usr/lib64/libexpat.so.XXX
+usr/lib64/libexpat.so.XXX
+usr/lib64/libfdisk.so.XXX
+usr/lib64/libfdisk.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libform.so.XXX
@@ -598,6 +873,8 @@ usr/lib64/libkdb5.so.XXX
usr/lib64/libkdb5.so.XXX
usr/lib64/libkeyutils.so.XXX
usr/lib64/libkeyutils.so.XXX
+usr/lib64/libkmod.so.XXX
+usr/lib64/libkmod.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrb5.so.XXX
@@ -646,6 +923,8 @@ usr/lib64/libnghttp2.so.XXX
usr/lib64/libnghttp2.so.XXX
usr/lib64/libnpth.so.XXX
usr/lib64/libnpth.so.XXX
+usr/lib64/libnsl.so.XXX
+usr/lib64/libnsl.so.XXX
usr/lib64/libnssckbi.so
usr/lib64/libnss_compat-2.28.so
usr/lib64/libnss_compat.so.XXX
@@ -658,6 +937,12 @@ usr/lib64/libnss_resolve.so.XXX
usr/lib64/libnss_systemd.so.XXX
usr/lib64/libp11-kit.so.XXX
usr/lib64/libp11-kit.so.XXX
+usr/lib64/libpamc.so.XXX
+usr/lib64/libpamc.so.XXX
+usr/lib64/libpam_misc.so.XXX
+usr/lib64/libpam_misc.so.XXX
+usr/lib64/libpam.so.XXX
+usr/lib64/libpam.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanelw.so.XXX
@@ -681,6 +966,8 @@ usr/lib64/libpsx.so.XXX
usr/lib64/libpsx.so.XXX
usr/lib64/libpthread-2.28.so
usr/lib64/libpthread.so.XXX
+usr/lib64/libpwquality.so.XXX
+usr/lib64/libpwquality.so.XXX
usr/lib64/libreadline.so.XXX
usr/lib64/libreadline.so.XXX
usr/lib64/librepo.so.XXX
@@ -694,8 +981,11 @@ usr/lib64/librt-2.28.so
usr/lib64/librt.so.XXX
usr/lib64/libsasl2.so.XXX
usr/lib64/libsasl2.so.XXX
+usr/lib64/libseccomp.so.XXX
+usr/lib64/libseccomp.so.XXX
usr/lib64/libSegFault.so
usr/lib64/libselinux.so.XXX
+usr/lib64/libsemanage.so.XXX
usr/lib64/libsepol.so.XXX
usr/lib64/libsigsegv.so.XXX
usr/lib64/libsigsegv.so.XXX
@@ -723,12 +1013,16 @@ usr/lib64/libtic.so.XXX
usr/lib64/libtic.so.XXX
usr/lib64/libtinfo.so.XXX
usr/lib64/libtinfo.so.XXX
+usr/lib64/libtirpc.so.XXX
+usr/lib64/libtirpc.so.XXX
usr/lib64/libudev.so.XXX
usr/lib64/libudev.so.XXX
usr/lib64/libunistring.so.XXX
usr/lib64/libunistring.so.XXX
usr/lib64/libusb-1.0.so.XXX
usr/lib64/libusb-1.0.so.XXX
+usr/lib64/libutempter.so.XXX
+usr/lib64/libutempter.so.XXX
usr/lib64/libutil-2.28.so
usr/lib64/libutil.so.XXX
usr/lib64/libuuid.so.XXX
@@ -760,10 +1054,67 @@ usr/lib64/sasl2/libsasldb.so
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/security/
+usr/lib64/security/pam_access.so
usr/lib64/security/pam_cap.so
+usr/lib64/security/pam_chroot.so
+usr/lib64/security/pam_console.so
+usr/lib64/security/pam_cracklib.so
+usr/lib64/security/pam_debug.so
+usr/lib64/security/pam_deny.so
+usr/lib64/security/pam_echo.so
+usr/lib64/security/pam_env.so
+usr/lib64/security/pam_exec.so
+usr/lib64/security/pam_faildelay.so
+usr/lib64/security/pam_faillock.so
+usr/lib64/security/pam_filter/
+usr/lib64/security/pam_filter.so
+usr/lib64/security/pam_filter/upperLOWER
+usr/lib64/security/pam_ftp.so
+usr/lib64/security/pam_group.so
+usr/lib64/security/pam_issue.so
+usr/lib64/security/pam_keyinit.so
+usr/lib64/security/pam_lastlog.so
+usr/lib64/security/pam_limits.so
+usr/lib64/security/pam_listfile.so
+usr/lib64/security/pam_localuser.so
+usr/lib64/security/pam_loginuid.so
+usr/lib64/security/pam_mail.so
+usr/lib64/security/pam_mkhomedir.so
+usr/lib64/security/pam_motd.so
+usr/lib64/security/pam_namespace.so
+usr/lib64/security/pam_nologin.so
+usr/lib64/security/pam_permit.so
+usr/lib64/security/pam_postgresok.so
+usr/lib64/security/pam_pwhistory.so
+usr/lib64/security/pam_pwquality.so
+usr/lib64/security/pam_rhosts.so
+usr/lib64/security/pam_rootok.so
+usr/lib64/security/pam_securetty.so
+usr/lib64/security/pam_selinux_permit.so
+usr/lib64/security/pam_selinux.so
+usr/lib64/security/pam_sepermit.so
+usr/lib64/security/pam_shells.so
+usr/lib64/security/pam_stress.so
+usr/lib64/security/pam_succeed_if.so
+usr/lib64/security/pam_systemd.so
+usr/lib64/security/pam_time.so
+usr/lib64/security/pam_timestamp.so
+usr/lib64/security/pam_tty_audit.so
+usr/lib64/security/pam_umask.so
+usr/lib64/security/pam_unix_acct.so
+usr/lib64/security/pam_unix_auth.so
+usr/lib64/security/pam_unix_passwd.so
+usr/lib64/security/pam_unix_session.so
+usr/lib64/security/pam_unix.so
+usr/lib64/security/pam_userdb.so
+usr/lib64/security/pam_usertype.so
+usr/lib64/security/pam_warn.so
+usr/lib64/security/pam_wheel.so
+usr/lib64/security/pam_xauth.so
usr/lib64/sse2/
usr/lib64/tls/
usr/lib64/X11/
+usr/lib/binfmt.d/
usr/lib/debug/
usr/lib/debug/bin
usr/lib/debug/.dwz/
@@ -776,12 +1127,16 @@ usr/lib/debug/usr/.dwz
usr/lib/debug/usr/lib/
usr/lib/debug/usr/lib64/
usr/lib/debug/usr/sbin/
+usr/lib/environment.d/
+usr/lib/environment.d/99-environment.conf
usr/libexec/
usr/libexec/awk/
usr/libexec/awk/grcat
usr/libexec/awk/pwcat
usr/libexec/coreutils/
usr/libexec/coreutils/libstdbuf.so
+usr/libexec/dbus-1/
+usr/libexec/dbus-1/dbus-daemon-launch-helper
usr/libexec/dirmngr_ldap
usr/libexec/gawk
usr/libexec/getconf/
@@ -798,6 +1153,9 @@ usr/libexec/p11-kit/
usr/libexec/p11-kit/p11-kit-remote
usr/libexec/p11-kit/trust-extract-compat
usr/libexec/scdaemon
+usr/libexec/selinux/
+usr/libexec/utempter/
+usr/libexec/utempter/utempter
usr/lib/games/
usr/lib/locale/
usr/lib/locale/C.utf8/
@@ -815,12 +1173,14 @@ usr/lib/locale/C.utf8/LC_PAPER
usr/lib/locale/C.utf8/LC_TELEPHONE
usr/lib/locale/C.utf8/LC_TIME
usr/lib/modules/
+usr/lib/motd.d/
usr/lib/os-release
usr/lib/rpm/
usr/lib/rpm/fileattrs/
usr/lib/rpm/macros
usr/lib/rpm/macros.d/
usr/lib/rpm/macros.d/macros.info
+usr/lib/rpm/macros.d/macros.systemd
usr/lib/rpm/platform/
usr/lib/rpm/platform/aarch64-linux/
usr/lib/rpm/platform/aarch64-linux/macros
@@ -966,24 +1326,327 @@ usr/lib/rpm/rpmrc
usr/lib/rpm/rpm.supp
usr/lib/rpm/tgpg
usr/lib/sse2/
+usr/lib/sysctl.d/
+usr/lib/sysctl.d/10-default-yama-scope.conf
+usr/lib/sysctl.d/50-coredump.conf
+usr/lib/sysctl.d/50-default.conf
+usr/lib/sysctl.d/50-pid-max.conf
usr/lib/sysimage/
usr/lib/systemd/
+usr/lib/systemd/catalog/
+usr/lib/systemd/catalog/systemd.be.catalog
+usr/lib/systemd/catalog/[email protected]
+usr/lib/systemd/catalog/systemd.bg.catalog
+usr/lib/systemd/catalog/systemd.catalog
+usr/lib/systemd/catalog/systemd.de.catalog
+usr/lib/systemd/catalog/systemd.fr.catalog
+usr/lib/systemd/catalog/systemd.it.catalog
+usr/lib/systemd/catalog/systemd.pl.catalog
+usr/lib/systemd/catalog/systemd.pt_BR.catalog
+usr/lib/systemd/catalog/systemd.ru.catalog
+usr/lib/systemd/catalog/systemd.zh_CN.catalog
+usr/lib/systemd/catalog/systemd.zh_TW.catalog
+usr/lib/systemd/libsystemd-shared-239.so
+usr/lib/systemd/network/
+usr/lib/systemd/portable/
+usr/lib/systemd/portablectl
+usr/lib/systemd/portable/profile/
+usr/lib/systemd/portable/profile/default/
+usr/lib/systemd/portable/profile/default/service.conf
+usr/lib/systemd/portable/profile/nonetwork/
+usr/lib/systemd/portable/profile/nonetwork/service.conf
+usr/lib/systemd/portable/profile/strict/
+usr/lib/systemd/portable/profile/strict/service.conf
+usr/lib/systemd/portable/profile/trusted/
+usr/lib/systemd/portable/profile/trusted/service.conf
+usr/lib/systemd/purge-nobody-user
+usr/lib/systemd/resolv.conf
+usr/lib/systemd/system/
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/basic.target
+usr/lib/systemd/system/basic.target.wants/
+usr/lib/systemd/system/bluetooth.target
+usr/lib/systemd/system/boot-complete.target
+usr/lib/systemd/system/console-getty.service
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/ctrl-alt-del.target
+usr/lib/systemd/systemd
+usr/lib/systemd/systemd-ac-power
+usr/lib/systemd/systemd-binfmt
+usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
+usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
+usr/lib/systemd/system/dbus-org.freedesktop.login1.service
+usr/lib/systemd/system/dbus-org.freedesktop.portable1.service
+usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
+usr/lib/systemd/system/dbus.service
+usr/lib/systemd/system/dbus.socket
+usr/lib/systemd/system/dbus.target.wants/
+usr/lib/systemd/systemd-cgroups-agent
+usr/lib/systemd/systemd-coredump
+usr/lib/systemd/systemd-dissect
+usr/lib/systemd/system/debug-shell.service
+usr/lib/systemd/system/default.target
+usr/lib/systemd/system/default.target.wants/
+usr/lib/systemd/system/dev-hugepages.mount
+usr/lib/systemd/system/dev-mqueue.mount
+usr/lib/systemd/systemd-export
+usr/lib/systemd/systemd-fsck
+usr/lib/systemd/systemd-hostnamed
+usr/lib/systemd/systemd-initctl
+usr/lib/systemd/systemd-journald
+usr/lib/systemd/systemd-localed
+usr/lib/systemd/systemd-logind
+usr/lib/systemd/systemd-portabled
+usr/lib/systemd/systemd-reply-password
+usr/lib/systemd/systemd-resolved
+usr/lib/systemd/systemd-shutdown
+usr/lib/systemd/systemd-socket-proxyd
+usr/lib/systemd/systemd-sulogin-shell
+usr/lib/systemd/systemd-sysctl
usr/lib/systemd/systemd-sysv-install
+usr/lib/systemd/systemd-timedated
+usr/lib/systemd/systemd-update-done
+usr/lib/systemd/systemd-update-utmp
+usr/lib/systemd/systemd-user-runtime-dir
+usr/lib/systemd/systemd-user-sessions
+usr/lib/systemd/systemd-veritysetup
+usr/lib/systemd/systemd-volatile-root
+usr/lib/systemd/system/emergency.service
+usr/lib/systemd/system/emergency.target
+usr/lib/systemd/system/exit.target
+usr/lib/systemd/system/final.target
+usr/lib/systemd/system/fstrim.service
+usr/lib/systemd/system/fstrim.timer
+usr/lib/systemd/system-generators/
+usr/lib/systemd/system-generators/systemd-debug-generator
+usr/lib/systemd/system-generators/systemd-fstab-generator
+usr/lib/systemd/system-generators/systemd-getty-generator
+usr/lib/systemd/system-generators/systemd-rc-local-generator
+usr/lib/systemd/system-generators/systemd-system-update-generator
+usr/lib/systemd/system-generators/systemd-sysv-generator
+usr/lib/systemd/system-generators/systemd-veritysetup-generator
+usr/lib/systemd/system/getty-pre.target
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/getty.target
+usr/lib/systemd/system/graphical.target
+usr/lib/systemd/system/graphical.target.wants/
+usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
+usr/lib/systemd/system/halt-local.service
+usr/lib/systemd/system/halt.target
+usr/lib/systemd/system/initrd-cleanup.service
+usr/lib/systemd/system/initrd-fs.target
+usr/lib/systemd/system/initrd-parse-etc.service
+usr/lib/systemd/system/initrd-root-device.target
+usr/lib/systemd/system/initrd-root-fs.target
+usr/lib/systemd/system/initrd-switch-root.service
+usr/lib/systemd/system/initrd-switch-root.target
+usr/lib/systemd/system/initrd.target
+usr/lib/systemd/system/kexec.target
+usr/lib/systemd/system/ldconfig.service
+usr/lib/systemd/system/local-fs-pre.target
+usr/lib/systemd/system/local-fs.target
+usr/lib/systemd/system/local-fs.target.wants/
+usr/lib/systemd/system/messagebus.service
+usr/lib/systemd/system/multi-user.target
+usr/lib/systemd/system/multi-user.target.wants/
+usr/lib/systemd/system/multi-user.target.wants/dbus.service
+usr/lib/systemd/system/multi-user.target.wants/getty.target
+usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
+usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
+usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
+usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
+usr/lib/systemd/system/network-online.target
+usr/lib/systemd/system/network-pre.target
+usr/lib/systemd/system/network.target
+usr/lib/systemd/system/nss-lookup.target
+usr/lib/systemd/system/nss-user-lookup.target
+usr/lib/systemd/system/paths.target
+usr/lib/systemd/system/poweroff.target
usr/lib/systemd/system-preset/
usr/lib/systemd/system-preset/85-display-manager.preset
usr/lib/systemd/system-preset/90-default.preset
+usr/lib/systemd/system-preset/90-systemd.preset
usr/lib/systemd/system-preset/99-default-disable.preset
+usr/lib/systemd/system/printer.target
+usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
+usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
+usr/lib/systemd/system/rc-local.service
+usr/lib/systemd/system/reboot.target
+usr/lib/systemd/system/remote-fs-pre.target
+usr/lib/systemd/system/remote-fs.target
+usr/lib/systemd/system/remote-fs.target.wants/
+usr/lib/systemd/system/rescue.service
+usr/lib/systemd/system/rescue.target
+usr/lib/systemd/system/rescue.target.wants/
+usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
+usr/lib/systemd/system/rpcbind.target
+usr/lib/systemd/system/runlevel0.target
+usr/lib/systemd/system/runlevel1.target
+usr/lib/systemd/system/runlevel1.target.wants/
+usr/lib/systemd/system/runlevel2.target
+usr/lib/systemd/system/runlevel2.target.wants/
+usr/lib/systemd/system/runlevel3.target
+usr/lib/systemd/system/runlevel3.target.wants/
+usr/lib/systemd/system/runlevel4.target
+usr/lib/systemd/system/runlevel4.target.wants/
+usr/lib/systemd/system/runlevel5.target
+usr/lib/systemd/system/runlevel5.target.wants/
+usr/lib/systemd/system/runlevel6.target
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system-shutdown/
+usr/lib/systemd/system/shutdown.target
+usr/lib/systemd/system/sigpwr.target
+usr/lib/systemd/system/slices.target
+usr/lib/systemd/system/smartcard.target
+usr/lib/systemd/system/sockets.target
+usr/lib/systemd/system/sockets.target.wants/
+usr/lib/systemd/system/sockets.target.wants/dbus.socket
+usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
+usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
+usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
+usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
+usr/lib/systemd/system/sound.target
+usr/lib/systemd/system/swap.target
+usr/lib/systemd/system/sys-fs-fuse-connections.mount
+usr/lib/systemd/system/sysinit.target
+usr/lib/systemd/system/sysinit.target.wants/
+usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
+usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
+usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
+usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
+usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
+usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
+usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
+usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
+usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
+usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
+usr/lib/systemd/system/sys-kernel-config.mount
+usr/lib/systemd/system/sys-kernel-debug.mount
+usr/lib/systemd/system/syslog.socket
+usr/lib/systemd/system/syslog.target.wants/
+usr/lib/systemd/system/systemd-ask-password-console.path
+usr/lib/systemd/system/systemd-ask-password-console.service
+usr/lib/systemd/system/systemd-ask-password-wall.path
+usr/lib/systemd/system/systemd-ask-password-wall.service
+usr/lib/systemd/system/systemd-binfmt.service
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/systemd-coredump.socket
+usr/lib/systemd/system/systemd-exit.service
+usr/lib/systemd/system/systemd-firstboot.service
+usr/lib/systemd/system/systemd-fsck-root.service
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/systemd-halt.service
+usr/lib/systemd/system/systemd-hostnamed.service
+usr/lib/systemd/system/systemd-initctl.service
+usr/lib/systemd/system/systemd-initctl.socket
+usr/lib/systemd/system/systemd-journal-catalog-update.service
+usr/lib/systemd/system/systemd-journald-audit.socket
+usr/lib/systemd/system/systemd-journald-dev-log.socket
+usr/lib/systemd/system/systemd-journald.service
+usr/lib/systemd/system/systemd-journald.socket
+usr/lib/systemd/system/systemd-journal-flush.service
+usr/lib/systemd/system/systemd-kexec.service
+usr/lib/systemd/system/systemd-localed.service
+usr/lib/systemd/system/systemd-logind.service
+usr/lib/systemd/system/systemd-machine-id-commit.service
+usr/lib/systemd/system/systemd-portabled.service
+usr/lib/systemd/system/systemd-poweroff.service
+usr/lib/systemd/system/systemd-reboot.service
+usr/lib/systemd/system/systemd-resolved.service
+usr/lib/systemd/system/systemd-sysctl.service
+usr/lib/systemd/system/systemd-sysusers.service
+usr/lib/systemd/system/systemd-timedated.service
+usr/lib/systemd/system/systemd-tmpfiles-clean.service
+usr/lib/systemd/system/systemd-tmpfiles-clean.timer
+usr/lib/systemd/system/systemd-tmpfiles-setup.service
+usr/lib/systemd/system/systemd-update-done.service
+usr/lib/systemd/system/systemd-update-utmp-runlevel.service
+usr/lib/systemd/system/systemd-update-utmp.service
+usr/lib/systemd/system/systemd-user-sessions.service
+usr/lib/systemd/system/systemd-volatile-root.service
+usr/lib/systemd/system/system-update-cleanup.service
+usr/lib/systemd/system/system-update-pre.target
+usr/lib/systemd/system/system-update.target
+usr/lib/systemd/system/timers.target
+usr/lib/systemd/system/timers.target.wants/
+usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
+usr/lib/systemd/system/time-sync.target
+usr/lib/systemd/system/tmp.mount
+usr/lib/systemd/system/umount.target
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/[email protected]
+usr/lib/systemd/system/user.slice
+usr/lib/systemd/system/user-.slice.d/
+usr/lib/systemd/system/user-.slice.d/10-defaults.conf
usr/lib/systemd/user/
+usr/lib/systemd/user/basic.target
+usr/lib/systemd/user/bluetooth.target
+usr/lib/systemd/user/dbus.service
+usr/lib/systemd/user/dbus.socket
+usr/lib/systemd/user/default.target
usr/lib/systemd/user/dirmngr.service
usr/lib/systemd/user/dirmngr.socket
+usr/lib/systemd/user-environment-generators/
+usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
+usr/lib/systemd/user/exit.target
+usr/lib/systemd/user-generators/
usr/lib/systemd/user/gpg-agent-browser.socket
usr/lib/systemd/user/gpg-agent-extra.socket
usr/lib/systemd/user/gpg-agent.service
usr/lib/systemd/user/gpg-agent.socket
usr/lib/systemd/user/gpg-agent-ssh.socket
+usr/lib/systemd/user/graphical-session-pre.target
+usr/lib/systemd/user/graphical-session.target
+usr/lib/systemd/user/paths.target
+usr/lib/systemd/user-preset/
+usr/lib/systemd/user-preset/90-systemd.preset
+usr/lib/systemd/user/printer.target
+usr/lib/systemd/user/shutdown.target
+usr/lib/systemd/user/smartcard.target
+usr/lib/systemd/user/sockets.target
+usr/lib/systemd/user/sockets.target.wants/
+usr/lib/systemd/user/sockets.target.wants/dbus.socket
+usr/lib/systemd/user/sound.target
+usr/lib/systemd/user/systemd-exit.service
+usr/lib/systemd/user/systemd-tmpfiles-clean.service
+usr/lib/systemd/user/systemd-tmpfiles-clean.timer
+usr/lib/systemd/user/systemd-tmpfiles-setup.service
+usr/lib/systemd/user/timers.target
+usr/lib/sysusers.d/
+usr/lib/sysusers.d/basic.conf
+usr/lib/sysusers.d/dbus.conf
+usr/lib/sysusers.d/systemd.conf
usr/lib/tmpfiles.d/
+usr/lib/tmpfiles.d/cryptsetup.conf
+usr/lib/tmpfiles.d/dbus.conf
+usr/lib/tmpfiles.d/etc.conf
+usr/lib/tmpfiles.d/home.conf
+usr/lib/tmpfiles.d/journal-nocow.conf
+usr/lib/tmpfiles.d/legacy.conf
usr/lib/tmpfiles.d/libselinux.conf
+usr/lib/tmpfiles.d/pam.conf
+usr/lib/tmpfiles.d/portables.conf
usr/lib/tmpfiles.d/rpm.conf
+usr/lib/tmpfiles.d/systemd.conf
+usr/lib/tmpfiles.d/systemd-nologin.conf
+usr/lib/tmpfiles.d/tmp.conf
+usr/lib/tmpfiles.d/var.conf
+usr/lib/tmpfiles.d/x11.conf
+usr/lib/udev/
+usr/lib/udev/rules.d/
+usr/lib/udev/rules.d/10-dm.rules
+usr/lib/udev/rules.d/13-dm-disk.rules
+usr/lib/udev/rules.d/60-raw.rules
+usr/lib/udev/rules.d/95-dm-notify.rules
usr/local/
usr/local/bin/
usr/local/etc/
@@ -1020,25 +1683,111 @@ usr/local/share/man/mann/
usr/local/src/
usr/sbin/
usr/sbin/addgnupghome
+usr/sbin/addpart
+usr/sbin/adduser
+usr/sbin/agetty
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
-usr/sbin/build-locale-archive
+usr/sbin/blkdeactivate
+usr/sbin/blkdiscard
+usr/sbin/blkid
+usr/sbin/blkzone
+usr/sbin/blockdev
usr/sbin/capsh
+usr/sbin/cfdisk
+usr/sbin/chcpu
+usr/sbin/chgpasswd
usr/sbin/chkconfig
+usr/sbin/chpasswd
usr/sbin/chroot
+usr/sbin/clock
+usr/sbin/cracklib-check
+usr/sbin/cracklib-format
+usr/sbin/cracklib-packer
+usr/sbin/cracklib-unpacker
+usr/sbin/create-cracklib-dict
+usr/sbin/ctrlaltdel
+usr/sbin/delpart
+usr/sbin/dmfilemapd
+usr/sbin/dmsetup
+usr/sbin/dmstats
+usr/sbin/faillock
+usr/sbin/fdformat
+usr/sbin/fdisk
+usr/sbin/findfs
usr/sbin/fix-info-dir
+usr/sbin/fsck
+usr/sbin/fsck.cramfs
+usr/sbin/fsck.minix
+usr/sbin/fsfreeze
+usr/sbin/fstrim
usr/sbin/g13-syshelp
usr/sbin/getcap
usr/sbin/getpcaps
+usr/sbin/groupadd
+usr/sbin/groupdel
+usr/sbin/groupmems
+usr/sbin/groupmod
+usr/sbin/grpck
+usr/sbin/grpconv
+usr/sbin/grpunconv
+usr/sbin/halt
+usr/sbin/hwclock
usr/sbin/iconvconfig
+usr/sbin/init
usr/sbin/install-info
+usr/sbin/ldattach
usr/sbin/ldconfig
+usr/sbin/losetup
+usr/sbin/mkdict
+usr/sbin/mkfs
+usr/sbin/mkfs.cramfs
+usr/sbin/mkfs.minix
+usr/sbin/mkhomedir_helper
+usr/sbin/mkswap
+usr/sbin/newusers
+usr/sbin/nologin
+usr/sbin/packer
+usr/sbin/pam_console_apply
+usr/sbin/pam_timestamp_check
+usr/sbin/partx
+usr/sbin/pivot_root
+usr/sbin/poweroff
+usr/sbin/pwck
+usr/sbin/pwconv
+usr/sbin/pwhistory_helper
+usr/sbin/pwunconv
+usr/sbin/readprofile
+usr/sbin/reboot
+usr/sbin/resizepart
+usr/sbin/resolvconf
+usr/sbin/rfkill
+usr/sbin/rtcwake
+usr/sbin/runlevel
+usr/sbin/runuser
usr/sbin/sasldblistusers2
usr/sbin/saslpasswd2
usr/sbin/setcap
+usr/sbin/sfdisk
+usr/sbin/shutdown
+usr/sbin/sulogin
+usr/sbin/swaplabel
+usr/sbin/swapoff
+usr/sbin/swapon
+usr/sbin/switch_root
+usr/sbin/telinit
+usr/sbin/unix_chkpwd
+usr/sbin/unix_update
usr/sbin/update-alternatives
+usr/sbin/useradd
+usr/sbin/userdel
+usr/sbin/usermod
+usr/sbin/vigr
+usr/sbin/vipw
+usr/sbin/wipefs
usr/sbin/zdump
usr/sbin/zic
+usr/sbin/zramctl
usr/share/
usr/share/aclocal/
usr/share/appdata/
@@ -1075,12 +1824,134 @@ usr/share/awk/zerofile.awk
usr/share/backgrounds/
usr/share/bash-completion/
usr/share/bash-completion/completions/
+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/busctl
+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/coredumpctl
+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/gsettings
+usr/share/bash-completion/completions/hexdump
+usr/share/bash-completion/completions/hostnamectl
+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/isosize
+usr/share/bash-completion/completions/journalctl
+usr/share/bash-completion/completions/last
+usr/share/bash-completion/completions/ldattach
+usr/share/bash-completion/completions/localectl
+usr/share/bash-completion/completions/logger
+usr/share/bash-completion/completions/loginctl
+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/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/p11-kit
+usr/share/bash-completion/completions/partx
+usr/share/bash-completion/completions/pivot_root
+usr/share/bash-completion/completions/portablectl
+usr/share/bash-completion/completions/prlimit
+usr/share/bash-completion/completions/raw
+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/resolvectl
+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/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/systemctl
+usr/share/bash-completion/completions/systemd-analyze
+usr/share/bash-completion/completions/systemd-cat
+usr/share/bash-completion/completions/systemd-cgls
+usr/share/bash-completion/completions/systemd-cgtop
+usr/share/bash-completion/completions/systemd-delta
+usr/share/bash-completion/completions/systemd-detect-virt
+usr/share/bash-completion/completions/systemd-path
+usr/share/bash-completion/completions/systemd-resolve
+usr/share/bash-completion/completions/systemd-run
+usr/share/bash-completion/completions/taskset
+usr/share/bash-completion/completions/timedatectl
usr/share/bash-completion/completions/trust
+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/bash-completion/helpers/
+usr/share/cracklib/
+usr/share/cracklib/cracklib.magic
+usr/share/cracklib/cracklib-small.hwm
+usr/share/cracklib/cracklib-small.pwd
+usr/share/cracklib/cracklib-small.pwi
+usr/share/cracklib/pw_dict.hwm
+usr/share/cracklib/pw_dict.pwd
+usr/share/cracklib/pw_dict.pwi
usr/share/crypto-policies/
usr/share/crypto-policies/back-ends/
usr/share/crypto-policies/back-ends/DEFAULT/
@@ -1205,12 +2076,40 @@ usr/share/crypto-policies/policies/modules/NO-CAMELLIA.pmod
usr/share/crypto-policies/policies/modules/NO-SHA1.pmod
usr/share/crypto-policies/policies/modules/OSPP.pmod
usr/share/crypto-policies/reload-cmds.sh
+usr/share/dbus-1/
+usr/share/dbus-1/interfaces/
+usr/share/dbus-1/services/
+usr/share/dbus-1/services/org.freedesktop.systemd1.service
+usr/share/dbus-1/session.conf
+usr/share/dbus-1/system.conf
+usr/share/dbus-1/system.d/
+usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
+usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
+usr/share/dbus-1/system.d/org.freedesktop.login1.conf
+usr/share/dbus-1/system.d/org.freedesktop.portable1.conf
+usr/share/dbus-1/system.d/org.freedesktop.resolve1.conf
+usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
+usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
+usr/share/dbus-1/system-services/
+usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
+usr/share/dbus-1/system-services/org.freedesktop.locale1.service
+usr/share/dbus-1/system-services/org.freedesktop.login1.service
+usr/share/dbus-1/system-services/org.freedesktop.portable1.service
+usr/share/dbus-1/system-services/org.freedesktop.resolve1.service
+usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
+usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
usr/share/desktop-directories/
usr/share/dict/
usr/share/doc/
usr/share/doc/xz/
usr/share/doc/xz/COPYING
usr/share/empty/
+usr/share/factory/
+usr/share/factory/etc/
+usr/share/factory/etc/nsswitch.conf
+usr/share/factory/etc/pam.d/
+usr/share/factory/etc/pam.d/other
+usr/share/factory/etc/pam.d/system-auth
usr/share/file/
usr/share/file/magic
usr/share/games/
@@ -1300,6 +2199,9 @@ usr/share/info/dir.old
usr/share/libgpg-error/
usr/share/libgpg-error/errorref.txt
usr/share/licenses/
+usr/share/licenses/acl/
+usr/share/licenses/acl/COPYING
+usr/share/licenses/acl/COPYING.LGPL
usr/share/licenses/audit-libs/
usr/share/licenses/audit-libs/lgpl-2.1.txt
usr/share/licenses/bash/
@@ -1310,13 +2212,35 @@ usr/share/licenses/chkconfig/
usr/share/licenses/chkconfig/COPYING
usr/share/licenses/coreutils-single/
usr/share/licenses/coreutils-single/COPYING
+usr/share/licenses/cracklib/
+usr/share/licenses/cracklib/COPYING.LIB
usr/share/licenses/crypto-policies/
usr/share/licenses/crypto-policies/COPYING.LESSER
+usr/share/licenses/cryptsetup-libs/
+usr/share/licenses/cryptsetup-libs/COPYING
+usr/share/licenses/cryptsetup-libs/COPYING.LGPL
usr/share/licenses/cyrus-sasl-lib/
usr/share/licenses/cyrus-sasl-lib/COPYING
+usr/share/licenses/dbus-daemon/
+usr/share/licenses/dbus-daemon/COPYING
+usr/share/licenses/dbus-libs/
+usr/share/licenses/dbus-libs/COPYING
+usr/share/licenses/dbus-tools/
+usr/share/licenses/dbus-tools/COPYING
+usr/share/licenses/device-mapper/
+usr/share/licenses/device-mapper/COPYING
+usr/share/licenses/device-mapper/COPYING.LIB
+usr/share/licenses/device-mapper-libs/
+usr/share/licenses/device-mapper-libs/COPYING
+usr/share/licenses/device-mapper-libs/COPYING.LIB
usr/share/licenses/elfutils-libelf/
usr/share/licenses/elfutils-libelf/COPYING-GPLV2
usr/share/licenses/elfutils-libelf/COPYING-LGPLV3
+usr/share/licenses/elfutils-libs/
+usr/share/licenses/elfutils-libs/COPYING-GPLV2
+usr/share/licenses/elfutils-libs/COPYING-LGPLV3
+usr/share/licenses/expat/
+usr/share/licenses/expat/COPYING
usr/share/licenses/file-libs/
usr/share/licenses/file-libs/COPYING
usr/share/licenses/gawk/
@@ -1349,6 +2273,9 @@ usr/share/licenses/gpgme/COPYING.LESSER
usr/share/licenses/gpgme/LICENSES
usr/share/licenses/grep/
usr/share/licenses/grep/COPYING
+usr/share/licenses/gzip/
+usr/share/licenses/gzip/COPYING
+usr/share/licenses/gzip/fdl-1.3.txt
usr/share/licenses/info/
usr/share/licenses/info/COPYING
usr/share/licenses/json-c/
@@ -1356,6 +2283,8 @@ usr/share/licenses/json-c/AUTHORS
usr/share/licenses/json-c/COPYING
usr/share/licenses/keyutils-libs/
usr/share/licenses/keyutils-libs/LICENCE.LGPL
+usr/share/licenses/kmod-libs/
+usr/share/licenses/kmod-libs/COPYING
usr/share/licenses/krb5-libs/
usr/share/licenses/krb5-libs/LICENSE
usr/share/licenses/libarchive/
@@ -1376,6 +2305,9 @@ usr/share/licenses/libdb/lgpl-2.1.txt
usr/share/licenses/libdb/LICENSE
usr/share/licenses/libdnf/
usr/share/licenses/libdnf/COPYING
+usr/share/licenses/libfdisk/
+usr/share/licenses/libfdisk/COPYING
+usr/share/licenses/libfdisk/COPYING.LGPLv2.1
usr/share/licenses/libffi/
usr/share/licenses/libffi/LICENSE
usr/share/licenses/libgcc/
@@ -1406,12 +2338,20 @@ usr/share/licenses/libmount/COPYING
usr/share/licenses/libmount/COPYING.LGPLv2.1
usr/share/licenses/libnghttp2/
usr/share/licenses/libnghttp2/COPYING
+usr/share/licenses/libnsl2/
+usr/share/licenses/libnsl2/COPYING
usr/share/licenses/libpeas/
usr/share/licenses/libpeas/COPYING
+usr/share/licenses/libpwquality/
+usr/share/licenses/libpwquality/COPYING
usr/share/licenses/librepo/
usr/share/licenses/librepo/COPYING
+usr/share/licenses/libseccomp/
+usr/share/licenses/libseccomp/LICENSE
usr/share/licenses/libselinux/
usr/share/licenses/libselinux/LICENSE
+usr/share/licenses/libsemanage/
+usr/share/licenses/libsemanage/COPYING
usr/share/licenses/libsepol/
usr/share/licenses/libsepol/COPYING
usr/share/licenses/libsigsegv/
@@ -1429,6 +2369,8 @@ usr/share/licenses/libunistring/COPYING
usr/share/licenses/libunistring/COPYING.LIB
usr/share/licenses/libusbx/
usr/share/licenses/libusbx/COPYING
+usr/share/licenses/libutempter/
+usr/share/licenses/libutempter/COPYING
usr/share/licenses/libuuid/
usr/share/licenses/libuuid/COPYING
usr/share/licenses/libuuid/COPYING.BSD-3
@@ -1464,6 +2406,9 @@ usr/share/licenses/openssl-libs/
usr/share/licenses/openssl-libs/LICENSE
usr/share/licenses/p11-kit/
usr/share/licenses/p11-kit/COPYING
+usr/share/licenses/pam/
+usr/share/licenses/pam/Copyright
+usr/share/licenses/pam/gpl-2.0.txt
usr/share/licenses/pcre/
usr/share/licenses/pcre2/
usr/share/licenses/pcre2/COPYING
@@ -1485,10 +2430,20 @@ usr/share/licenses/sed/
usr/share/licenses/sed/COPYING
usr/share/licenses/setup/
usr/share/licenses/setup/COPYING
+usr/share/licenses/shadow-utils/
+usr/share/licenses/shadow-utils/gpl-2.0.txt
+usr/share/licenses/shadow-utils/shadow-bsd.txt
usr/share/licenses/systemd/
+usr/share/licenses/systemd/LICENSE.GPL2
usr/share/licenses/systemd/LICENSE.LGPL2.1
usr/share/licenses/tzdata/
usr/share/licenses/tzdata/LICENSE
+usr/share/licenses/util-linux/
+usr/share/licenses/util-linux/COPYING.BSD-3
+usr/share/licenses/util-linux/COPYING.GPLv2
+usr/share/licenses/util-linux/COPYING.ISC
+usr/share/licenses/util-linux/COPYING.LGPLv2.1
+usr/share/licenses/util-linux/COPYING.UCB
usr/share/licenses/zlib/
usr/share/licenses/zlib/README
usr/share/locale/
@@ -1507,6 +2462,7 @@ usr/share/locale/en_GB/LC_MESSAGES/
usr/share/locale/en_GB/LC_MESSAGES/chkconfig.mo
usr/share/locale/en_GB/LC_MESSAGES/glib20.mo
usr/share/locale/en_GB/LC_MESSAGES/libpeas.mo
+usr/share/locale/en_GB/LC_MESSAGES/Linux-PAM.mo
usr/share/locale/en_GB/LC_MESSAGES/p11-kit.mo
usr/share/locale/en@greek/
usr/share/locale/en@greek/LC_MESSAGES/
@@ -1558,6 +2514,9 @@ usr/share/p11-kit/
usr/share/p11-kit/modules/
usr/share/p11-kit/modules/p11-kit-trust.module
usr/share/pixmaps/
+usr/share/pkgconfig/
+usr/share/pkgconfig/systemd.pc
+usr/share/pkgconfig/udev.pc
usr/share/pki/
usr/share/pki/ca-trust-legacy/
usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt
@@ -1567,10 +2526,22 @@ usr/share/pki/ca-trust-source/anchors/
usr/share/pki/ca-trust-source/blacklist/
usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit
usr/share/pki/ca-trust-source/README
+usr/share/polkit-1/
+usr/share/polkit-1/actions/
+usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
+usr/share/polkit-1/actions/org.freedesktop.locale1.policy
+usr/share/polkit-1/actions/org.freedesktop.login1.policy
+usr/share/polkit-1/actions/org.freedesktop.portable1.policy
+usr/share/polkit-1/actions/org.freedesktop.resolve1.policy
+usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
+usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
usr/share/redhat-release
usr/share/rocky-release/
usr/share/rocky-release/EULA
usr/share/sounds/
+usr/share/systemd/
+usr/share/systemd/kbd-model-map
+usr/share/systemd/language-fallback-map
usr/share/tabset/
usr/share/tabset/std
usr/share/tabset/stdcrt
@@ -2202,6 +3173,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -2794,6 +3766,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -3412,6 +4385,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -3589,7 +4563,26 @@ usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/Zulu
usr/share/zsh/
usr/share/zsh/site-functions/
+usr/share/zsh/site-functions/_busctl
+usr/share/zsh/site-functions/_coredumpctl
usr/share/zsh/site-functions/_curl
+usr/share/zsh/site-functions/_hostnamectl
+usr/share/zsh/site-functions/_journalctl
+usr/share/zsh/site-functions/_localectl
+usr/share/zsh/site-functions/_loginctl
+usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
+usr/share/zsh/site-functions/_sd_machines
+usr/share/zsh/site-functions/_sd_outputmodes
+usr/share/zsh/site-functions/_sd_unit_files
+usr/share/zsh/site-functions/_systemctl
+usr/share/zsh/site-functions/_systemd
+usr/share/zsh/site-functions/_systemd-analyze
+usr/share/zsh/site-functions/_systemd-delta
+usr/share/zsh/site-functions/_systemd-inhibit
+usr/share/zsh/site-functions/_systemd-resolve
+usr/share/zsh/site-functions/_systemd-run
+usr/share/zsh/site-functions/_systemd-tmpfiles
+usr/share/zsh/site-functions/_timedatectl
usr/src/
usr/src/debug/
usr/src/kernels/
@@ -3600,6 +4593,7 @@ var/cache/
var/cache/bpf/
var/cache/ldconfig/
var/cache/ldconfig/aux-cache
+var/cache/private/
var/db/
var/empty/
var/ftp/
@@ -3611,17 +4605,17 @@ var/kerberos/krb5/user/
var/lib/
var/lib/alternatives/
var/lib/alternatives/libnssckbi.so.x86_64
+var/lib/dbus/
+var/lib/dbus/machine-id
var/lib/dnf/
-var/lib/dnf/history.sqlite
-var/lib/dnf/history.sqlite-shm
-var/lib/dnf/history.sqlite-wal
var/lib/dnf/modulefailsafe/
var/lib/games/
var/lib/misc/
+var/lib/portables/
+var/lib/private/
var/lib/rpm/
var/lib/rpm/Basenames
var/lib/rpm/Conflictname
-var/lib/rpm/.dbenv.lock
var/lib/rpm/Dirnames
var/lib/rpm/Enhancename
var/lib/rpm/Filetriggername
@@ -3633,7 +4627,6 @@ var/lib/rpm/Packages
var/lib/rpm/Providename
var/lib/rpm/Recommendname
var/lib/rpm/Requirename
-var/lib/rpm/.rpm.lock
var/lib/rpm/Sha1header
var/lib/rpm/Sigmd5
var/lib/rpm-state/
@@ -3641,9 +4634,19 @@ var/lib/rpm/Suggestname
var/lib/rpm/Supplementname
var/lib/rpm/Transfiletriggername
var/lib/rpm/Triggername
+var/lib/selinux/
+var/lib/selinux/tmp/
+var/lib/systemd/
+var/lib/systemd/catalog/
+var/lib/systemd/catalog/database
+var/lib/systemd/coredump/
var/local/
var/lock
var/log/
+var/log/btmp
+var/log/lastlog
+var/log/private/
+var/log/wtmp
var/mail
var/nis/
var/opt/
diff --git a/rockylinux_8/Dockerfile b/rockylinux_8/Dockerfile
index 99648cf..efc5c05 100644
--- a/rockylinux_8/Dockerfile
+++ b/rockylinux_8/Dockerfile
@@ -1,4 +1,4 @@
FROM scratch
-ADD rocky-8.6-Container-Base.tar.xz /
+ADD layer.tar.xz /
CMD ["/bin/bash"]
diff --git a/rockylinux_8/rocky-8.6-Container-Base.tar.xz b/rockylinux_8/layer.tar.xz
similarity index 77%
rename from rockylinux_8/rocky-8.6-Container-Base.tar.xz
rename to rockylinux_8/layer.tar.xz
index 1a05c79..449fa5c 100644
Binary files a/rockylinux_8/rocky-8.6-Container-Base.tar.xz and b/rockylinux_8/layer.tar.xz differ
diff --git a/rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t' b/rockylinux_8/layer.tar.xz 'tar -t'
similarity index 99%
rename from rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t'
rename to rockylinux_8/layer.tar.xz 'tar -t'
index 17820a1..9cd4dc7 100644
--- a/rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t'
+++ b/rockylinux_8/layer.tar.xz 'tar -t'
@@ -60,7 +60,9 @@ etc/dnf/protected.d/yum.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
+etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -103,6 +105,7 @@ etc/logrotate.d/
etc/logrotate.d/dnf
etc/machine-id
etc/motd
+etc/motd.d/
etc/mtab
etc/netconfig
etc/networks
@@ -353,6 +356,7 @@ run/faillock/
run/lock/
run/lock/subsys/
run/log/
+run/motd.d/
run/nologin
run/sepermit/
run/setrans/
@@ -369,8 +373,8 @@ sbin
srv/
sys/
tmp/
-tmp/ks-script-7srd58lj
-tmp/ks-script-lcrwq6wj
+tmp/ks-script-5j0lgbm4
+tmp/ks-script-wyefdg_r
usr/
usr/bin/
usr/bin/[
@@ -815,7 +819,7 @@ usr/lib64/libanl-2.28.so
usr/lib64/libanl.so.XXX
usr/lib64/libarchive.so.XXX
usr/lib64/libarchive.so.XXX
-usr/lib64/libasm-0.186.so
+usr/lib64/libasm-0.187.so
usr/lib64/libasm.so.XXX
usr/lib64/libassuan.so.XXX
usr/lib64/libassuan.so.XXX
@@ -826,7 +830,7 @@ usr/lib64/libaudit.so.XXX
usr/lib64/libauparse.so
usr/lib64/libauparse.so.XXX
usr/lib64/libauparse.so.XXX
-usr/lib64/libbfd-2.30-113.el8.so
+usr/lib64/libbfd-2.30-117.el8.so
usr/lib64/libblkid.so.XXX
usr/lib64/libblkid.so.XXX
usr/lib64/libBrokenLocale-2.28.so
@@ -867,9 +871,9 @@ usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
usr/lib64/libdnf.so.XXX
-usr/lib64/libdw-0.186.so
+usr/lib64/libdw-0.187.so
usr/lib64/libdw.so.XXX
-usr/lib64/libelf-0.186.so
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.XXX
usr/lib64/libexpat.so.XXX
usr/lib64/libexpat.so.XXX
@@ -994,7 +998,7 @@ usr/lib64/libnss_files.so.XXX
usr/lib64/libnss_myhostname.so.XXX
usr/lib64/libnss_resolve.so.XXX
usr/lib64/libnss_systemd.so.XXX
-usr/lib64/libopcodes-2.30-113.el8.so
+usr/lib64/libopcodes-2.30-117.el8.so
usr/lib64/libp11-kit.so.XXX
usr/lib64/libp11-kit.so.XXX
usr/lib64/libpamc.so.XXX
@@ -3998,6 +4002,7 @@ usr/lib/locale/C.utf8/LC_PAPER
usr/lib/locale/C.utf8/LC_TELEPHONE
usr/lib/locale/C.utf8/LC_TIME
usr/lib/modules/
+usr/lib/motd.d/
usr/lib/os-release
usr/lib/pythonXXX/
usr/lib/pythonXXX/site-packages/
@@ -5071,7 +5076,6 @@ usr/sbin/blkdiscard
usr/sbin/blkid
usr/sbin/blkzone
usr/sbin/blockdev
-usr/sbin/build-locale-archive
usr/sbin/capsh
usr/sbin/cfdisk
usr/sbin/chcpu
@@ -6586,6 +6590,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -7178,6 +7183,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -7796,6 +7802,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
diff --git a/rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz b/rockylinux_9-minimal/layer.tar.xz
similarity index 65%
rename from rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz
rename to rockylinux_9-minimal/layer.tar.xz
index bee099b..31c4816 100644
Binary files a/rockylinux_8-minimal/rocky-8.6-Container-Minimal.tar.xz and b/rockylinux_9-minimal/layer.tar.xz differ
diff --git a/rockylinux_9-minimal/layer.tar.xz 'tar -t' b/rockylinux_9-minimal/layer.tar.xz 'tar -t'
index 2641737..d4c3656 100644
--- a/rockylinux_9-minimal/layer.tar.xz 'tar -t'
+++ b/rockylinux_9-minimal/layer.tar.xz 'tar -t'
@@ -9,7 +9,6 @@ etc/alternatives/
etc/alternatives/libnssckbi.so.x86_64
etc/bash_completion.d/
etc/bashrc
-etc/binfmt.d/
etc/BUILDTIME
etc/crypto-policies/
etc/crypto-policies/back-ends/
@@ -34,13 +33,6 @@ etc/crypto-policies/state/current
etc/crypttab
etc/csh.cshrc
etc/csh.login
-etc/dbus-1/
-etc/dbus-1/session.conf
-etc/dbus-1/session.d/
-etc/dbus-1/system.conf
-etc/dbus-1/system.d/
-etc/default/
-etc/default/useradd
etc/dnf/
etc/dnf/aliases.d/
etc/dnf/dnf.conf
@@ -49,12 +41,12 @@ etc/dnf/modules.defaults.d/
etc/dnf/plugins/
etc/dnf/protected.d/
etc/dnf/protected.d/dnf.conf
-etc/dnf/protected.d/systemd.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -67,15 +59,12 @@ etc/gcrypt/
etc/gnupg/
etc/GREP_COLORS
etc/group
-etc/group-
etc/gshadow
-etc/gshadow-
etc/gss/
etc/gss/mech.d/
etc/host.conf
etc/hostname
etc/hosts
-etc/inittab
etc/inputrc
etc/issue
etc/issue.d/
@@ -98,10 +87,8 @@ etc/libssh/libssh_client.config
etc/libssh/libssh_server.config
etc/locale.conf
etc/localtime
-etc/login.defs
etc/logrotate.d/
etc/logrotate.d/dnf
-etc/machine-id
etc/motd
etc/motd.d/
etc/mtab
@@ -110,29 +97,12 @@ etc/NetworkManager/system-connections/
etc/NetworkManager/system-connections/ens3.nmconnection
etc/networks
etc/nsswitch.conf
-etc/nsswitch.conf.bak
etc/openldap/
etc/openldap/certs/
etc/openldap/ldap.conf
etc/opt/
etc/os-release
-etc/pam.d/
-etc/pam.d/config-util
-etc/pam.d/fingerprint-auth
-etc/pam.d/login
-etc/pam.d/other
-etc/pam.d/password-auth
-etc/pam.d/postlogin
-etc/pam.d/remote
-etc/pam.d/runuser
-etc/pam.d/runuser-l
-etc/pam.d/smartcard-auth
-etc/pam.d/su
-etc/pam.d/su-l
-etc/pam.d/system-auth
-etc/pam.d/systemd-user
etc/passwd
-etc/passwd-
etc/pkcs11/
etc/pkcs11/modules/
etc/pki/
@@ -184,8 +154,6 @@ etc/profile
etc/profile.d/
etc/profile.d/colorgrep.csh
etc/profile.d/colorgrep.sh
-etc/profile.d/colorzgrep.csh
-etc/profile.d/colorzgrep.sh
etc/profile.d/csh.local
etc/profile.d/gawk.csh
etc/profile.d/gawk.sh
@@ -194,9 +162,6 @@ etc/profile.d/lang.sh
etc/profile.d/sh.local
etc/protocols
etc/.pwd.lock
-etc/rc.d/
-etc/rc.d/rc.local
-etc/rc.local
etc/redhat-release
etc/resolv.conf
etc/rocky-release
@@ -207,28 +172,6 @@ etc/rpm/macros.dist
etc/rpm/macros.image-language-conf
etc/rwtab.d/
etc/sasl2/
-etc/security/
-etc/security/access.conf
-etc/security/chroot.conf
-etc/security/console.apps/
-etc/security/console.handlers
-etc/security/console.perms
-etc/security/console.perms.d/
-etc/security/faillock.conf
-etc/security/group.conf
-etc/security/limits.conf
-etc/security/limits.d/
-etc/security/namespace.conf
-etc/security/namespace.d/
-etc/security/namespace.init
-etc/security/opasswd
-etc/security/pam_env.conf
-etc/security/pwquality.conf
-etc/security/pwquality.conf.d/
-etc/security/sepermit.conf
-etc/security/time.conf
-etc/selinux/
-etc/selinux/semanage.conf
etc/services
etc/shadow
etc/shadow-
@@ -248,60 +191,21 @@ etc/subuid
etc/sysconfig/
etc/sysconfig/anaconda
etc/sysconfig/network
-etc/sysctl.conf
-etc/sysctl.d/
-etc/sysctl.d/99-sysctl.conf
-etc/systemd/
-etc/systemd/coredump.conf
-etc/systemd/journald.conf
-etc/systemd/logind.conf
-etc/systemd/system/
-etc/systemd/system.conf
-etc/systemd/system/console-getty.service
-etc/systemd/system/ctrl-alt-del.target
-etc/systemd/system/dbus.service
-etc/systemd/system/default.target
-etc/systemd/system/dev-hugepages.mount
-etc/systemd/system/getty.target
-etc/systemd/system/getty.target.wants/
-etc/systemd/system/getty.target.wants/[email protected]
-etc/systemd/system/multi-user.target.wants/
-etc/systemd/system/multi-user.target.wants/remote-fs.target
-etc/systemd/system/sockets.target.wants/
-etc/systemd/system/sockets.target.wants/dbus.socket
-etc/systemd/system/sys-fs-fuse-connections.mount
-etc/systemd/system/sysinit.target.wants/
-etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
-etc/systemd/system/systemd-logind.service
-etc/systemd/system/systemd-remount-fs.service
-etc/systemd/user/
-etc/systemd/user/basic.target.wants/
-etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service
-etc/systemd/user.conf
-etc/systemd/user/dbus.service
-etc/systemd/user/sockets.target.wants/
-etc/systemd/user/sockets.target.wants/dbus.socket
-etc/systemd/user/timers.target.wants/
-etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer
etc/system-release
etc/system-release-cpe
etc/terminfo/
-etc/tmpfiles.d/
etc/vconsole.conf
etc/X11/
etc/X11/applnk/
etc/X11/fontpath.d/
etc/X11/xinit/
etc/X11/xinit/xinitrc.d/
-etc/X11/xinit/xinitrc.d/50-systemd-user.sh
etc/X11/xinit/xinput.d/
etc/X11/xorg.conf.d/
etc/X11/xorg.conf.d/00-keyboard.conf
etc/xattr.conf
etc/xdg/
etc/xdg/autostart/
-etc/xdg/systemd/
-etc/xdg/systemd/user
etc/yum.repos.d/
etc/yum.repos.d/rocky-addons.repo
etc/yum.repos.d/rocky-devel.repo
@@ -320,26 +224,6 @@ root/anaconda-ks.cfg
root/anaconda-post.log
root/original-ks.cfg
run/
-run/console/
-run/cryptsetup/
-run/faillock/
-run/lock/
-run/lock/subsys/
-run/log/
-run/motd
-run/motd.d/
-run/nologin
-run/sepermit/
-run/setrans/
-run/systemd/
-run/systemd/ask-password/
-run/systemd/machines/
-run/systemd/seats/
-run/systemd/sessions/
-run/systemd/shutdown/
-run/systemd/users/
-run/user/
-run/utmp
sbin
srv/
sys/
@@ -359,29 +243,17 @@ usr/bin/bash
usr/bin/bashbug
usr/bin/bashbug-64
usr/bin/bg
-usr/bin/busctl
-usr/bin/cal
usr/bin/ca-legacy
usr/bin/cat
usr/bin/catchsegv
usr/bin/cd
-usr/bin/chacl
-usr/bin/chage
usr/bin/chcon
usr/bin/chgrp
-usr/bin/chmem
usr/bin/chmod
-usr/bin/choom
usr/bin/chown
-usr/bin/chrt
usr/bin/cksum
-usr/bin/col
-usr/bin/colcrt
-usr/bin/colrm
-usr/bin/column
usr/bin/comm
usr/bin/command
-usr/bin/coredumpctl
usr/bin/coreutils
usr/bin/cp
usr/bin/csplit
@@ -389,8 +261,6 @@ usr/bin/curl
usr/bin/cut
usr/bin/cyrusbdb2current
usr/bin/date
-usr/bin/dbus-broker
-usr/bin/dbus-broker-launch
usr/bin/dd
usr/bin/df
usr/bin/dir
@@ -398,23 +268,17 @@ usr/bin/dircolors
usr/bin/dirmngr
usr/bin/dirmngr-client
usr/bin/dirname
-usr/bin/dmesg
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/findmnt
-usr/bin/flock
usr/bin/fmt
usr/bin/fold
usr/bin/g13
@@ -424,13 +288,10 @@ usr/bin/gdbus
usr/bin/gencat
usr/bin/getconf
usr/bin/getent
-usr/bin/getfacl
-usr/bin/getopt
usr/bin/getopts
usr/bin/gio
usr/bin/gio-querymodules-64
usr/bin/glib-compile-schemas
-usr/bin/gpasswd
usr/bin/gpg
usr/bin/gpg2
usr/bin/gpg-agent
@@ -449,81 +310,36 @@ usr/bin/gpg-wks-server
usr/bin/grep
usr/bin/groups
usr/bin/gsettings
-usr/bin/gunzip
-usr/bin/gzexe
-usr/bin/gzip
-usr/bin/hardlink
usr/bin/hash
usr/bin/head
-usr/bin/hexdump
usr/bin/hostid
-usr/bin/hostnamectl
-usr/bin/i386
usr/bin/iconv
usr/bin/id
usr/bin/install
-usr/bin/ionice
-usr/bin/ipcmk
-usr/bin/ipcrm
-usr/bin/ipcs
-usr/bin/irqtop
-usr/bin/isosize
usr/bin/jobs
usr/bin/join
-usr/bin/journalctl
-usr/bin/kill
-usr/bin/last
-usr/bin/lastb
-usr/bin/lastlog
usr/bin/ldd
usr/bin/ld.so
usr/bin/link
-usr/bin/linux32
-usr/bin/linux64
usr/bin/ln
usr/bin/locale
-usr/bin/localectl
usr/bin/localedef
-usr/bin/logger
-usr/bin/login
-usr/bin/loginctl
usr/bin/logname
-usr/bin/look
usr/bin/ls
-usr/bin/lsblk
-usr/bin/lscpu
-usr/bin/lsipc
-usr/bin/lsirq
-usr/bin/lslocks
-usr/bin/lslogins
-usr/bin/lsmem
-usr/bin/lsns
-usr/bin/make-dummy-cert
-usr/bin/mcookie
usr/bin/md5sum
-usr/bin/mesg
usr/bin/microdnf
usr/bin/mkdir
usr/bin/mkfifo
usr/bin/mknod
usr/bin/mktemp
usr/bin/modulemd-validator
-usr/bin/more
-usr/bin/mount
-usr/bin/mountpoint
usr/bin/mv
-usr/bin/namei
-usr/bin/newgidmap
-usr/bin/newgrp
-usr/bin/newuidmap
usr/bin/nice
usr/bin/nl
usr/bin/nohup
usr/bin/nproc
-usr/bin/nsenter
usr/bin/numfmt
usr/bin/od
-usr/bin/openssl
usr/bin/p11-kit
usr/bin/paste
usr/bin/pathchk
@@ -532,18 +348,11 @@ usr/bin/pldd
usr/bin/pr
usr/bin/printenv
usr/bin/printf
-usr/bin/prlimit
usr/bin/ptx
usr/bin/pwd
-usr/bin/pwmake
-usr/bin/pwscore
usr/bin/read
usr/bin/readlink
usr/bin/realpath
-usr/bin/rename
-usr/bin/renew-dummy-cert
-usr/bin/renice
-usr/bin/rev
usr/bin/rm
usr/bin/rmdir
usr/bin/rpm
@@ -554,17 +363,8 @@ usr/bin/rpmkeys
usr/bin/rpmquery
usr/bin/rpmverify
usr/bin/runcon
-usr/bin/script
-usr/bin/scriptlive
-usr/bin/scriptreplay
usr/bin/sed
usr/bin/seq
-usr/bin/setarch
-usr/bin/setfacl
-usr/bin/setpriv
-usr/bin/setsid
-usr/bin/setterm
-usr/bin/sg
usr/bin/sh
usr/bin/sha1sum
usr/bin/sha224sum
@@ -581,41 +381,12 @@ usr/bin/sprof
usr/bin/stat
usr/bin/stdbuf
usr/bin/stty
-usr/bin/su
usr/bin/sum
usr/bin/sync
-usr/bin/systemctl
-usr/bin/systemd-analyze
-usr/bin/systemd-ask-password
-usr/bin/systemd-cat
-usr/bin/systemd-cgls
-usr/bin/systemd-cgtop
-usr/bin/systemd-creds
-usr/bin/systemd-delta
-usr/bin/systemd-detect-virt
-usr/bin/systemd-dissect
-usr/bin/systemd-escape
-usr/bin/systemd-firstboot
-usr/bin/systemd-id128
-usr/bin/systemd-inhibit
-usr/bin/systemd-machine-id-setup
-usr/bin/systemd-mount
-usr/bin/systemd-notify
-usr/bin/systemd-path
-usr/bin/systemd-run
-usr/bin/systemd-socket-activate
-usr/bin/systemd-stdio-bridge
-usr/bin/systemd-sysext
-usr/bin/systemd-sysusers
-usr/bin/systemd-tmpfiles
-usr/bin/systemd-tty-ask-password-agent
-usr/bin/systemd-umount
usr/bin/tac
usr/bin/tail
-usr/bin/taskset
usr/bin/tee
usr/bin/test
-usr/bin/timedatectl
usr/bin/timeout
usr/bin/touch
usr/bin/tr
@@ -626,49 +397,25 @@ usr/bin/tsort
usr/bin/tty
usr/bin/type
usr/bin/tzselect
-usr/bin/uclampset
-usr/bin/ul
usr/bin/ulimit
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/unshare
usr/bin/update-ca-trust
usr/bin/users
-usr/bin/utmpdump
-usr/bin/uuidgen
-usr/bin/uuidparse
usr/bin/vdir
usr/bin/wait
-usr/bin/wall
usr/bin/watchgnupg
usr/bin/wc
-usr/bin/wdctl
-usr/bin/whereis
usr/bin/who
usr/bin/whoami
-usr/bin/write
-usr/bin/x86_64
usr/bin/xmlcatalog
usr/bin/xmllint
-usr/bin/xmlwf
usr/bin/yes
-usr/bin/zcat
-usr/bin/zcmp
-usr/bin/zdiff
usr/bin/zdump
-usr/bin/zegrep
-usr/bin/zfgrep
-usr/bin/zforce
-usr/bin/zgrep
-usr/bin/zless
-usr/bin/zmore
-usr/bin/znew
usr/games/
usr/include/
usr/lib/
@@ -676,10 +423,6 @@ usr/lib64/
usr/lib64/audit/
usr/lib64/audit/sotruss-lib.so
usr/lib64/bpf/
-usr/lib64/cracklib_dict.hwm
-usr/lib64/cracklib_dict.pwd
-usr/lib64/cracklib_dict.pwi
-usr/lib64/cryptsetup/
usr/lib64/engines-3/
usr/lib64/engines-3/afalg.so
usr/lib64/engines-3/capi.so
@@ -739,6 +482,7 @@ usr/lib64/girepository-1.0/xfixes-4.0.typelib
usr/lib64/girepository-1.0/xft-2.0.typelib
usr/lib64/girepository-1.0/xlib-2.0.typelib
usr/lib64/girepository-1.0/xrandr-1.3.typelib
+usr/lib64/.gnutls.hmac
usr/lib64/krb5/
usr/lib64/krb5/plugins/
usr/lib64/krb5/plugins/authdata/
@@ -781,20 +525,13 @@ usr/lib64/libcap.so.XXX
usr/lib64/libc_malloc_debug.so.XXX
usr/lib64/libcom_err.so.XXX
usr/lib64/libcom_err.so.XXX
-usr/lib64/libcrack.so.XXX
-usr/lib64/libcrack.so.XXX
usr/lib64/libcrypto.so.XXX
usr/lib64/libcrypto.so.XXX
-usr/lib64/libcryptsetup.so.XXX
-usr/lib64/libcryptsetup.so.XXX
usr/lib64/libcrypt.so.XXX
usr/lib64/libcrypt.so.XXX
usr/lib64/libc.so.XXX
usr/lib64/libcurl.so.XXX
usr/lib64/libcurl.so.XXX
-usr/lib64/libdb-5.3.so
-usr/lib64/libdb-5.so
-usr/lib64/libdevmapper.so.XXX
usr/lib64/libdl.so.XXX
usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
@@ -802,19 +539,23 @@ usr/lib64/libdnf/plugins/README
usr/lib64/libdnf.so.XXX
usr/lib64/libdrop_ambient.so.XXX
usr/lib64/libdrop_ambient.so.XXX
-usr/lib64/libeconf.so.XXX
-usr/lib64/libeconf.so.XXX
-usr/lib64/libexpat.so.XXX
-usr/lib64/libexpat.so.XXX
-usr/lib64/libfdisk.so.XXX
-usr/lib64/libfdisk.so.XXX
+usr/lib64/libevent-2.1.so.XXX
+usr/lib64/libevent-2.1.so.XXX
+usr/lib64/libevent_core-2.1.so.XXX
+usr/lib64/libevent_core-2.1.so.XXX
+usr/lib64/libevent_extra-2.1.so.XXX
+usr/lib64/libevent_extra-2.1.so.XXX
+usr/lib64/libevent_openssl-2.1.so.XXX
+usr/lib64/libevent_openssl-2.1.so.XXX
+usr/lib64/libevent_pthreads-2.1.so.XXX
+usr/lib64/libevent_pthreads-2.1.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libform.so.XXX
usr/lib64/libform.so.XXX
usr/lib64/libformw.so.XXX
usr/lib64/libformw.so.XXX
-usr/lib64/libgcc_s-11-20220127.so.XXX
+usr/lib64/libgcc_s-11-20220421.so.XXX
usr/lib64/libgcc_s.so.XXX
usr/lib64/libgcrypt.so.XXX
usr/lib64/libgcrypt.so.XXX
@@ -834,8 +575,6 @@ usr/lib64/.libgmp.so.10.4.0.hmac
usr/lib64/.libgmp.so.10.hmac
usr/lib64/libgmp.so.XXX
usr/lib64/libgmp.so.XXX
-usr/lib64/.libgnutls.so.30.31.0.hmac
-usr/lib64/.libgnutls.so.30.hmac
usr/lib64/libgnutls.so.XXX
usr/lib64/libgnutls.so.XXX
usr/lib64/libgobject-2.0.so.XXX
@@ -852,7 +591,7 @@ usr/lib64/libgthread-2.0.so.XXX
usr/lib64/libgthread-2.0.so.XXX
usr/lib64/libhistory.so.XXX
usr/lib64/libhistory.so.XXX
-usr/lib64/.libhogweed.so.6.4.hmac
+usr/lib64/.libhogweed.so.6.5.hmac
usr/lib64/.libhogweed.so.6.hmac
usr/lib64/libhogweed.so.XXX
usr/lib64/libhogweed.so.XXX
@@ -866,8 +605,6 @@ usr/lib64/libkdb5.so.XXX
usr/lib64/libkdb5.so.XXX
usr/lib64/libkeyutils.so.XXX
usr/lib64/libkeyutils.so.XXX
-usr/lib64/libkmod.so.XXX
-usr/lib64/libkmod.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrb5.so.XXX
@@ -876,10 +613,12 @@ usr/lib64/libkrb5support.so.XXX
usr/lib64/libkrb5support.so.XXX
usr/lib64/libksba.so.XXX
usr/lib64/libksba.so.XXX
-usr/lib64/liblber-2.4.so.XXX
-usr/lib64/liblber-2.4.so.XXX
-usr/lib64/libldap_r-2.4.so.XXX
-usr/lib64/libldap_r-2.4.so.XXX
+usr/lib64/liblber.so.XXX
+usr/lib64/liblber.so.XXX
+usr/lib64/libldap_r.so.XXX
+usr/lib64/libldap_r.so.XXX
+usr/lib64/libldap.so.XXX
+usr/lib64/libldap.so.XXX
usr/lib64/liblua-5.3.so
usr/lib64/liblua-5.4.so
usr/lib64/liblz4.so.XXX
@@ -905,7 +644,7 @@ usr/lib64/libncurses.so.XXX
usr/lib64/libncurses.so.XXX
usr/lib64/libncursesw.so.XXX
usr/lib64/libncursesw.so.XXX
-usr/lib64/.libnettle.so.8.4.hmac
+usr/lib64/.libnettle.so.8.5.hmac
usr/lib64/.libnettle.so.8.hmac
usr/lib64/libnettle.so.XXX
usr/lib64/libnettle.so.XXX
@@ -917,17 +656,8 @@ usr/lib64/libnssckbi.so
usr/lib64/libnss_compat.so.XXX
usr/lib64/libnss_dns.so.XXX
usr/lib64/libnss_files.so.XXX
-usr/lib64/libnss_myhostname.so.XXX
-usr/lib64/libnss_resolve.so.XXX
-usr/lib64/libnss_systemd.so.XXX
usr/lib64/libp11-kit.so.XXX
usr/lib64/libp11-kit.so.XXX
-usr/lib64/libpamc.so.XXX
-usr/lib64/libpamc.so.XXX
-usr/lib64/libpam_misc.so.XXX
-usr/lib64/libpam_misc.so.XXX
-usr/lib64/libpam.so.XXX
-usr/lib64/libpam.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanelw.so.XXX
@@ -952,8 +682,6 @@ usr/lib64/libpsl.so.XXX
usr/lib64/libpsx.so.XXX
usr/lib64/libpsx.so.XXX
usr/lib64/libpthread.so.XXX
-usr/lib64/libpwquality.so.XXX
-usr/lib64/libpwquality.so.XXX
usr/lib64/libreadline.so.XXX
usr/lib64/libreadline.so.XXX
usr/lib64/librepo.so.XXX
@@ -965,16 +693,13 @@ usr/lib64/librpm.so.XXX
usr/lib64/librt.so.XXX
usr/lib64/libsasl2.so.XXX
usr/lib64/libsasl2.so.XXX
-usr/lib64/libseccomp.so.XXX
-usr/lib64/libseccomp.so.XXX
usr/lib64/libSegFault.so
usr/lib64/libselinux.so.XXX
-usr/lib64/libsemanage.so.XXX
usr/lib64/libsepol.so.XXX
usr/lib64/libsigsegv.so.XXX
usr/lib64/libsigsegv.so.XXX
-usr/lib64/libslapi-2.4.so.XXX
-usr/lib64/libslapi-2.4.so.XXX
+usr/lib64/libslapi.so.XXX
+usr/lib64/libslapi.so.XXX
usr/lib64/libsmartcols.so.XXX
usr/lib64/libsmartcols.so.XXX
usr/lib64/libsolvext.so.XXX
@@ -989,8 +714,6 @@ usr/lib64/libssl.so.XXX
usr/lib64/libssl.so.XXX
usr/lib64/libstdc++.so.XXX
usr/lib64/libstdc++.so.XXX
-usr/lib64/libsystemd.so.XXX
-usr/lib64/libsystemd.so.XXX
usr/lib64/libtasn1.so.XXX
usr/lib64/libtasn1.so.XXX
usr/lib64/libthread_db.so.XXX
@@ -998,12 +721,8 @@ usr/lib64/libtic.so.XXX
usr/lib64/libtic.so.XXX
usr/lib64/libtinfo.so.XXX
usr/lib64/libtinfo.so.XXX
-usr/lib64/libudev.so.XXX
-usr/lib64/libudev.so.XXX
usr/lib64/libunistring.so.XXX
usr/lib64/libunistring.so.XXX
-usr/lib64/libutempter.so.XXX
-usr/lib64/libutempter.so.XXX
usr/lib64/libutil.so.XXX
usr/lib64/libuuid.so.XXX
usr/lib64/libuuid.so.XXX
@@ -1040,65 +759,8 @@ usr/lib64/sasl2/libsasldb.so
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/security/
-usr/lib64/security/pam_access.so
usr/lib64/security/pam_cap.so
-usr/lib64/security/pam_chroot.so
-usr/lib64/security/pam_console.so
-usr/lib64/security/pam_debug.so
-usr/lib64/security/pam_deny.so
-usr/lib64/security/pam_echo.so
-usr/lib64/security/pam_env.so
-usr/lib64/security/pam_exec.so
-usr/lib64/security/pam_faildelay.so
-usr/lib64/security/pam_faillock.so
-usr/lib64/security/pam_filter/
-usr/lib64/security/pam_filter.so
-usr/lib64/security/pam_filter/upperLOWER
-usr/lib64/security/pam_ftp.so
-usr/lib64/security/pam_group.so
-usr/lib64/security/pam_issue.so
-usr/lib64/security/pam_keyinit.so
-usr/lib64/security/pam_lastlog.so
-usr/lib64/security/pam_limits.so
-usr/lib64/security/pam_listfile.so
-usr/lib64/security/pam_localuser.so
-usr/lib64/security/pam_loginuid.so
-usr/lib64/security/pam_mail.so
-usr/lib64/security/pam_mkhomedir.so
-usr/lib64/security/pam_motd.so
-usr/lib64/security/pam_namespace.so
-usr/lib64/security/pam_nologin.so
-usr/lib64/security/pam_permit.so
-usr/lib64/security/pam_postgresok.so
-usr/lib64/security/pam_pwhistory.so
-usr/lib64/security/pam_pwquality.so
-usr/lib64/security/pam_rhosts.so
-usr/lib64/security/pam_rootok.so
-usr/lib64/security/pam_securetty.so
-usr/lib64/security/pam_selinux_permit.so
-usr/lib64/security/pam_selinux.so
-usr/lib64/security/pam_sepermit.so
-usr/lib64/security/pam_setquota.so
-usr/lib64/security/pam_shells.so
-usr/lib64/security/pam_stress.so
-usr/lib64/security/pam_succeed_if.so
-usr/lib64/security/pam_systemd.so
-usr/lib64/security/pam_time.so
-usr/lib64/security/pam_timestamp.so
-usr/lib64/security/pam_tty_audit.so
-usr/lib64/security/pam_umask.so
-usr/lib64/security/pam_unix_acct.so
-usr/lib64/security/pam_unix_auth.so
-usr/lib64/security/pam_unix_passwd.so
-usr/lib64/security/pam_unix_session.so
-usr/lib64/security/pam_unix.so
-usr/lib64/security/pam_userdb.so
-usr/lib64/security/pam_usertype.so
-usr/lib64/security/pam_warn.so
-usr/lib64/security/pam_wheel.so
-usr/lib64/security/pam_xauth.so
usr/lib64/X11/
-usr/lib/binfmt.d/
usr/lib/debug/
usr/lib/debug/bin
usr/lib/debug/.dwz/
@@ -1111,8 +773,6 @@ usr/lib/debug/usr/.dwz
usr/lib/debug/usr/lib/
usr/lib/debug/usr/lib64/
usr/lib/debug/usr/sbin/
-usr/lib/environment.d/
-usr/lib/environment.d/99-environment.conf
usr/libexec/
usr/libexec/awk/
usr/libexec/awk/grcat
@@ -1137,9 +797,6 @@ usr/libexec/p11-kit/
usr/libexec/p11-kit/p11-kit-remote
usr/libexec/p11-kit/trust-extract-compat
usr/libexec/scdaemon
-usr/libexec/selinux/
-usr/libexec/utempter/
-usr/libexec/utempter/utempter
usr/lib/games/
usr/lib/locale/
usr/lib/locale/C.utf8/
@@ -1160,16 +817,11 @@ usr/lib/modules/
usr/lib/motd
usr/lib/motd.d/
usr/lib/os-release
-usr/lib/pam.d/
-usr/lib/pam.d/systemd-user
usr/lib/rpm/
usr/lib/rpm/fileattrs/
-usr/lib/rpm/fileattrs/sysusers.attr
usr/lib/rpm/lua/
usr/lib/rpm/macros
usr/lib/rpm/macros.d/
-usr/lib/rpm/macros.d/macros.systemd
-usr/lib/rpm/macros.d/macros.sysusers
usr/lib/rpm/platform/
usr/lib/rpm/platform/aarch64-linux/
usr/lib/rpm/platform/aarch64-linux/macros
@@ -1311,350 +963,32 @@ usr/lib/rpm/rpm.log
usr/lib/rpm/rpmpopt-4.16.1.3
usr/lib/rpm/rpmrc
usr/lib/rpm/rpm.supp
-usr/lib/rpm/sysusers.generate-pre.sh
-usr/lib/rpm/sysusers.prov
usr/lib/rpm/tgpg
usr/lib/sysctl.d/
-usr/lib/sysctl.d/50-coredump.conf
-usr/lib/sysctl.d/50-default.conf
-usr/lib/sysctl.d/50-pid-max.conf
usr/lib/sysctl.d/50-redhat.conf
usr/lib/sysimage/
usr/lib/systemd/
-usr/lib/systemd/catalog/
-usr/lib/systemd/catalog/dbus-broker.catalog
-usr/lib/systemd/catalog/dbus-broker-launch.catalog
-usr/lib/systemd/catalog/systemd.be.catalog
-usr/lib/systemd/catalog/[email protected]
-usr/lib/systemd/catalog/systemd.bg.catalog
-usr/lib/systemd/catalog/systemd.catalog
-usr/lib/systemd/catalog/systemd.de.catalog
-usr/lib/systemd/catalog/systemd.fr.catalog
-usr/lib/systemd/catalog/systemd.it.catalog
-usr/lib/systemd/catalog/systemd.pl.catalog
-usr/lib/systemd/catalog/systemd.pt_BR.catalog
-usr/lib/systemd/catalog/systemd.ru.catalog
-usr/lib/systemd/catalog/systemd.zh_CN.catalog
-usr/lib/systemd/catalog/systemd.zh_TW.catalog
-usr/lib/systemd/libsystemd-shared-250.so
-usr/lib/systemd/libsystemd-shared.abignore
-usr/lib/systemd/network/
-usr/lib/systemd/purge-nobody-user
-usr/lib/systemd/resolv.conf
usr/lib/systemd/system/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/basic.target
-usr/lib/systemd/system/basic.target.wants/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/bluetooth.target
-usr/lib/systemd/system/boot-complete.target
-usr/lib/systemd/system/console-getty.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/ctrl-alt-del.target
-usr/lib/systemd/systemd
-usr/lib/systemd/systemd-ac-power
-usr/lib/systemd/systemd-binfmt
-usr/lib/systemd/systemd-boot-check-no-failures
-usr/lib/systemd/system/dbus-broker.service
-usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
-usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
-usr/lib/systemd/system/dbus-org.freedesktop.login1.service
-usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
-usr/lib/systemd/system/dbus.socket
-usr/lib/systemd/system/dbus.target.wants/
-usr/lib/systemd/systemd-cgroups-agent
-usr/lib/systemd/systemd-coredump
-usr/lib/systemd/system/debug-shell.service
-usr/lib/systemd/system/default.target
-usr/lib/systemd/system/default.target.wants/
-usr/lib/systemd/system/dev-hugepages.mount
-usr/lib/systemd/system/dev-mqueue.mount
-usr/lib/systemd/systemd-export
-usr/lib/systemd/systemd-hostnamed
-usr/lib/systemd/systemd-initctl
-usr/lib/systemd/systemd-integritysetup
-usr/lib/systemd/systemd-journald
-usr/lib/systemd/systemd-localed
-usr/lib/systemd/systemd-logind
-usr/lib/systemd/systemd-network-generator
-usr/lib/systemd/systemd-reply-password
-usr/lib/systemd/systemd-shutdown
-usr/lib/systemd/systemd-socket-proxyd
-usr/lib/systemd/systemd-sulogin-shell
-usr/lib/systemd/systemd-sysctl
-usr/lib/systemd/systemd-timedated
-usr/lib/systemd/systemd-update-done
-usr/lib/systemd/systemd-update-helper
-usr/lib/systemd/systemd-update-utmp
-usr/lib/systemd/systemd-user-runtime-dir
-usr/lib/systemd/systemd-user-sessions
-usr/lib/systemd/systemd-veritysetup
-usr/lib/systemd/systemd-xdg-autostart-condition
-usr/lib/systemd/system/emergency.service
-usr/lib/systemd/system/emergency.target
-usr/lib/systemd/system/exit.target
-usr/lib/systemd/system/factory-reset.target
-usr/lib/systemd/system/final.target
-usr/lib/systemd/system/first-boot-complete.target
-usr/lib/systemd/system/fstrim.service
-usr/lib/systemd/system/fstrim.timer
-usr/lib/systemd/system-generators/
-usr/lib/systemd/system-generators/systemd-debug-generator
-usr/lib/systemd/system-generators/systemd-fstab-generator
-usr/lib/systemd/system-generators/systemd-getty-generator
-usr/lib/systemd/system-generators/systemd-integritysetup-generator
-usr/lib/systemd/system-generators/systemd-rc-local-generator
-usr/lib/systemd/system-generators/systemd-run-generator
-usr/lib/systemd/system-generators/systemd-system-update-generator
-usr/lib/systemd/system-generators/systemd-sysv-generator
-usr/lib/systemd/system-generators/systemd-veritysetup-generator
-usr/lib/systemd/system/getty-pre.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/getty.target
-usr/lib/systemd/system/graphical.target
-usr/lib/systemd/system/graphical.target.wants/
-usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/halt.target
-usr/lib/systemd/system/initrd-cleanup.service
-usr/lib/systemd/system/initrd-fs.target
-usr/lib/systemd/system/initrd-parse-etc.service
-usr/lib/systemd/system/initrd-root-device.target
-usr/lib/systemd/system/initrd-root-device.target.wants/
-usr/lib/systemd/system/initrd-root-device.target.wants/remote-veritysetup.target
-usr/lib/systemd/system/initrd-root-fs.target
-usr/lib/systemd/system/initrd-root-fs.target.wants/
-usr/lib/systemd/system/initrd-switch-root.service
-usr/lib/systemd/system/initrd-switch-root.target
-usr/lib/systemd/system/initrd.target
-usr/lib/systemd/system/initrd-usr-fs.target
-usr/lib/systemd/system/integritysetup-pre.target
-usr/lib/systemd/system/integritysetup.target
-usr/lib/systemd/system/kexec.target
-usr/lib/systemd/system/ldconfig.service
-usr/lib/systemd/system/local-fs-pre.target
-usr/lib/systemd/system/local-fs.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/multi-user.target
-usr/lib/systemd/system/multi-user.target.wants/
-usr/lib/systemd/system/multi-user.target.wants/getty.target
-usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
-usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
-usr/lib/systemd/system/network-online.target
-usr/lib/systemd/system/network-pre.target
-usr/lib/systemd/system/network.target
-usr/lib/systemd/system/nss-lookup.target
-usr/lib/systemd/system/nss-user-lookup.target
-usr/lib/systemd/system/pam_namespace.service
-usr/lib/systemd/system/paths.target
-usr/lib/systemd/system/poweroff.target
usr/lib/systemd/system-preset/
usr/lib/systemd/system-preset/85-display-manager.preset
usr/lib/systemd/system-preset/90-default.preset
-usr/lib/systemd/system-preset/90-systemd.preset
usr/lib/systemd/system-preset/99-default-disable.preset
-usr/lib/systemd/system/printer.target
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
-usr/lib/systemd/system/rc-local.service
-usr/lib/systemd/system/reboot.target
-usr/lib/systemd/system/remote-fs-pre.target
-usr/lib/systemd/system/remote-fs.target
-usr/lib/systemd/system/remote-fs.target.wants/
-usr/lib/systemd/system/remote-veritysetup.target
-usr/lib/systemd/system/rescue.service
-usr/lib/systemd/system/rescue.target
-usr/lib/systemd/system/rescue.target.wants/
-usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/rpcbind.target
usr/lib/systemd/system/rpmdb-rebuild.service
-usr/lib/systemd/system/runlevel0.target
-usr/lib/systemd/system/runlevel1.target
-usr/lib/systemd/system/runlevel1.target.wants/
-usr/lib/systemd/system/runlevel2.target
-usr/lib/systemd/system/runlevel2.target.wants/
-usr/lib/systemd/system/runlevel3.target
-usr/lib/systemd/system/runlevel3.target.wants/
-usr/lib/systemd/system/runlevel4.target
-usr/lib/systemd/system/runlevel4.target.wants/
-usr/lib/systemd/system/runlevel5.target
-usr/lib/systemd/system/runlevel5.target.wants/
-usr/lib/systemd/system/runlevel6.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system-shutdown/
-usr/lib/systemd/system/shutdown.target
-usr/lib/systemd/system/sigpwr.target
-usr/lib/systemd/system/-.slice.d/
-usr/lib/systemd/system/slices.target
-usr/lib/systemd/system/smartcard.target
-usr/lib/systemd/system/sockets.target
-usr/lib/systemd/system/sockets.target.wants/
-usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
-usr/lib/systemd/system/sound.target
-usr/lib/systemd/system/swap.target
-usr/lib/systemd/system/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target
-usr/lib/systemd/system/sysinit.target.wants/
-usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
-usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
-usr/lib/systemd/system/sysinit.target.wants/integritysetup.target
-usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
-usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
-usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
-usr/lib/systemd/system/sysinit.target.wants/veritysetup.target
-usr/lib/systemd/system/sys-kernel-config.mount
-usr/lib/systemd/system/sys-kernel-debug.mount
-usr/lib/systemd/system/sys-kernel-tracing.mount
-usr/lib/systemd/system/syslog.socket
-usr/lib/systemd/system/syslog.target.wants/
-usr/lib/systemd/system/systemd-ask-password-console.path
-usr/lib/systemd/system/systemd-ask-password-console.service
-usr/lib/systemd/system/systemd-ask-password-wall.path
-usr/lib/systemd/system/systemd-ask-password-wall.service
-usr/lib/systemd/system/systemd-binfmt.service
-usr/lib/systemd/system/systemd-boot-check-no-failures.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-coredump.socket
-usr/lib/systemd/system/systemd-exit.service
-usr/lib/systemd/system/systemd-firstboot.service
-usr/lib/systemd/system/systemd-halt.service
-usr/lib/systemd/system/systemd-hostnamed.service
-usr/lib/systemd/system/systemd-hostnamed.service.d/
-usr/lib/systemd/system/systemd-hostnamed.service.d/disable-privatedevices.conf
-usr/lib/systemd/system/systemd-initctl.service
-usr/lib/systemd/system/systemd-initctl.socket
-usr/lib/systemd/system/systemd-journal-catalog-update.service
-usr/lib/systemd/system/systemd-journald-audit.socket
-usr/lib/systemd/system/systemd-journald-dev-log.socket
-usr/lib/systemd/system/systemd-journald.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journald.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journal-flush.service
-usr/lib/systemd/system/systemd-kexec.service
-usr/lib/systemd/system/systemd-localed.service
-usr/lib/systemd/system/systemd-logind.service
-usr/lib/systemd/system/systemd-machine-id-commit.service
-usr/lib/systemd/system/systemd-network-generator.service
-usr/lib/systemd/system/systemd-poweroff.service
-usr/lib/systemd/system/systemd-reboot.service
-usr/lib/systemd/system/systemd-sysctl.service
-usr/lib/systemd/system/systemd-sysext.service
-usr/lib/systemd/system/systemd-sysusers.service
-usr/lib/systemd/system/systemd-timedated.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/systemd-update-done.service
-usr/lib/systemd/system/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/systemd-update-utmp.service
-usr/lib/systemd/system/systemd-user-sessions.service
-usr/lib/systemd/system/system-update-cleanup.service
-usr/lib/systemd/system/system-update-pre.target
-usr/lib/systemd/system/system-update.target
-usr/lib/systemd/system/timers.target
-usr/lib/systemd/system/timers.target.wants/
-usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/time-set.target
-usr/lib/systemd/system/time-sync.target
-usr/lib/systemd/system/tmp.mount
-usr/lib/systemd/system/umount.target
-usr/lib/systemd/system/usb-gadget.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]/
-usr/lib/systemd/system/user.slice
-usr/lib/systemd/system/user-.slice.d/
-usr/lib/systemd/system/user-.slice.d/10-defaults.conf
-usr/lib/systemd/system/veritysetup-pre.target
-usr/lib/systemd/system/veritysetup.target
usr/lib/systemd/user/
-usr/lib/systemd/user/app.slice
-usr/lib/systemd/user/background.slice
-usr/lib/systemd/user/basic.target
-usr/lib/systemd/user/bluetooth.target
-usr/lib/systemd/user/dbus-broker.service
-usr/lib/systemd/user/dbus.socket
-usr/lib/systemd/user/default.target
usr/lib/systemd/user/dirmngr.service
usr/lib/systemd/user/dirmngr.socket
-usr/lib/systemd/user-environment-generators/
-usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
-usr/lib/systemd/user/exit.target
-usr/lib/systemd/user-generators/
-usr/lib/systemd/user-generators/systemd-xdg-autostart-generator
usr/lib/systemd/user/gpg-agent-browser.socket
usr/lib/systemd/user/gpg-agent-extra.socket
usr/lib/systemd/user/gpg-agent.service
usr/lib/systemd/user/gpg-agent.socket
usr/lib/systemd/user/gpg-agent-ssh.socket
-usr/lib/systemd/user/graphical-session-pre.target
-usr/lib/systemd/user/graphical-session.target
-usr/lib/systemd/user/paths.target
usr/lib/systemd/user-preset/
usr/lib/systemd/user-preset/90-default-user.preset
-usr/lib/systemd/user-preset/90-systemd.preset
usr/lib/systemd/user-preset/99-default-disable.preset
-usr/lib/systemd/user/printer.target
-usr/lib/systemd/user/session.slice
-usr/lib/systemd/user/shutdown.target
-usr/lib/systemd/user/smartcard.target
-usr/lib/systemd/user/sockets.target
-usr/lib/systemd/user/sound.target
-usr/lib/systemd/user/systemd-exit.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.timer
-usr/lib/systemd/user/systemd-tmpfiles-setup.service
-usr/lib/systemd/user/timers.target
-usr/lib/systemd/user/xdg-desktop-autostart.target
-usr/lib/sysusers.d/
-usr/lib/sysusers.d/basic.conf
-usr/lib/sysusers.d/dbus.conf
-usr/lib/sysusers.d/systemd-coredump.conf
-usr/lib/sysusers.d/systemd-journal.conf
-usr/lib/sysusers.d/systemd-oom.conf
usr/lib/tmpfiles.d/
-usr/lib/tmpfiles.d/cryptsetup.conf
usr/lib/tmpfiles.d/dnf.conf
-usr/lib/tmpfiles.d/etc.conf
-usr/lib/tmpfiles.d/home.conf
-usr/lib/tmpfiles.d/journal-nocow.conf
-usr/lib/tmpfiles.d/legacy.conf
usr/lib/tmpfiles.d/libselinux.conf
-usr/lib/tmpfiles.d/pam.conf
usr/lib/tmpfiles.d/setup.conf
-usr/lib/tmpfiles.d/static-nodes-permissions.conf
-usr/lib/tmpfiles.d/systemd.conf
-usr/lib/tmpfiles.d/systemd-nologin.conf
-usr/lib/tmpfiles.d/systemd-tmp.conf
-usr/lib/tmpfiles.d/tmp.conf
-usr/lib/tmpfiles.d/var.conf
-usr/lib/tmpfiles.d/x11.conf
-usr/lib/udev/
-usr/lib/udev/rules.d/
-usr/lib/udev/rules.d/10-dm.rules
-usr/lib/udev/rules.d/13-dm-disk.rules
-usr/lib/udev/rules.d/95-dm-notify.rules
usr/local/
usr/local/bin/
usr/local/etc/
@@ -1691,107 +1025,20 @@ usr/local/share/man/mann/
usr/local/src/
usr/sbin/
usr/sbin/addgnupghome
-usr/sbin/addpart
-usr/sbin/adduser
-usr/sbin/agetty
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
-usr/sbin/blkdeactivate
-usr/sbin/blkdiscard
-usr/sbin/blkid
-usr/sbin/blkzone
-usr/sbin/blockdev
usr/sbin/capsh
-usr/sbin/cfdisk
-usr/sbin/chcpu
-usr/sbin/chgpasswd
-usr/sbin/chpasswd
usr/sbin/chroot
-usr/sbin/clock
-usr/sbin/cracklib-check
-usr/sbin/cracklib-format
-usr/sbin/cracklib-packer
-usr/sbin/cracklib-unpacker
-usr/sbin/create-cracklib-dict
-usr/sbin/ctrlaltdel
-usr/sbin/delpart
-usr/sbin/dmfilemapd
-usr/sbin/dmsetup
-usr/sbin/dmstats
-usr/sbin/faillock
-usr/sbin/fdformat
-usr/sbin/fdisk
-usr/sbin/findfs
-usr/sbin/fsck
-usr/sbin/fsck.cramfs
-usr/sbin/fsck.minix
-usr/sbin/fsfreeze
-usr/sbin/fstrim
usr/sbin/g13-syshelp
usr/sbin/getcap
usr/sbin/getpcaps
-usr/sbin/groupadd
-usr/sbin/groupdel
-usr/sbin/groupmems
-usr/sbin/groupmod
-usr/sbin/grpck
-usr/sbin/grpconv
-usr/sbin/grpunconv
-usr/sbin/halt
-usr/sbin/hwclock
usr/sbin/iconvconfig
-usr/sbin/init
-usr/sbin/ldattach
usr/sbin/ldconfig
-usr/sbin/losetup
-usr/sbin/mkdict
-usr/sbin/mkfs
-usr/sbin/mkfs.cramfs
-usr/sbin/mkfs.minix
-usr/sbin/mkhomedir_helper
-usr/sbin/mkswap
-usr/sbin/newusers
-usr/sbin/nologin
-usr/sbin/packer
-usr/sbin/pam_console_apply
-usr/sbin/pam_namespace_helper
-usr/sbin/pam_timestamp_check
-usr/sbin/partx
-usr/sbin/pivot_root
-usr/sbin/poweroff
-usr/sbin/pwck
-usr/sbin/pwconv
-usr/sbin/pwhistory_helper
-usr/sbin/pwunconv
-usr/sbin/readprofile
-usr/sbin/reboot
-usr/sbin/resizepart
-usr/sbin/rfkill
-usr/sbin/rtcwake
-usr/sbin/runlevel
-usr/sbin/runuser
usr/sbin/sasldblistusers2
usr/sbin/saslpasswd2
usr/sbin/setcap
-usr/sbin/sfdisk
-usr/sbin/shutdown
-usr/sbin/sulogin
-usr/sbin/swaplabel
-usr/sbin/swapoff
-usr/sbin/swapon
-usr/sbin/switch_root
-usr/sbin/telinit
-usr/sbin/unix_chkpwd
-usr/sbin/unix_update
usr/sbin/update-alternatives
-usr/sbin/useradd
-usr/sbin/userdel
-usr/sbin/usermod
-usr/sbin/vigr
-usr/sbin/vipw
-usr/sbin/wipefs
usr/sbin/zic
-usr/sbin/zramctl
usr/share/
usr/share/aclocal/
usr/share/appdata/
@@ -1829,137 +1076,13 @@ usr/share/awk/zerofile.awk
usr/share/backgrounds/
usr/share/bash-completion/
usr/share/bash-completion/completions/
-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/busctl
-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/coredumpctl
-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/hostnamectl
-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/journalctl
-usr/share/bash-completion/completions/last
-usr/share/bash-completion/completions/ldattach
-usr/share/bash-completion/completions/localectl
-usr/share/bash-completion/completions/logger
-usr/share/bash-completion/completions/loginctl
-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/p11-kit
-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/systemctl
-usr/share/bash-completion/completions/systemd-analyze
-usr/share/bash-completion/completions/systemd-cat
-usr/share/bash-completion/completions/systemd-cgls
-usr/share/bash-completion/completions/systemd-cgtop
-usr/share/bash-completion/completions/systemd-delta
-usr/share/bash-completion/completions/systemd-detect-virt
-usr/share/bash-completion/completions/systemd-id128
-usr/share/bash-completion/completions/systemd-path
-usr/share/bash-completion/completions/systemd-run
-usr/share/bash-completion/completions/taskset
-usr/share/bash-completion/completions/timedatectl
usr/share/bash-completion/completions/trust
-usr/share/bash-completion/completions/uclampset
-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/bash-completion/helpers/
-usr/share/cracklib/
-usr/share/cracklib/cracklib.magic
-usr/share/cracklib/cracklib-small.hwm
-usr/share/cracklib/cracklib-small.pwd
-usr/share/cracklib/cracklib-small.pwi
-usr/share/cracklib/pw_dict.hwm
-usr/share/cracklib/pw_dict.pwd
-usr/share/cracklib/pw_dict.pwi
usr/share/crypto-policies/
usr/share/crypto-policies/back-ends/
usr/share/crypto-policies/back-ends/DEFAULT/
@@ -2081,58 +1204,10 @@ usr/share/crypto-policies/policies/modules/NO-SHA1.pmod
usr/share/crypto-policies/policies/modules/OSPP.pmod
usr/share/crypto-policies/policies/modules/SHA1.pmod
usr/share/crypto-policies/reload-cmds.sh
-usr/share/dbus-1/
-usr/share/dbus-1/interfaces/
-usr/share/dbus-1/interfaces/org.freedesktop.hostname1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.LogControl1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Seat.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Session.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.User.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Mount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Path.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Scope.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Service.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Slice.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Socket.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Swap.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Target.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Timer.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml
-usr/share/dbus-1/interfaces/org.freedesktop.timedate1.xml
-usr/share/dbus-1/services/
-usr/share/dbus-1/services/org.freedesktop.systemd1.service
-usr/share/dbus-1/session.conf
-usr/share/dbus-1/session.d/
-usr/share/dbus-1/system.conf
-usr/share/dbus-1/system.d/
-usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
-usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
-usr/share/dbus-1/system.d/org.freedesktop.login1.conf
-usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
-usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
-usr/share/dbus-1/system-services/
-usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
-usr/share/dbus-1/system-services/org.freedesktop.locale1.service
-usr/share/dbus-1/system-services/org.freedesktop.login1.service
-usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
-usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
usr/share/desktop-directories/
usr/share/dict/
usr/share/doc/
usr/share/empty/
-usr/share/factory/
-usr/share/factory/etc/
-usr/share/factory/etc/issue
-usr/share/factory/etc/nsswitch.conf
-usr/share/factory/etc/pam.d/
-usr/share/factory/etc/pam.d/other
-usr/share/factory/etc/pam.d/system-auth
usr/share/file/
usr/share/file/magic
usr/share/fontconfig/
@@ -2240,9 +1315,6 @@ usr/share/libreport/conf.d/plugins/
usr/share/libreport/events/
usr/share/libreport/workflows/
usr/share/licenses/
-usr/share/licenses/acl/
-usr/share/licenses/acl/COPYING
-usr/share/licenses/acl/COPYING.LGPL
usr/share/licenses/alternatives/
usr/share/licenses/alternatives/COPYING
usr/share/licenses/audit-libs/
@@ -2253,31 +1325,15 @@ usr/share/licenses/bzip2-libs/
usr/share/licenses/bzip2-libs/LICENSE
usr/share/licenses/coreutils-single/
usr/share/licenses/coreutils-single/COPYING
-usr/share/licenses/cracklib/
-usr/share/licenses/cracklib/COPYING.LIB
usr/share/licenses/crypto-policies/
usr/share/licenses/crypto-policies/COPYING.LESSER
-usr/share/licenses/cryptsetup-libs/
-usr/share/licenses/cryptsetup-libs/COPYING
-usr/share/licenses/cryptsetup-libs/COPYING.LGPL
usr/share/licenses/cyrus-sasl-lib/
usr/share/licenses/cyrus-sasl-lib/COPYING
-usr/share/licenses/dbus-broker/
-usr/share/licenses/dbus-broker/AUTHORS
-usr/share/licenses/dbus-broker/LICENSE
usr/share/licenses/dejavu-sans-fonts/
usr/share/licenses/dejavu-sans-fonts/LICENSE
-usr/share/licenses/device-mapper/
-usr/share/licenses/device-mapper/COPYING
-usr/share/licenses/device-mapper/COPYING.LIB
-usr/share/licenses/device-mapper-libs/
-usr/share/licenses/device-mapper-libs/COPYING
-usr/share/licenses/device-mapper-libs/COPYING.LIB
usr/share/licenses/dnf/
usr/share/licenses/dnf/COPYING
usr/share/licenses/dnf/PACKAGE-LICENSING
-usr/share/licenses/expat/
-usr/share/licenses/expat/COPYING
usr/share/licenses/file-libs/
usr/share/licenses/file-libs/COPYING
usr/share/licenses/gawk/
@@ -2314,16 +1370,11 @@ usr/share/licenses/gpgme/COPYING.LESSER
usr/share/licenses/gpgme/LICENSES
usr/share/licenses/grep/
usr/share/licenses/grep/COPYING
-usr/share/licenses/gzip/
-usr/share/licenses/gzip/COPYING
-usr/share/licenses/gzip/fdl-1.3.txt
usr/share/licenses/json-c/
usr/share/licenses/json-c/AUTHORS
usr/share/licenses/json-c/COPYING
usr/share/licenses/keyutils-libs/
usr/share/licenses/keyutils-libs/LICENCE.LGPL
-usr/share/licenses/kmod-libs/
-usr/share/licenses/kmod-libs/COPYING
usr/share/licenses/krb5-libs/
usr/share/licenses/krb5-libs/LICENSE
usr/share/licenses/libarchive/
@@ -2341,16 +1392,10 @@ usr/share/licenses/libcom_err/
usr/share/licenses/libcom_err/NOTICE
usr/share/licenses/libcurl/
usr/share/licenses/libcurl/COPYING
-usr/share/licenses/libdb/
-usr/share/licenses/libdb/lgpl-2.1.txt
-usr/share/licenses/libdb/LICENSE
usr/share/licenses/libdnf/
usr/share/licenses/libdnf/COPYING
-usr/share/licenses/libeconf/
-usr/share/licenses/libeconf/LICENSE
-usr/share/licenses/libfdisk/
-usr/share/licenses/libfdisk/COPYING
-usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later
+usr/share/licenses/libevent/
+usr/share/licenses/libevent/LICENSE
usr/share/licenses/libffi/
usr/share/licenses/libffi/LICENSE
usr/share/licenses/libgcc/
@@ -2385,16 +1430,10 @@ usr/share/licenses/libpeas/
usr/share/licenses/libpeas/COPYING
usr/share/licenses/libpsl/
usr/share/licenses/libpsl/COPYING
-usr/share/licenses/libpwquality/
-usr/share/licenses/libpwquality/COPYING
usr/share/licenses/librepo/
usr/share/licenses/librepo/COPYING
-usr/share/licenses/libseccomp/
-usr/share/licenses/libseccomp/LICENSE
usr/share/licenses/libselinux/
usr/share/licenses/libselinux/LICENSE
-usr/share/licenses/libsemanage/
-usr/share/licenses/libsemanage/COPYING
usr/share/licenses/libsepol/
usr/share/licenses/libsepol/COPYING
usr/share/licenses/libsigsegv/
@@ -2413,8 +1452,6 @@ usr/share/licenses/libtasn1/LICENSE
usr/share/licenses/libunistring/
usr/share/licenses/libunistring/COPYING
usr/share/licenses/libunistring/COPYING.LIB
-usr/share/licenses/libutempter/
-usr/share/licenses/libutempter/COPYING
usr/share/licenses/libuuid/
usr/share/licenses/libuuid/COPYING
usr/share/licenses/libuuid/COPYING.BSD-3-Clause
@@ -2446,15 +1483,10 @@ usr/share/licenses/npth/COPYING.LIB
usr/share/licenses/openldap/
usr/share/licenses/openldap/COPYRIGHT
usr/share/licenses/openldap/LICENSE
-usr/share/licenses/openssl/
usr/share/licenses/openssl-libs/
usr/share/licenses/openssl-libs/LICENSE.txt
-usr/share/licenses/openssl/LICENSE.txt
usr/share/licenses/p11-kit/
usr/share/licenses/p11-kit/COPYING
-usr/share/licenses/pam/
-usr/share/licenses/pam/Copyright
-usr/share/licenses/pam/gpl-2.0.txt
usr/share/licenses/pcre/
usr/share/licenses/pcre2-syntax/
usr/share/licenses/pcre2-syntax/COPYING
@@ -2478,21 +1510,8 @@ usr/share/licenses/sed/
usr/share/licenses/sed/COPYING
usr/share/licenses/setup/
usr/share/licenses/setup/COPYING
-usr/share/licenses/shadow-utils/
-usr/share/licenses/shadow-utils/gpl-2.0.txt
-usr/share/licenses/shadow-utils/shadow-bsd.txt
-usr/share/licenses/systemd/
-usr/share/licenses/systemd/LICENSE.GPL2
-usr/share/licenses/systemd/LICENSE.LGPL2.1
usr/share/licenses/tzdata/
usr/share/licenses/tzdata/LICENSE
-usr/share/licenses/util-linux/
-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/xz-libs/
usr/share/licenses/xz-libs/COPYING
usr/share/licenses/zlib/
@@ -2568,11 +1587,7 @@ usr/share/omf/
usr/share/p11-kit/
usr/share/p11-kit/modules/
usr/share/p11-kit/modules/p11-kit-trust.module
-usr/share/pam.d/
usr/share/pixmaps/
-usr/share/pkgconfig/
-usr/share/pkgconfig/systemd.pc
-usr/share/pkgconfig/udev.pc
usr/share/pki/
usr/share/pki/ca-trust-legacy/
usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt
@@ -2582,22 +1597,12 @@ usr/share/pki/ca-trust-source/anchors/
usr/share/pki/ca-trust-source/blocklist/
usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit
usr/share/pki/ca-trust-source/README
-usr/share/polkit-1/
-usr/share/polkit-1/actions/
-usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
-usr/share/polkit-1/actions/org.freedesktop.locale1.policy
-usr/share/polkit-1/actions/org.freedesktop.login1.policy
-usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
-usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
usr/share/publicsuffix/
usr/share/publicsuffix/public_suffix_list.dafsa
usr/share/redhat-release
usr/share/rocky-release/
usr/share/rocky-release/EULA
usr/share/sounds/
-usr/share/systemd/
-usr/share/systemd/kbd-model-map
-usr/share/systemd/language-fallback-map
usr/share/tabset/
usr/share/tabset/std
usr/share/tabset/stdcrt
@@ -3238,6 +2243,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -3831,6 +2837,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -4450,6 +3457,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -4628,26 +3636,7 @@ usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/Zulu
usr/share/zsh/
usr/share/zsh/site-functions/
-usr/share/zsh/site-functions/_busctl
-usr/share/zsh/site-functions/_coredumpctl
usr/share/zsh/site-functions/_curl
-usr/share/zsh/site-functions/_hostnamectl
-usr/share/zsh/site-functions/_journalctl
-usr/share/zsh/site-functions/_localectl
-usr/share/zsh/site-functions/_loginctl
-usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
-usr/share/zsh/site-functions/_sd_machines
-usr/share/zsh/site-functions/_sd_outputmodes
-usr/share/zsh/site-functions/_sd_unit_files
-usr/share/zsh/site-functions/_systemctl
-usr/share/zsh/site-functions/_systemd
-usr/share/zsh/site-functions/_systemd-analyze
-usr/share/zsh/site-functions/_systemd-delta
-usr/share/zsh/site-functions/_systemd-inhibit
-usr/share/zsh/site-functions/_systemd-path
-usr/share/zsh/site-functions/_systemd-run
-usr/share/zsh/site-functions/_systemd-tmpfiles
-usr/share/zsh/site-functions/_timedatectl
usr/src/
usr/src/debug/
usr/src/kernels/
@@ -4658,7 +3647,6 @@ var/cache/
var/cache/bpf/
var/cache/ldconfig/
var/cache/ldconfig/aux-cache
-var/cache/private/
var/db/
var/empty/
var/ftp/
@@ -4672,27 +3660,14 @@ var/lib/alternatives/libnssckbi.so.x86_64
var/lib/dnf/
var/lib/games/
var/lib/misc/
-var/lib/private/
var/lib/rpm/
var/lib/rpm/rpmdb.sqlite
var/lib/rpm/rpmdb.sqlite-shm
var/lib/rpm/rpmdb.sqlite-wal
var/lib/rpm-state/
-var/lib/selinux/
-var/lib/selinux/tmp/
-var/lib/systemd/
-var/lib/systemd/catalog/
-var/lib/systemd/catalog/database
-var/lib/systemd/coredump/
var/local/
var/lock
var/log/
-var/log/btmp
-var/log/lastlog
-var/log/private/
-var/log/README
-var/log/tallylog
-var/log/wtmp
var/mail
var/nis/
var/opt/
diff --git a/rockylinux_9/layer.tar.xz b/rockylinux_9/layer.tar.xz
index b268e4e..1aa6cb8 100644
Binary files a/rockylinux_9/layer.tar.xz and b/rockylinux_9/layer.tar.xz differ
diff --git a/rockylinux_9/layer.tar.xz 'tar -t' b/rockylinux_9/layer.tar.xz 'tar -t'
index b95830d..80d6b5e 100644
--- a/rockylinux_9/layer.tar.xz 'tar -t'
+++ b/rockylinux_9/layer.tar.xz 'tar -t'
@@ -10,7 +10,6 @@ etc/alternatives/ld
etc/alternatives/libnssckbi.so.x86_64
etc/bash_completion.d/
etc/bashrc
-etc/binfmt.d/
etc/BUILDTIME
etc/crypto-policies/
etc/crypto-policies/back-ends/
@@ -35,11 +34,8 @@ etc/crypto-policies/state/current
etc/crypttab
etc/csh.cshrc
etc/csh.login
-etc/dbus-1/
-etc/dbus-1/session.conf
-etc/dbus-1/session.d/
-etc/dbus-1/system.conf
-etc/dbus-1/system.d/
+etc/debuginfod/
+etc/debuginfod/elfutils.urls
etc/default/
etc/default/useradd
etc/dnf/
@@ -50,13 +46,13 @@ etc/dnf/modules.defaults.d/
etc/dnf/plugins/
etc/dnf/protected.d/
etc/dnf/protected.d/dnf.conf
-etc/dnf/protected.d/systemd.conf
etc/dnf/protected.d/yum.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -77,7 +73,6 @@ etc/gss/mech.d/
etc/host.conf
etc/hostname
etc/hosts
-etc/inittab
etc/inputrc
etc/issue
etc/issue.d/
@@ -112,27 +107,11 @@ etc/NetworkManager/system-connections/
etc/NetworkManager/system-connections/ens3.nmconnection
etc/networks
etc/nsswitch.conf
-etc/nsswitch.conf.bak
etc/openldap/
etc/openldap/certs/
etc/openldap/ldap.conf
etc/opt/
etc/os-release
-etc/pam.d/
-etc/pam.d/config-util
-etc/pam.d/fingerprint-auth
-etc/pam.d/login
-etc/pam.d/other
-etc/pam.d/password-auth
-etc/pam.d/postlogin
-etc/pam.d/remote
-etc/pam.d/runuser
-etc/pam.d/runuser-l
-etc/pam.d/smartcard-auth
-etc/pam.d/su
-etc/pam.d/su-l
-etc/pam.d/system-auth
-etc/pam.d/systemd-user
etc/passwd
etc/passwd-
etc/pkcs11/
@@ -186,9 +165,9 @@ etc/profile
etc/profile.d/
etc/profile.d/colorgrep.csh
etc/profile.d/colorgrep.sh
-etc/profile.d/colorzgrep.csh
-etc/profile.d/colorzgrep.sh
etc/profile.d/csh.local
+etc/profile.d/debuginfod.csh
+etc/profile.d/debuginfod.sh
etc/profile.d/gawk.csh
etc/profile.d/gawk.sh
etc/profile.d/lang.csh
@@ -198,9 +177,6 @@ etc/profile.d/less.sh
etc/profile.d/sh.local
etc/protocols
etc/.pwd.lock
-etc/rc.d/
-etc/rc.d/rc.local
-etc/rc.local
etc/redhat-release
etc/resolv.conf
etc/rocky-release
@@ -211,26 +187,6 @@ etc/rpm/macros.dist
etc/rpm/macros.image-language-conf
etc/rwtab.d/
etc/sasl2/
-etc/security/
-etc/security/access.conf
-etc/security/chroot.conf
-etc/security/console.apps/
-etc/security/console.handlers
-etc/security/console.perms
-etc/security/console.perms.d/
-etc/security/faillock.conf
-etc/security/group.conf
-etc/security/limits.conf
-etc/security/limits.d/
-etc/security/namespace.conf
-etc/security/namespace.d/
-etc/security/namespace.init
-etc/security/opasswd
-etc/security/pam_env.conf
-etc/security/pwquality.conf
-etc/security/pwquality.conf.d/
-etc/security/sepermit.conf
-etc/security/time.conf
etc/selinux/
etc/selinux/semanage.conf
etc/services
@@ -252,48 +208,9 @@ etc/subuid
etc/sysconfig/
etc/sysconfig/anaconda
etc/sysconfig/network
-etc/sysctl.conf
-etc/sysctl.d/
-etc/sysctl.d/99-sysctl.conf
-etc/systemd/
-etc/systemd/coredump.conf
-etc/systemd/journald.conf
-etc/systemd/logind.conf
-etc/systemd/system/
-etc/systemd/system.conf
-etc/systemd/system/console-getty.service
-etc/systemd/system/ctrl-alt-del.target
-etc/systemd/system/dbus.service
-etc/systemd/system/default.target
-etc/systemd/system/dev-hugepages.mount
-etc/systemd/system/getty.target
-etc/systemd/system/getty.target.wants/
-etc/systemd/system/getty.target.wants/[email protected]
-etc/systemd/system/multi-user.target.wants/
-etc/systemd/system/multi-user.target.wants/remote-fs.target
-etc/systemd/system/sockets.target.wants/
-etc/systemd/system/sockets.target.wants/dbus.socket
-etc/systemd/system/sys-fs-fuse-connections.mount
-etc/systemd/system/sysinit.target.wants/
-etc/systemd/system/sysinit.target.wants/nis-domainname.service
-etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
-etc/systemd/system/systemd-logind.service
-etc/systemd/system/systemd-remount-fs.service
-etc/systemd/system/timers.target.wants/
-etc/systemd/system/timers.target.wants/dnf-makecache.timer
-etc/systemd/user/
-etc/systemd/user/basic.target.wants/
-etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service
-etc/systemd/user.conf
-etc/systemd/user/dbus.service
-etc/systemd/user/sockets.target.wants/
-etc/systemd/user/sockets.target.wants/dbus.socket
-etc/systemd/user/timers.target.wants/
-etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer
etc/system-release
etc/system-release-cpe
etc/terminfo/
-etc/tmpfiles.d/
etc/tpm2-tss/
etc/tpm2-tss/fapi-config.json
etc/tpm2-tss/fapi-profiles/
@@ -306,15 +223,12 @@ etc/X11/applnk/
etc/X11/fontpath.d/
etc/X11/xinit/
etc/X11/xinit/xinitrc.d/
-etc/X11/xinit/xinitrc.d/50-systemd-user.sh
etc/X11/xinit/xinput.d/
etc/X11/xorg.conf.d/
etc/X11/xorg.conf.d/00-keyboard.conf
etc/xattr.conf
etc/xdg/
etc/xdg/autostart/
-etc/xdg/systemd/
-etc/xdg/systemd/user
etc/yum/
etc/yum.conf
etc/yum/pluginconf.d
@@ -343,28 +257,6 @@ root/.cshrc
root/original-ks.cfg
root/.tcshrc
run/
-run/console/
-run/cryptsetup/
-run/faillock/
-run/lock/
-run/lock/subsys/
-run/log/
-run/motd
-run/motd.d/
-run/nologin
-run/sepermit/
-run/setrans/
-run/systemd/
-run/systemd/ask-password/
-run/systemd/machines/
-run/systemd/seats/
-run/systemd/sessions/
-run/systemd/shutdown/
-run/systemd/users/
-run/tpm2-tss/
-run/tpm2-tss/eventlog/
-run/user/
-run/utmp
sbin
srv/
sys/
@@ -388,31 +280,20 @@ usr/bin/bash
usr/bin/bashbug
usr/bin/bashbug-64
usr/bin/bg
-usr/bin/busctl
-usr/bin/cal
usr/bin/ca-legacy
usr/bin/cat
usr/bin/catchsegv
usr/bin/cd
usr/bin/c++filt
-usr/bin/chacl
usr/bin/chage
usr/bin/chcon
usr/bin/chgrp
-usr/bin/chmem
usr/bin/chmod
-usr/bin/choom
usr/bin/chown
-usr/bin/chrt
usr/bin/cksum
usr/bin/clockdiff
-usr/bin/col
-usr/bin/colcrt
-usr/bin/colrm
-usr/bin/column
usr/bin/comm
usr/bin/command
-usr/bin/coredumpctl
usr/bin/coreutils
usr/bin/cp
usr/bin/csplit
@@ -420,8 +301,6 @@ usr/bin/curl
usr/bin/cut
usr/bin/cyrusbdb2current
usr/bin/date
-usr/bin/dbus-broker
-usr/bin/dbus-broker-launch
usr/bin/dd
usr/bin/debuginfod-find
usr/bin/df
@@ -430,7 +309,6 @@ usr/bin/dircolors
usr/bin/dirmngr
usr/bin/dirmngr-client
usr/bin/dirname
-usr/bin/dmesg
usr/bin/dnf
usr/bin/dnf-3
usr/bin/dnsdomainname
@@ -439,7 +317,6 @@ usr/bin/du
usr/bin/dwp
usr/bin/echo
usr/bin/egrep
-usr/bin/eject
usr/bin/elfedit
usr/bin/env
usr/bin/evmctl
@@ -447,14 +324,10 @@ usr/bin/ex
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/findmnt
-usr/bin/flock
usr/bin/fmt
usr/bin/fold
usr/bin/g13
@@ -464,8 +337,6 @@ usr/bin/gdbus
usr/bin/gencat
usr/bin/getconf
usr/bin/getent
-usr/bin/getfacl
-usr/bin/getopt
usr/bin/getopts
usr/bin/gio
usr/bin/gio-querymodules-64
@@ -491,32 +362,15 @@ usr/bin/grep
usr/bin/groups
usr/bin/gsettings
usr/bin/gtar
-usr/bin/gunzip
-usr/bin/gzexe
-usr/bin/gzip
-usr/bin/hardlink
usr/bin/hash
usr/bin/head
-usr/bin/hexdump
usr/bin/hostid
usr/bin/hostname
-usr/bin/hostnamectl
-usr/bin/i386
usr/bin/iconv
usr/bin/id
usr/bin/install
-usr/bin/ionice
-usr/bin/ipcmk
-usr/bin/ipcrm
-usr/bin/ipcs
-usr/bin/irqtop
-usr/bin/isosize
usr/bin/jobs
usr/bin/join
-usr/bin/journalctl
-usr/bin/kill
-usr/bin/last
-usr/bin/lastb
usr/bin/lastlog
usr/bin/ld
usr/bin/ld.bfd
@@ -528,40 +382,18 @@ 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/localectl
usr/bin/localedef
-usr/bin/logger
-usr/bin/login
-usr/bin/loginctl
usr/bin/logname
-usr/bin/look
usr/bin/ls
-usr/bin/lsblk
-usr/bin/lscpu
-usr/bin/lsipc
-usr/bin/lsirq
-usr/bin/lslocks
-usr/bin/lslogins
-usr/bin/lsmem
-usr/bin/lsns
-usr/bin/make-dummy-cert
-usr/bin/mcookie
usr/bin/md5sum
-usr/bin/mesg
usr/bin/mkdir
usr/bin/mkfifo
usr/bin/mknod
usr/bin/mktemp
usr/bin/modulemd-validator
-usr/bin/more
-usr/bin/mount
-usr/bin/mountpoint
usr/bin/mv
-usr/bin/namei
usr/bin/newgidmap
usr/bin/newgrp
usr/bin/newuidmap
@@ -571,12 +403,10 @@ usr/bin/nl
usr/bin/nm
usr/bin/nohup
usr/bin/nproc
-usr/bin/nsenter
usr/bin/numfmt
usr/bin/objcopy
usr/bin/objdump
usr/bin/od
-usr/bin/openssl
usr/bin/p11-kit
usr/bin/paste
usr/bin/pathchk
@@ -586,11 +416,8 @@ usr/bin/pldd
usr/bin/pr
usr/bin/printenv
usr/bin/printf
-usr/bin/prlimit
usr/bin/ptx
usr/bin/pwd
-usr/bin/pwmake
-usr/bin/pwscore
usr/bin/pydoc
usr/bin/pydoc3
usr/bin/pydoc3.9
@@ -601,10 +428,6 @@ usr/bin/read
usr/bin/readelf
usr/bin/readlink
usr/bin/realpath
-usr/bin/rename
-usr/bin/renew-dummy-cert
-usr/bin/renice
-usr/bin/rev
usr/bin/rm
usr/bin/rmdir
usr/bin/rpm
@@ -617,16 +440,8 @@ usr/bin/rpmverify
usr/bin/runcon
usr/bin/rvi
usr/bin/rview
-usr/bin/script
-usr/bin/scriptlive
-usr/bin/scriptreplay
usr/bin/sed
usr/bin/seq
-usr/bin/setarch
-usr/bin/setfacl
-usr/bin/setpriv
-usr/bin/setsid
-usr/bin/setterm
usr/bin/sg
usr/bin/sh
usr/bin/sha1sum
@@ -647,42 +462,13 @@ usr/bin/stdbuf
usr/bin/strings
usr/bin/strip
usr/bin/stty
-usr/bin/su
usr/bin/sum
usr/bin/sync
-usr/bin/systemctl
-usr/bin/systemd-analyze
-usr/bin/systemd-ask-password
-usr/bin/systemd-cat
-usr/bin/systemd-cgls
-usr/bin/systemd-cgtop
-usr/bin/systemd-creds
-usr/bin/systemd-delta
-usr/bin/systemd-detect-virt
-usr/bin/systemd-dissect
-usr/bin/systemd-escape
-usr/bin/systemd-firstboot
-usr/bin/systemd-id128
-usr/bin/systemd-inhibit
-usr/bin/systemd-machine-id-setup
-usr/bin/systemd-mount
-usr/bin/systemd-notify
-usr/bin/systemd-path
-usr/bin/systemd-run
-usr/bin/systemd-socket-activate
-usr/bin/systemd-stdio-bridge
-usr/bin/systemd-sysext
-usr/bin/systemd-sysusers
-usr/bin/systemd-tmpfiles
-usr/bin/systemd-tty-ask-password-agent
-usr/bin/systemd-umount
usr/bin/tac
usr/bin/tail
usr/bin/tar
-usr/bin/taskset
usr/bin/tee
usr/bin/test
-usr/bin/timedatectl
usr/bin/timeout
usr/bin/touch
usr/bin/tr
@@ -694,53 +480,30 @@ usr/bin/tsort
usr/bin/tty
usr/bin/type
usr/bin/tzselect
-usr/bin/uclampset
-usr/bin/ul
usr/bin/ulimit
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/unshare
usr/bin/update-ca-trust
usr/bin/users
-usr/bin/utmpdump
-usr/bin/uuidgen
-usr/bin/uuidparse
usr/bin/vdir
usr/bin/vi
usr/bin/view
usr/bin/wait
-usr/bin/wall
usr/bin/watchgnupg
usr/bin/wc
-usr/bin/wdctl
-usr/bin/whereis
usr/bin/who
usr/bin/whoami
-usr/bin/write
-usr/bin/x86_64
usr/bin/xmlcatalog
usr/bin/xmllint
usr/bin/xmlwf
usr/bin/yes
usr/bin/ypdomainname
usr/bin/yum
-usr/bin/zcat
-usr/bin/zcmp
-usr/bin/zdiff
usr/bin/zdump
-usr/bin/zegrep
-usr/bin/zfgrep
-usr/bin/zforce
-usr/bin/zgrep
-usr/bin/zless
-usr/bin/zmore
-usr/bin/znew
usr/games/
usr/include/
usr/include/pythonXXX/
@@ -750,10 +513,6 @@ usr/lib64/
usr/lib64/audit/
usr/lib64/audit/sotruss-lib.so
usr/lib64/bpf/
-usr/lib64/cracklib_dict.hwm
-usr/lib64/cracklib_dict.pwd
-usr/lib64/cracklib_dict.pwi
-usr/lib64/cryptsetup/
usr/lib64/engines-3/
usr/lib64/engines-3/afalg.so
usr/lib64/engines-3/capi.so
@@ -794,6 +553,7 @@ usr/lib64/gio/
usr/lib64/gio/modules/
usr/lib64/girepository-1.0/
usr/lib64/girepository-1.0/Modulemd-2.0.typelib
+usr/lib64/.gnutls.hmac
usr/lib64/krb5/
usr/lib64/krb5/plugins/
usr/lib64/krb5/plugins/authdata/
@@ -809,7 +569,7 @@ usr/lib64/libacl.so.XXX
usr/lib64/libanl.so.XXX
usr/lib64/libarchive.so.XXX
usr/lib64/libarchive.so.XXX
-usr/lib64/libasm-0.186.so
+usr/lib64/libasm-0.187.so
usr/lib64/libasm.so.XXX
usr/lib64/libassuan.so.XXX
usr/lib64/libassuan.so.XXX
@@ -820,7 +580,7 @@ usr/lib64/libaudit.so.XXX
usr/lib64/libauparse.so
usr/lib64/libauparse.so.XXX
usr/lib64/libauparse.so.XXX
-usr/lib64/libbfd-2.35.2-17.el9.so
+usr/lib64/libbfd-2.35.2-24.el9.so
usr/lib64/libblkid.so.XXX
usr/lib64/libblkid.so.XXX
usr/lib64/libBrokenLocale.so.XXX
@@ -840,18 +600,12 @@ usr/lib64/libc_malloc_debug.so.XXX
usr/lib64/libcom_err.so.XXX
usr/lib64/libcom_err.so.XXX
usr/lib64/libcomps.so.XXX
-usr/lib64/libcrack.so.XXX
-usr/lib64/libcrack.so.XXX
usr/lib64/libcrypto.so.XXX
usr/lib64/libcrypto.so.XXX
-usr/lib64/libcryptsetup.so.XXX
-usr/lib64/libcryptsetup.so.XXX
usr/lib64/libcrypt.so.XXX
usr/lib64/libcrypt.so.XXX
usr/lib64/libc.so.XXX
-usr/lib64/libctf.a
usr/lib64/libctf.la
-usr/lib64/libctf-nobfd.a
usr/lib64/libctf-nobfd.la
usr/lib64/libctf-nobfd.so
usr/lib64/libctf-nobfd.so.XXX
@@ -861,11 +615,8 @@ usr/lib64/libctf.so.XXX
usr/lib64/libctf.so.XXX
usr/lib64/libcurl.so.XXX
usr/lib64/libcurl.so.XXX
-usr/lib64/libdb-5.3.so
-usr/lib64/libdb-5.so
-usr/lib64/libdebuginfod-0.186.so
+usr/lib64/libdebuginfod-0.187.so
usr/lib64/libdebuginfod.so.XXX
-usr/lib64/libdevmapper.so.XXX
usr/lib64/libdl.so.XXX
usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
@@ -873,23 +624,29 @@ usr/lib64/libdnf/plugins/README
usr/lib64/libdnf.so.XXX
usr/lib64/libdrop_ambient.so.XXX
usr/lib64/libdrop_ambient.so.XXX
-usr/lib64/libdw-0.186.so
+usr/lib64/libdw-0.187.so
usr/lib64/libdw.so.XXX
-usr/lib64/libeconf.so.XXX
-usr/lib64/libeconf.so.XXX
-usr/lib64/libelf-0.186.so
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.XXX
+usr/lib64/libevent-2.1.so.XXX
+usr/lib64/libevent-2.1.so.XXX
+usr/lib64/libevent_core-2.1.so.XXX
+usr/lib64/libevent_core-2.1.so.XXX
+usr/lib64/libevent_extra-2.1.so.XXX
+usr/lib64/libevent_extra-2.1.so.XXX
+usr/lib64/libevent_openssl-2.1.so.XXX
+usr/lib64/libevent_openssl-2.1.so.XXX
+usr/lib64/libevent_pthreads-2.1.so.XXX
+usr/lib64/libevent_pthreads-2.1.so.XXX
usr/lib64/libexpat.so.XXX
usr/lib64/libexpat.so.XXX
-usr/lib64/libfdisk.so.XXX
-usr/lib64/libfdisk.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libffi.so.XXX
usr/lib64/libform.so.XXX
usr/lib64/libform.so.XXX
usr/lib64/libformw.so.XXX
usr/lib64/libformw.so.XXX
-usr/lib64/libgcc_s-11-20220127.so.XXX
+usr/lib64/libgcc_s-11-20220421.so.XXX
usr/lib64/libgcc_s.so.XXX
usr/lib64/libgcrypt.so.XXX
usr/lib64/libgcrypt.so.XXX
@@ -907,8 +664,6 @@ usr/lib64/.libgmp.so.10.4.0.hmac
usr/lib64/.libgmp.so.10.hmac
usr/lib64/libgmp.so.XXX
usr/lib64/libgmp.so.XXX
-usr/lib64/.libgnutls.so.30.31.0.hmac
-usr/lib64/.libgnutls.so.30.hmac
usr/lib64/libgnutls.so.XXX
usr/lib64/libgnutls.so.XXX
usr/lib64/libgobject-2.0.so.XXX
@@ -927,7 +682,7 @@ usr/lib64/libgthread-2.0.so.XXX
usr/lib64/libgthread-2.0.so.XXX
usr/lib64/libhistory.so.XXX
usr/lib64/libhistory.so.XXX
-usr/lib64/.libhogweed.so.6.4.hmac
+usr/lib64/.libhogweed.so.6.5.hmac
usr/lib64/.libhogweed.so.6.hmac
usr/lib64/libhogweed.so.XXX
usr/lib64/libhogweed.so.XXX
@@ -943,8 +698,6 @@ usr/lib64/libkdb5.so.XXX
usr/lib64/libkdb5.so.XXX
usr/lib64/libkeyutils.so.XXX
usr/lib64/libkeyutils.so.XXX
-usr/lib64/libkmod.so.XXX
-usr/lib64/libkmod.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrad.so.XXX
usr/lib64/libkrb5.so.XXX
@@ -953,10 +706,12 @@ usr/lib64/libkrb5support.so.XXX
usr/lib64/libkrb5support.so.XXX
usr/lib64/libksba.so.XXX
usr/lib64/libksba.so.XXX
-usr/lib64/liblber-2.4.so.XXX
-usr/lib64/liblber-2.4.so.XXX
-usr/lib64/libldap_r-2.4.so.XXX
-usr/lib64/libldap_r-2.4.so.XXX
+usr/lib64/liblber.so.XXX
+usr/lib64/liblber.so.XXX
+usr/lib64/libldap_r.so.XXX
+usr/lib64/libldap_r.so.XXX
+usr/lib64/libldap.so.XXX
+usr/lib64/libldap.so.XXX
usr/lib64/liblua-5.3.so
usr/lib64/liblua-5.4.so
usr/lib64/liblz4.so.XXX
@@ -982,7 +737,7 @@ usr/lib64/libncurses.so.XXX
usr/lib64/libncurses.so.XXX
usr/lib64/libncursesw.so.XXX
usr/lib64/libncursesw.so.XXX
-usr/lib64/.libnettle.so.8.4.hmac
+usr/lib64/.libnettle.so.8.5.hmac
usr/lib64/.libnettle.so.8.hmac
usr/lib64/libnettle.so.XXX
usr/lib64/libnettle.so.XXX
@@ -994,18 +749,9 @@ usr/lib64/libnssckbi.so
usr/lib64/libnss_compat.so.XXX
usr/lib64/libnss_dns.so.XXX
usr/lib64/libnss_files.so.XXX
-usr/lib64/libnss_myhostname.so.XXX
-usr/lib64/libnss_resolve.so.XXX
-usr/lib64/libnss_systemd.so.XXX
-usr/lib64/libopcodes-2.35.2-17.el9.so
+usr/lib64/libopcodes-2.35.2-24.el9.so
usr/lib64/libp11-kit.so.XXX
usr/lib64/libp11-kit.so.XXX
-usr/lib64/libpamc.so.XXX
-usr/lib64/libpamc.so.XXX
-usr/lib64/libpam_misc.so.XXX
-usr/lib64/libpam_misc.so.XXX
-usr/lib64/libpam.so.XXX
-usr/lib64/libpam.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanel.so.XXX
usr/lib64/libpanelw.so.XXX
@@ -1026,8 +772,6 @@ usr/lib64/libpsl.so.XXX
usr/lib64/libpsx.so.XXX
usr/lib64/libpsx.so.XXX
usr/lib64/libpthread.so.XXX
-usr/lib64/libpwquality.so.XXX
-usr/lib64/libpwquality.so.XXX
usr/lib64/libpythonXXX.so
usr/lib64/libpythonXXX.so.XXX
usr/lib64/libreadline.so.XXX
@@ -1045,16 +789,14 @@ usr/lib64/librpm.so.XXX
usr/lib64/librt.so.XXX
usr/lib64/libsasl2.so.XXX
usr/lib64/libsasl2.so.XXX
-usr/lib64/libseccomp.so.XXX
-usr/lib64/libseccomp.so.XXX
usr/lib64/libSegFault.so
usr/lib64/libselinux.so.XXX
usr/lib64/libsemanage.so.XXX
usr/lib64/libsepol.so.XXX
usr/lib64/libsigsegv.so.XXX
usr/lib64/libsigsegv.so.XXX
-usr/lib64/libslapi-2.4.so.XXX
-usr/lib64/libslapi-2.4.so.XXX
+usr/lib64/libslapi.so.XXX
+usr/lib64/libslapi.so.XXX
usr/lib64/libsmartcols.so.XXX
usr/lib64/libsmartcols.so.XXX
usr/lib64/libsolvext.so.XXX
@@ -1069,8 +811,6 @@ usr/lib64/libssl.so.XXX
usr/lib64/libssl.so.XXX
usr/lib64/libstdc++.so.XXX
usr/lib64/libstdc++.so.XXX
-usr/lib64/libsystemd.so.XXX
-usr/lib64/libsystemd.so.XXX
usr/lib64/libtasn1.so.XXX
usr/lib64/libtasn1.so.XXX
usr/lib64/libthread_db.so.XXX
@@ -1098,12 +838,8 @@ usr/lib64/libtss2-tcti-mssim.so.XXX
usr/lib64/libtss2-tcti-mssim.so.XXX
usr/lib64/libtss2-tcti-swtpm.so.XXX
usr/lib64/libtss2-tcti-swtpm.so.XXX
-usr/lib64/libudev.so.XXX
-usr/lib64/libudev.so.XXX
usr/lib64/libunistring.so.XXX
usr/lib64/libunistring.so.XXX
-usr/lib64/libutempter.so.XXX
-usr/lib64/libutempter.so.XXX
usr/lib64/libutil.so.XXX
usr/lib64/libuuid.so.XXX
usr/lib64/libuuid.so.XXX
@@ -2394,13 +2130,13 @@ usr/lib64/pythonXXX/lib2to3/fixes/__pycache__/fix_zip.cpython-XXX.pyc
usr/lib64/pythonXXX/lib2to3/fixes/__pycache__/__init__.cpython-XXX.opt-1.pyc
usr/lib64/pythonXXX/lib2to3/fixes/__pycache__/__init__.cpython-XXX.opt-2.pyc
usr/lib64/pythonXXX/lib2to3/fixes/__pycache__/__init__.cpython-XXX.pyc
-usr/lib64/pythonXXX/lib2to3/Grammar3.9.10.final.0.pickle
+usr/lib64/pythonXXX/lib2to3/Grammar3.9.14.final.0.pickle
usr/lib64/pythonXXX/lib2to3/Grammar.txt
usr/lib64/pythonXXX/lib2to3/__init__.py
usr/lib64/pythonXXX/lib2to3/main.py
usr/lib64/pythonXXX/lib2to3/__main__.py
usr/lib64/pythonXXX/lib2to3/patcomp.py
-usr/lib64/pythonXXX/lib2to3/PatternGrammar3.9.10.final.0.pickle
+usr/lib64/pythonXXX/lib2to3/PatternGrammar3.9.14.final.0.pickle
usr/lib64/pythonXXX/lib2to3/PatternGrammar.txt
usr/lib64/pythonXXX/lib2to3/pgen2/
usr/lib64/pythonXXX/lib2to3/pgen2/conv.py
@@ -3732,65 +3468,8 @@ usr/lib64/sasl2/libsasldb.so
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/sasl2/libsasldb.so.XXX
usr/lib64/security/
-usr/lib64/security/pam_access.so
usr/lib64/security/pam_cap.so
-usr/lib64/security/pam_chroot.so
-usr/lib64/security/pam_console.so
-usr/lib64/security/pam_debug.so
-usr/lib64/security/pam_deny.so
-usr/lib64/security/pam_echo.so
-usr/lib64/security/pam_env.so
-usr/lib64/security/pam_exec.so
-usr/lib64/security/pam_faildelay.so
-usr/lib64/security/pam_faillock.so
-usr/lib64/security/pam_filter/
-usr/lib64/security/pam_filter.so
-usr/lib64/security/pam_filter/upperLOWER
-usr/lib64/security/pam_ftp.so
-usr/lib64/security/pam_group.so
-usr/lib64/security/pam_issue.so
-usr/lib64/security/pam_keyinit.so
-usr/lib64/security/pam_lastlog.so
-usr/lib64/security/pam_limits.so
-usr/lib64/security/pam_listfile.so
-usr/lib64/security/pam_localuser.so
-usr/lib64/security/pam_loginuid.so
-usr/lib64/security/pam_mail.so
-usr/lib64/security/pam_mkhomedir.so
-usr/lib64/security/pam_motd.so
-usr/lib64/security/pam_namespace.so
-usr/lib64/security/pam_nologin.so
-usr/lib64/security/pam_permit.so
-usr/lib64/security/pam_postgresok.so
-usr/lib64/security/pam_pwhistory.so
-usr/lib64/security/pam_pwquality.so
-usr/lib64/security/pam_rhosts.so
-usr/lib64/security/pam_rootok.so
-usr/lib64/security/pam_securetty.so
-usr/lib64/security/pam_selinux_permit.so
-usr/lib64/security/pam_selinux.so
-usr/lib64/security/pam_sepermit.so
-usr/lib64/security/pam_setquota.so
-usr/lib64/security/pam_shells.so
-usr/lib64/security/pam_stress.so
-usr/lib64/security/pam_succeed_if.so
-usr/lib64/security/pam_systemd.so
-usr/lib64/security/pam_time.so
-usr/lib64/security/pam_timestamp.so
-usr/lib64/security/pam_tty_audit.so
-usr/lib64/security/pam_umask.so
-usr/lib64/security/pam_unix_acct.so
-usr/lib64/security/pam_unix_auth.so
-usr/lib64/security/pam_unix_passwd.so
-usr/lib64/security/pam_unix_session.so
-usr/lib64/security/pam_unix.so
-usr/lib64/security/pam_userdb.so
-usr/lib64/security/pam_usertype.so
-usr/lib64/security/pam_warn.so
-usr/lib64/security/pam_wheel.so
-usr/lib64/security/pam_xauth.so
usr/lib64/X11/
-usr/lib/binfmt.d/
usr/lib/debug/
usr/lib/debug/bin
usr/lib/debug/.dwz/
@@ -3803,8 +3482,6 @@ usr/lib/debug/usr/.dwz
usr/lib/debug/usr/lib/
usr/lib/debug/usr/lib64/
usr/lib/debug/usr/sbin/
-usr/lib/environment.d/
-usr/lib/environment.d/99-environment.conf
usr/libexec/
usr/libexec/awk/
usr/libexec/awk/grcat
@@ -3834,8 +3511,6 @@ usr/libexec/platform-python
usr/libexec/platform-pythonXXX
usr/libexec/scdaemon
usr/libexec/selinux/
-usr/libexec/utempter/
-usr/libexec/utempter/utempter
usr/libexec/vi
usr/lib/games/
usr/lib/locale/
@@ -3857,8 +3532,6 @@ usr/lib/modules/
usr/lib/motd
usr/lib/motd.d/
usr/lib/os-release
-usr/lib/pam.d/
-usr/lib/pam.d/systemd-user
usr/lib/pythonXXX/
usr/lib/pythonXXX/site-packages/
usr/lib/pythonXXX/site-packages/dnf/
@@ -4128,12 +3801,9 @@ usr/lib/pythonXXX/site-packages/dnf/yum/rpmtrans.py
usr/lib/pythonXXX/site-packages/__pycache__/
usr/lib/rpm/
usr/lib/rpm/fileattrs/
-usr/lib/rpm/fileattrs/sysusers.attr
usr/lib/rpm/lua/
usr/lib/rpm/macros
usr/lib/rpm/macros.d/
-usr/lib/rpm/macros.d/macros.systemd
-usr/lib/rpm/macros.d/macros.sysusers
usr/lib/rpm/platform/
usr/lib/rpm/platform/aarch64-linux/
usr/lib/rpm/platform/aarch64-linux/macros
@@ -4275,358 +3945,43 @@ usr/lib/rpm/rpm.log
usr/lib/rpm/rpmpopt-4.16.1.3
usr/lib/rpm/rpmrc
usr/lib/rpm/rpm.supp
-usr/lib/rpm/sysusers.generate-pre.sh
-usr/lib/rpm/sysusers.prov
usr/lib/rpm/tgpg
usr/lib/sysctl.d/
usr/lib/sysctl.d/10-default-yama-scope.conf
-usr/lib/sysctl.d/50-coredump.conf
-usr/lib/sysctl.d/50-default.conf
-usr/lib/sysctl.d/50-pid-max.conf
usr/lib/sysctl.d/50-redhat.conf
usr/lib/sysimage/
usr/lib/systemd/
-usr/lib/systemd/catalog/
-usr/lib/systemd/catalog/dbus-broker.catalog
-usr/lib/systemd/catalog/dbus-broker-launch.catalog
-usr/lib/systemd/catalog/systemd.be.catalog
-usr/lib/systemd/catalog/[email protected]
-usr/lib/systemd/catalog/systemd.bg.catalog
-usr/lib/systemd/catalog/systemd.catalog
-usr/lib/systemd/catalog/systemd.de.catalog
-usr/lib/systemd/catalog/systemd.fr.catalog
-usr/lib/systemd/catalog/systemd.it.catalog
-usr/lib/systemd/catalog/systemd.pl.catalog
-usr/lib/systemd/catalog/systemd.pt_BR.catalog
-usr/lib/systemd/catalog/systemd.ru.catalog
-usr/lib/systemd/catalog/systemd.zh_CN.catalog
-usr/lib/systemd/catalog/systemd.zh_TW.catalog
-usr/lib/systemd/libsystemd-shared-250.so
-usr/lib/systemd/libsystemd-shared.abignore
-usr/lib/systemd/network/
-usr/lib/systemd/purge-nobody-user
-usr/lib/systemd/resolv.conf
usr/lib/systemd/system/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/basic.target
-usr/lib/systemd/system/basic.target.wants/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/bluetooth.target
-usr/lib/systemd/system/boot-complete.target
-usr/lib/systemd/system/console-getty.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/ctrl-alt-del.target
-usr/lib/systemd/systemd
-usr/lib/systemd/systemd-ac-power
-usr/lib/systemd/systemd-binfmt
-usr/lib/systemd/systemd-boot-check-no-failures
-usr/lib/systemd/system/dbus-broker.service
-usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
-usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
-usr/lib/systemd/system/dbus-org.freedesktop.login1.service
-usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
-usr/lib/systemd/system/dbus.socket
-usr/lib/systemd/system/dbus.target.wants/
-usr/lib/systemd/systemd-cgroups-agent
-usr/lib/systemd/systemd-coredump
-usr/lib/systemd/system/debug-shell.service
-usr/lib/systemd/system/default.target
-usr/lib/systemd/system/default.target.wants/
-usr/lib/systemd/system/dev-hugepages.mount
-usr/lib/systemd/system/dev-mqueue.mount
-usr/lib/systemd/systemd-export
-usr/lib/systemd/systemd-hostnamed
-usr/lib/systemd/systemd-initctl
-usr/lib/systemd/systemd-integritysetup
-usr/lib/systemd/systemd-journald
-usr/lib/systemd/systemd-localed
-usr/lib/systemd/systemd-logind
-usr/lib/systemd/systemd-network-generator
usr/lib/systemd/system/dnf-makecache.service
usr/lib/systemd/system/dnf-makecache.timer
-usr/lib/systemd/systemd-reply-password
-usr/lib/systemd/systemd-shutdown
-usr/lib/systemd/systemd-socket-proxyd
-usr/lib/systemd/systemd-sulogin-shell
-usr/lib/systemd/systemd-sysctl
-usr/lib/systemd/systemd-timedated
-usr/lib/systemd/systemd-update-done
-usr/lib/systemd/systemd-update-helper
-usr/lib/systemd/systemd-update-utmp
-usr/lib/systemd/systemd-user-runtime-dir
-usr/lib/systemd/systemd-user-sessions
-usr/lib/systemd/systemd-veritysetup
-usr/lib/systemd/systemd-xdg-autostart-condition
-usr/lib/systemd/system/emergency.service
-usr/lib/systemd/system/emergency.target
-usr/lib/systemd/system/exit.target
-usr/lib/systemd/system/factory-reset.target
-usr/lib/systemd/system/final.target
-usr/lib/systemd/system/first-boot-complete.target
-usr/lib/systemd/system/fstrim.service
-usr/lib/systemd/system/fstrim.timer
-usr/lib/systemd/system-generators/
-usr/lib/systemd/system-generators/systemd-debug-generator
-usr/lib/systemd/system-generators/systemd-fstab-generator
-usr/lib/systemd/system-generators/systemd-getty-generator
-usr/lib/systemd/system-generators/systemd-integritysetup-generator
-usr/lib/systemd/system-generators/systemd-rc-local-generator
-usr/lib/systemd/system-generators/systemd-run-generator
-usr/lib/systemd/system-generators/systemd-system-update-generator
-usr/lib/systemd/system-generators/systemd-sysv-generator
-usr/lib/systemd/system-generators/systemd-veritysetup-generator
-usr/lib/systemd/system/getty-pre.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/getty.target
-usr/lib/systemd/system/graphical.target
-usr/lib/systemd/system/graphical.target.wants/
-usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/halt.target
-usr/lib/systemd/system/initrd-cleanup.service
-usr/lib/systemd/system/initrd-fs.target
-usr/lib/systemd/system/initrd-parse-etc.service
-usr/lib/systemd/system/initrd-root-device.target
-usr/lib/systemd/system/initrd-root-device.target.wants/
-usr/lib/systemd/system/initrd-root-device.target.wants/remote-veritysetup.target
-usr/lib/systemd/system/initrd-root-fs.target
-usr/lib/systemd/system/initrd-root-fs.target.wants/
-usr/lib/systemd/system/initrd-switch-root.service
-usr/lib/systemd/system/initrd-switch-root.target
-usr/lib/systemd/system/initrd.target
-usr/lib/systemd/system/initrd-usr-fs.target
-usr/lib/systemd/system/integritysetup-pre.target
-usr/lib/systemd/system/integritysetup.target
-usr/lib/systemd/system/kexec.target
-usr/lib/systemd/system/ldconfig.service
-usr/lib/systemd/system/local-fs-pre.target
-usr/lib/systemd/system/local-fs.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/multi-user.target
-usr/lib/systemd/system/multi-user.target.wants/
-usr/lib/systemd/system/multi-user.target.wants/getty.target
-usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
-usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
-usr/lib/systemd/system/network-online.target
-usr/lib/systemd/system/network-pre.target
-usr/lib/systemd/system/network.target
usr/lib/systemd/system/nis-domainname.service
-usr/lib/systemd/system/nss-lookup.target
-usr/lib/systemd/system/nss-user-lookup.target
-usr/lib/systemd/system/pam_namespace.service
-usr/lib/systemd/system/paths.target
-usr/lib/systemd/system/poweroff.target
usr/lib/systemd/system-preset/
usr/lib/systemd/system-preset/85-display-manager.preset
usr/lib/systemd/system-preset/90-default.preset
-usr/lib/systemd/system-preset/90-systemd.preset
usr/lib/systemd/system-preset/99-default-disable.preset
-usr/lib/systemd/system/printer.target
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
-usr/lib/systemd/system/rc-local.service
usr/lib/systemd/system/rdisc.service
-usr/lib/systemd/system/reboot.target
-usr/lib/systemd/system/remote-fs-pre.target
-usr/lib/systemd/system/remote-fs.target
-usr/lib/systemd/system/remote-fs.target.wants/
-usr/lib/systemd/system/remote-veritysetup.target
-usr/lib/systemd/system/rescue.service
-usr/lib/systemd/system/rescue.target
-usr/lib/systemd/system/rescue.target.wants/
-usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/rpcbind.target
usr/lib/systemd/system/rpmdb-rebuild.service
-usr/lib/systemd/system/runlevel0.target
-usr/lib/systemd/system/runlevel1.target
-usr/lib/systemd/system/runlevel1.target.wants/
-usr/lib/systemd/system/runlevel2.target
-usr/lib/systemd/system/runlevel2.target.wants/
-usr/lib/systemd/system/runlevel3.target
-usr/lib/systemd/system/runlevel3.target.wants/
-usr/lib/systemd/system/runlevel4.target
-usr/lib/systemd/system/runlevel4.target.wants/
-usr/lib/systemd/system/runlevel5.target
-usr/lib/systemd/system/runlevel5.target.wants/
-usr/lib/systemd/system/runlevel6.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system-shutdown/
-usr/lib/systemd/system/shutdown.target
-usr/lib/systemd/system/sigpwr.target
-usr/lib/systemd/system/-.slice.d/
-usr/lib/systemd/system/slices.target
-usr/lib/systemd/system/smartcard.target
-usr/lib/systemd/system/sockets.target
-usr/lib/systemd/system/sockets.target.wants/
-usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
-usr/lib/systemd/system/sound.target
-usr/lib/systemd/system/swap.target
-usr/lib/systemd/system/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target
-usr/lib/systemd/system/sysinit.target.wants/
-usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
-usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
-usr/lib/systemd/system/sysinit.target.wants/integritysetup.target
-usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
-usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
-usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
-usr/lib/systemd/system/sysinit.target.wants/veritysetup.target
-usr/lib/systemd/system/sys-kernel-config.mount
-usr/lib/systemd/system/sys-kernel-debug.mount
-usr/lib/systemd/system/sys-kernel-tracing.mount
-usr/lib/systemd/system/syslog.socket
-usr/lib/systemd/system/syslog.target.wants/
-usr/lib/systemd/system/systemd-ask-password-console.path
-usr/lib/systemd/system/systemd-ask-password-console.service
-usr/lib/systemd/system/systemd-ask-password-wall.path
-usr/lib/systemd/system/systemd-ask-password-wall.service
-usr/lib/systemd/system/systemd-binfmt.service
-usr/lib/systemd/system/systemd-boot-check-no-failures.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-coredump.socket
-usr/lib/systemd/system/systemd-exit.service
-usr/lib/systemd/system/systemd-firstboot.service
-usr/lib/systemd/system/systemd-halt.service
-usr/lib/systemd/system/systemd-hostnamed.service
-usr/lib/systemd/system/systemd-hostnamed.service.d/
-usr/lib/systemd/system/systemd-hostnamed.service.d/disable-privatedevices.conf
-usr/lib/systemd/system/systemd-initctl.service
-usr/lib/systemd/system/systemd-initctl.socket
-usr/lib/systemd/system/systemd-journal-catalog-update.service
-usr/lib/systemd/system/systemd-journald-audit.socket
-usr/lib/systemd/system/systemd-journald-dev-log.socket
-usr/lib/systemd/system/systemd-journald.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journald.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journal-flush.service
-usr/lib/systemd/system/systemd-kexec.service
-usr/lib/systemd/system/systemd-localed.service
-usr/lib/systemd/system/systemd-logind.service
-usr/lib/systemd/system/systemd-machine-id-commit.service
-usr/lib/systemd/system/systemd-network-generator.service
-usr/lib/systemd/system/systemd-poweroff.service
-usr/lib/systemd/system/systemd-reboot.service
-usr/lib/systemd/system/systemd-sysctl.service
-usr/lib/systemd/system/systemd-sysext.service
-usr/lib/systemd/system/systemd-sysusers.service
-usr/lib/systemd/system/systemd-timedated.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/systemd-update-done.service
-usr/lib/systemd/system/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/systemd-update-utmp.service
-usr/lib/systemd/system/systemd-user-sessions.service
-usr/lib/systemd/system/system-update-cleanup.service
-usr/lib/systemd/system/system-update-pre.target
-usr/lib/systemd/system/system-update.target
-usr/lib/systemd/system/timers.target
-usr/lib/systemd/system/timers.target.wants/
-usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/time-set.target
-usr/lib/systemd/system/time-sync.target
-usr/lib/systemd/system/tmp.mount
-usr/lib/systemd/system/umount.target
-usr/lib/systemd/system/usb-gadget.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]/
-usr/lib/systemd/system/user.slice
-usr/lib/systemd/system/user-.slice.d/
-usr/lib/systemd/system/user-.slice.d/10-defaults.conf
-usr/lib/systemd/system/veritysetup-pre.target
-usr/lib/systemd/system/veritysetup.target
usr/lib/systemd/user/
-usr/lib/systemd/user/app.slice
-usr/lib/systemd/user/background.slice
-usr/lib/systemd/user/basic.target
-usr/lib/systemd/user/bluetooth.target
-usr/lib/systemd/user/dbus-broker.service
-usr/lib/systemd/user/dbus.socket
-usr/lib/systemd/user/default.target
usr/lib/systemd/user/dirmngr.service
usr/lib/systemd/user/dirmngr.socket
-usr/lib/systemd/user-environment-generators/
-usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
-usr/lib/systemd/user/exit.target
-usr/lib/systemd/user-generators/
-usr/lib/systemd/user-generators/systemd-xdg-autostart-generator
usr/lib/systemd/user/gpg-agent-browser.socket
usr/lib/systemd/user/gpg-agent-extra.socket
usr/lib/systemd/user/gpg-agent.service
usr/lib/systemd/user/gpg-agent.socket
usr/lib/systemd/user/gpg-agent-ssh.socket
-usr/lib/systemd/user/graphical-session-pre.target
-usr/lib/systemd/user/graphical-session.target
-usr/lib/systemd/user/paths.target
usr/lib/systemd/user-preset/
usr/lib/systemd/user-preset/90-default-user.preset
-usr/lib/systemd/user-preset/90-systemd.preset
usr/lib/systemd/user-preset/99-default-disable.preset
-usr/lib/systemd/user/printer.target
-usr/lib/systemd/user/session.slice
-usr/lib/systemd/user/shutdown.target
-usr/lib/systemd/user/smartcard.target
-usr/lib/systemd/user/sockets.target
-usr/lib/systemd/user/sound.target
-usr/lib/systemd/user/systemd-exit.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.timer
-usr/lib/systemd/user/systemd-tmpfiles-setup.service
-usr/lib/systemd/user/timers.target
-usr/lib/systemd/user/xdg-desktop-autostart.target
usr/lib/sysusers.d/
-usr/lib/sysusers.d/basic.conf
-usr/lib/sysusers.d/dbus.conf
-usr/lib/sysusers.d/systemd-coredump.conf
-usr/lib/sysusers.d/systemd-journal.conf
-usr/lib/sysusers.d/systemd-oom.conf
usr/lib/sysusers.d/tpm2-tss.conf
usr/lib/tmpfiles.d/
-usr/lib/tmpfiles.d/cryptsetup.conf
usr/lib/tmpfiles.d/dnf.conf
-usr/lib/tmpfiles.d/etc.conf
-usr/lib/tmpfiles.d/home.conf
-usr/lib/tmpfiles.d/journal-nocow.conf
-usr/lib/tmpfiles.d/legacy.conf
usr/lib/tmpfiles.d/libselinux.conf
-usr/lib/tmpfiles.d/pam.conf
usr/lib/tmpfiles.d/setup.conf
-usr/lib/tmpfiles.d/static-nodes-permissions.conf
-usr/lib/tmpfiles.d/systemd.conf
-usr/lib/tmpfiles.d/systemd-nologin.conf
-usr/lib/tmpfiles.d/systemd-tmp.conf
-usr/lib/tmpfiles.d/tmp.conf
usr/lib/tmpfiles.d/tpm2-tss-fapi.conf
-usr/lib/tmpfiles.d/var.conf
-usr/lib/tmpfiles.d/x11.conf
usr/lib/udev/
usr/lib/udev/rules.d/
-usr/lib/udev/rules.d/10-dm.rules
-usr/lib/udev/rules.d/13-dm-disk.rules
usr/lib/udev/rules.d/60-tpm-udev.rules
-usr/lib/udev/rules.d/95-dm-notify.rules
usr/local/
usr/local/bin/
usr/local/etc/
@@ -4663,43 +4018,14 @@ usr/local/share/man/mann/
usr/local/src/
usr/sbin/
usr/sbin/addgnupghome
-usr/sbin/addpart
usr/sbin/adduser
-usr/sbin/agetty
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
usr/sbin/arping
-usr/sbin/blkdeactivate
-usr/sbin/blkdiscard
-usr/sbin/blkid
-usr/sbin/blkzone
-usr/sbin/blockdev
usr/sbin/capsh
-usr/sbin/cfdisk
-usr/sbin/chcpu
usr/sbin/chgpasswd
usr/sbin/chpasswd
usr/sbin/chroot
-usr/sbin/clock
-usr/sbin/cracklib-check
-usr/sbin/cracklib-format
-usr/sbin/cracklib-packer
-usr/sbin/cracklib-unpacker
-usr/sbin/create-cracklib-dict
-usr/sbin/ctrlaltdel
-usr/sbin/delpart
-usr/sbin/dmfilemapd
-usr/sbin/dmsetup
-usr/sbin/dmstats
-usr/sbin/faillock
-usr/sbin/fdformat
-usr/sbin/fdisk
-usr/sbin/findfs
-usr/sbin/fsck
-usr/sbin/fsck.cramfs
-usr/sbin/fsck.minix
-usr/sbin/fsfreeze
-usr/sbin/fstrim
usr/sbin/g13-syshelp
usr/sbin/getcap
usr/sbin/getpcaps
@@ -4710,67 +4036,28 @@ usr/sbin/groupmod
usr/sbin/grpck
usr/sbin/grpconv
usr/sbin/grpunconv
-usr/sbin/halt
-usr/sbin/hwclock
usr/sbin/iconvconfig
usr/sbin/ifenslave
-usr/sbin/init
-usr/sbin/ldattach
usr/sbin/ldconfig
-usr/sbin/losetup
-usr/sbin/mkdict
-usr/sbin/mkfs
-usr/sbin/mkfs.cramfs
-usr/sbin/mkfs.minix
-usr/sbin/mkhomedir_helper
-usr/sbin/mkswap
usr/sbin/newusers
-usr/sbin/nologin
-usr/sbin/packer
-usr/sbin/pam_console_apply
-usr/sbin/pam_namespace_helper
-usr/sbin/pam_timestamp_check
-usr/sbin/partx
usr/sbin/ping
usr/sbin/ping6
-usr/sbin/pivot_root
-usr/sbin/poweroff
usr/sbin/pwck
usr/sbin/pwconv
-usr/sbin/pwhistory_helper
usr/sbin/pwunconv
usr/sbin/rdisc
-usr/sbin/readprofile
-usr/sbin/reboot
-usr/sbin/resizepart
-usr/sbin/rfkill
-usr/sbin/rtcwake
-usr/sbin/runlevel
-usr/sbin/runuser
usr/sbin/sasldblistusers2
usr/sbin/saslpasswd2
usr/sbin/setcap
-usr/sbin/sfdisk
-usr/sbin/shutdown
-usr/sbin/sulogin
-usr/sbin/swaplabel
-usr/sbin/swapoff
-usr/sbin/swapon
-usr/sbin/switch_root
-usr/sbin/telinit
usr/sbin/tracepath
usr/sbin/tracepath6
-usr/sbin/unix_chkpwd
-usr/sbin/unix_update
usr/sbin/update-alternatives
usr/sbin/useradd
usr/sbin/userdel
usr/sbin/usermod
usr/sbin/vigr
usr/sbin/vipw
-usr/sbin/wipefs
usr/sbin/zic
-usr/sbin/zramctl
usr/share/
usr/share/aclocal/
usr/share/appdata/
@@ -4808,138 +4095,14 @@ usr/share/awk/zerofile.awk
usr/share/backgrounds/
usr/share/bash-completion/
usr/share/bash-completion/completions/
-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/busctl
-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/coredumpctl
-usr/share/bash-completion/completions/ctrlaltdel
-usr/share/bash-completion/completions/delpart
-usr/share/bash-completion/completions/dmesg
usr/share/bash-completion/completions/dnf
-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/hostnamectl
-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/journalctl
-usr/share/bash-completion/completions/last
-usr/share/bash-completion/completions/ldattach
-usr/share/bash-completion/completions/localectl
-usr/share/bash-completion/completions/logger
-usr/share/bash-completion/completions/loginctl
-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/p11-kit
-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/systemctl
-usr/share/bash-completion/completions/systemd-analyze
-usr/share/bash-completion/completions/systemd-cat
-usr/share/bash-completion/completions/systemd-cgls
-usr/share/bash-completion/completions/systemd-cgtop
-usr/share/bash-completion/completions/systemd-delta
-usr/share/bash-completion/completions/systemd-detect-virt
-usr/share/bash-completion/completions/systemd-id128
-usr/share/bash-completion/completions/systemd-path
-usr/share/bash-completion/completions/systemd-run
-usr/share/bash-completion/completions/taskset
-usr/share/bash-completion/completions/timedatectl
usr/share/bash-completion/completions/trust
-usr/share/bash-completion/completions/uclampset
-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/bash-completion/helpers/
-usr/share/cracklib/
-usr/share/cracklib/cracklib.magic
-usr/share/cracklib/cracklib-small.hwm
-usr/share/cracklib/cracklib-small.pwd
-usr/share/cracklib/cracklib-small.pwi
-usr/share/cracklib/pw_dict.hwm
-usr/share/cracklib/pw_dict.pwd
-usr/share/cracklib/pw_dict.pwi
usr/share/crypto-policies/
usr/share/crypto-policies/back-ends/
usr/share/crypto-policies/back-ends/DEFAULT/
@@ -5061,58 +4224,10 @@ usr/share/crypto-policies/policies/modules/NO-SHA1.pmod
usr/share/crypto-policies/policies/modules/OSPP.pmod
usr/share/crypto-policies/policies/modules/SHA1.pmod
usr/share/crypto-policies/reload-cmds.sh
-usr/share/dbus-1/
-usr/share/dbus-1/interfaces/
-usr/share/dbus-1/interfaces/org.freedesktop.hostname1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.LogControl1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Seat.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Session.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.User.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Mount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Path.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Scope.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Service.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Slice.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Socket.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Swap.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Target.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Timer.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml
-usr/share/dbus-1/interfaces/org.freedesktop.timedate1.xml
-usr/share/dbus-1/services/
-usr/share/dbus-1/services/org.freedesktop.systemd1.service
-usr/share/dbus-1/session.conf
-usr/share/dbus-1/session.d/
-usr/share/dbus-1/system.conf
-usr/share/dbus-1/system.d/
-usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
-usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
-usr/share/dbus-1/system.d/org.freedesktop.login1.conf
-usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
-usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
-usr/share/dbus-1/system-services/
-usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
-usr/share/dbus-1/system-services/org.freedesktop.locale1.service
-usr/share/dbus-1/system-services/org.freedesktop.login1.service
-usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
-usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
usr/share/desktop-directories/
usr/share/dict/
usr/share/doc/
usr/share/empty/
-usr/share/factory/
-usr/share/factory/etc/
-usr/share/factory/etc/issue
-usr/share/factory/etc/nsswitch.conf
-usr/share/factory/etc/pam.d/
-usr/share/factory/etc/pam.d/other
-usr/share/factory/etc/pam.d/system-auth
usr/share/file/
usr/share/file/magic
usr/share/fontconfig/
@@ -5207,9 +4322,6 @@ usr/share/libreport/conf.d/plugins/
usr/share/libreport/events/
usr/share/libreport/workflows/
usr/share/licenses/
-usr/share/licenses/acl/
-usr/share/licenses/acl/COPYING
-usr/share/licenses/acl/COPYING.LGPL
usr/share/licenses/alternatives/
usr/share/licenses/alternatives/COPYING
usr/share/licenses/audit-libs/
@@ -5225,26 +4337,12 @@ usr/share/licenses/bzip2-libs/
usr/share/licenses/bzip2-libs/LICENSE
usr/share/licenses/coreutils-single/
usr/share/licenses/coreutils-single/COPYING
-usr/share/licenses/cracklib/
-usr/share/licenses/cracklib/COPYING.LIB
usr/share/licenses/crypto-policies/
usr/share/licenses/crypto-policies/COPYING.LESSER
-usr/share/licenses/cryptsetup-libs/
-usr/share/licenses/cryptsetup-libs/COPYING
-usr/share/licenses/cryptsetup-libs/COPYING.LGPL
usr/share/licenses/cyrus-sasl-lib/
usr/share/licenses/cyrus-sasl-lib/COPYING
-usr/share/licenses/dbus-broker/
-usr/share/licenses/dbus-broker/AUTHORS
-usr/share/licenses/dbus-broker/LICENSE
usr/share/licenses/dejavu-sans-fonts/
usr/share/licenses/dejavu-sans-fonts/LICENSE
-usr/share/licenses/device-mapper/
-usr/share/licenses/device-mapper/COPYING
-usr/share/licenses/device-mapper/COPYING.LIB
-usr/share/licenses/device-mapper-libs/
-usr/share/licenses/device-mapper-libs/COPYING
-usr/share/licenses/device-mapper-libs/COPYING.LIB
usr/share/licenses/dnf/
usr/share/licenses/dnf/COPYING
usr/share/licenses/dnf/PACKAGE-LICENSING
@@ -5288,9 +4386,6 @@ usr/share/licenses/gpgme/COPYING.LESSER
usr/share/licenses/gpgme/LICENSES
usr/share/licenses/grep/
usr/share/licenses/grep/COPYING
-usr/share/licenses/gzip/
-usr/share/licenses/gzip/COPYING
-usr/share/licenses/gzip/fdl-1.3.txt
usr/share/licenses/hostname/
usr/share/licenses/hostname/gpl-2.0.txt
usr/share/licenses/ima-evm-utils/
@@ -5303,8 +4398,6 @@ usr/share/licenses/json-c/AUTHORS
usr/share/licenses/json-c/COPYING
usr/share/licenses/keyutils-libs/
usr/share/licenses/keyutils-libs/LICENCE.LGPL
-usr/share/licenses/kmod-libs/
-usr/share/licenses/kmod-libs/COPYING
usr/share/licenses/krb5-libs/
usr/share/licenses/krb5-libs/LICENSE
usr/share/licenses/less/
@@ -5327,16 +4420,10 @@ usr/share/licenses/libcomps/
usr/share/licenses/libcomps/COPYING
usr/share/licenses/libcurl/
usr/share/licenses/libcurl/COPYING
-usr/share/licenses/libdb/
-usr/share/licenses/libdb/lgpl-2.1.txt
-usr/share/licenses/libdb/LICENSE
usr/share/licenses/libdnf/
usr/share/licenses/libdnf/COPYING
-usr/share/licenses/libeconf/
-usr/share/licenses/libeconf/LICENSE
-usr/share/licenses/libfdisk/
-usr/share/licenses/libfdisk/COPYING
-usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later
+usr/share/licenses/libevent/
+usr/share/licenses/libevent/LICENSE
usr/share/licenses/libffi/
usr/share/licenses/libffi/LICENSE
usr/share/licenses/libgcc/
@@ -5369,12 +4456,8 @@ usr/share/licenses/libnghttp2/
usr/share/licenses/libnghttp2/COPYING
usr/share/licenses/libpsl/
usr/share/licenses/libpsl/COPYING
-usr/share/licenses/libpwquality/
-usr/share/licenses/libpwquality/COPYING
usr/share/licenses/librepo/
usr/share/licenses/librepo/COPYING
-usr/share/licenses/libseccomp/
-usr/share/licenses/libseccomp/LICENSE
usr/share/licenses/libselinux/
usr/share/licenses/libselinux/LICENSE
usr/share/licenses/libsemanage/
@@ -5397,8 +4480,6 @@ usr/share/licenses/libtasn1/LICENSE
usr/share/licenses/libunistring/
usr/share/licenses/libunistring/COPYING
usr/share/licenses/libunistring/COPYING.LIB
-usr/share/licenses/libutempter/
-usr/share/licenses/libutempter/COPYING
usr/share/licenses/libuuid/
usr/share/licenses/libuuid/COPYING
usr/share/licenses/libuuid/COPYING.BSD-3-Clause
@@ -5428,15 +4509,10 @@ usr/share/licenses/npth/COPYING.LIB
usr/share/licenses/openldap/
usr/share/licenses/openldap/COPYRIGHT
usr/share/licenses/openldap/LICENSE
-usr/share/licenses/openssl/
usr/share/licenses/openssl-libs/
usr/share/licenses/openssl-libs/LICENSE.txt
-usr/share/licenses/openssl/LICENSE.txt
usr/share/licenses/p11-kit/
usr/share/licenses/p11-kit/COPYING
-usr/share/licenses/pam/
-usr/share/licenses/pam/Copyright
-usr/share/licenses/pam/gpl-2.0.txt
usr/share/licenses/pcre/
usr/share/licenses/pcre2-syntax/
usr/share/licenses/pcre2-syntax/COPYING
@@ -5467,22 +4543,12 @@ usr/share/licenses/setup/COPYING
usr/share/licenses/shadow-utils/
usr/share/licenses/shadow-utils/gpl-2.0.txt
usr/share/licenses/shadow-utils/shadow-bsd.txt
-usr/share/licenses/systemd/
-usr/share/licenses/systemd/LICENSE.GPL2
-usr/share/licenses/systemd/LICENSE.LGPL2.1
usr/share/licenses/tar/
usr/share/licenses/tar/COPYING
usr/share/licenses/tpm2-tss/
usr/share/licenses/tpm2-tss/LICENSE
usr/share/licenses/tzdata/
usr/share/licenses/tzdata/LICENSE
-usr/share/licenses/util-linux/
-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/xz-libs/
usr/share/licenses/xz-libs/COPYING
usr/share/licenses/zlib/
@@ -5558,11 +4624,7 @@ usr/share/omf/
usr/share/p11-kit/
usr/share/p11-kit/modules/
usr/share/p11-kit/modules/p11-kit-trust.module
-usr/share/pam.d/
usr/share/pixmaps/
-usr/share/pkgconfig/
-usr/share/pkgconfig/systemd.pc
-usr/share/pkgconfig/udev.pc
usr/share/pki/
usr/share/pki/ca-trust-legacy/
usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt
@@ -5572,13 +4634,6 @@ usr/share/pki/ca-trust-source/anchors/
usr/share/pki/ca-trust-source/blocklist/
usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit
usr/share/pki/ca-trust-source/README
-usr/share/polkit-1/
-usr/share/polkit-1/actions/
-usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
-usr/share/polkit-1/actions/org.freedesktop.locale1.policy
-usr/share/polkit-1/actions/org.freedesktop.login1.policy
-usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
-usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
usr/share/publicsuffix/
usr/share/publicsuffix/public_suffix_list.dafsa
usr/share/pythonXXX-wheels/
@@ -5588,9 +4643,6 @@ usr/share/redhat-release
usr/share/rocky-release/
usr/share/rocky-release/EULA
usr/share/sounds/
-usr/share/systemd/
-usr/share/systemd/kbd-model-map
-usr/share/systemd/language-fallback-map
usr/share/tabset/
usr/share/tabset/std
usr/share/tabset/stdcrt
@@ -6231,6 +5283,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -6824,6 +5877,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -7443,6 +6497,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -7621,26 +6676,7 @@ usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/Zulu
usr/share/zsh/
usr/share/zsh/site-functions/
-usr/share/zsh/site-functions/_busctl
-usr/share/zsh/site-functions/_coredumpctl
usr/share/zsh/site-functions/_curl
-usr/share/zsh/site-functions/_hostnamectl
-usr/share/zsh/site-functions/_journalctl
-usr/share/zsh/site-functions/_localectl
-usr/share/zsh/site-functions/_loginctl
-usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
-usr/share/zsh/site-functions/_sd_machines
-usr/share/zsh/site-functions/_sd_outputmodes
-usr/share/zsh/site-functions/_sd_unit_files
-usr/share/zsh/site-functions/_systemctl
-usr/share/zsh/site-functions/_systemd
-usr/share/zsh/site-functions/_systemd-analyze
-usr/share/zsh/site-functions/_systemd-delta
-usr/share/zsh/site-functions/_systemd-inhibit
-usr/share/zsh/site-functions/_systemd-path
-usr/share/zsh/site-functions/_systemd-run
-usr/share/zsh/site-functions/_systemd-tmpfiles
-usr/share/zsh/site-functions/_timedatectl
usr/src/
usr/src/debug/
usr/src/kernels/
@@ -7652,7 +6688,6 @@ var/cache/bpf/
var/cache/dnf/
var/cache/ldconfig/
var/cache/ldconfig/aux-cache
-var/cache/private/
var/db/
var/empty/
var/ftp/
@@ -7667,7 +6702,6 @@ var/lib/alternatives/libnssckbi.so.x86_64
var/lib/dnf/
var/lib/games/
var/lib/misc/
-var/lib/private/
var/lib/rpm/
var/lib/rpm/rpmdb.sqlite
var/lib/rpm/rpmdb.sqlite-shm
@@ -7676,22 +6710,9 @@ var/lib/rpm/.rpm.lock
var/lib/rpm-state/
var/lib/selinux/
var/lib/selinux/tmp/
-var/lib/systemd/
-var/lib/systemd/catalog/
-var/lib/systemd/catalog/database
-var/lib/systemd/coredump/
-var/lib/tpm2-tss/
-var/lib/tpm2-tss/system/
-var/lib/tpm2-tss/system/keystore/
var/local/
var/lock
var/log/
-var/log/btmp
-var/log/lastlog
-var/log/private/
-var/log/README
-var/log/tallylog
-var/log/wtmp
var/mail
var/nis/
var/opt/
Hrm. good catch let me evaluate that difference.
@tianon - the new 8.7 images I pushed there should be fixed in terms of their size for Minimal.. was a stupid mistake I made.
Diff for cfd46dd3b21f8672af47be749ece6bd970df4f3d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 933197a..d1061b0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,30 +1,38 @@
Maintainers: The Rocky Linux Foundation <[email protected]> (@rocky-linux), Neil Hanlon <[email protected]> (@neilhanlon)
GitRepo: https://github.com/rocky-linux/sig-cloud-instance-images.git
-Tags: 8.6.20220707-minimal, 8-minimal, 8.6-minimal
+Tags: 8.7.20221219, 8.7, 8
Architectures: amd64, arm64v8
-GitFetch: refs/heads/Rocky-8.6.20220707-Minimal-x86_64
-GitCommit: ef6b5ec9cbad530e1ba673e44dcef9d4c5d5df6a
-arm64v8-GitCommit: 5ba5163c86e3a4ef12601ab1ed7ad7580f9c302b
-arm64v8-GitFetch: refs/heads/Rocky-8.6.20220707-Minimal-aarch64
+GitFetch: refs/heads/Rocky-8.7.20221219-Base-x86_64
+GitCommit: 15e9cb0790bed8b6cba7b5cb2ecf3ebab6a0e6ae
+arm64v8-GitCommit: f67799fa9535a3eaff73b6f11b1ca6a734be7649
+arm64v8-GitFetch: refs/heads/Rocky-8.7.20221219-Base-aarch64
-Tags: 8.6.20227707, 8.6, 8
+Tags: 8.7.20221219-minimal, 8.7-minimal, 8-minimal
Architectures: amd64, arm64v8
-GitFetch: refs/heads/Rocky-8.6.20220707-Base-x86_64
-GitCommit: 09dbe262451ff0e93fe50df95f6811b234d3d509
-arm64v8-GitCommit: 411d541689cc277f778ce5a0aa260d5a82dd83f3
-arm64v8-GitFetch: refs/heads/Rocky-8.6.20220707-Base-aarch64
+GitFetch: refs/heads/Rocky-8.7.20221219-Minimal-x86_64
+GitCommit: 263f85f3cc1dfaa1824aeecfe3aee681adafe33f
+arm64v8-GitCommit: 62b435aa0c81ec8512b31187169126b9453425b0
+arm64v8-GitFetch: refs/heads/Rocky-8.7.20221219-Minimal-aarch64
-Tags: 9.0.20220720, 9, 9.0
-Architectures: amd64, arm64v8
-GitFetch: refs/heads/Rocky-9.0.20220720-Base-x86_64
-GitCommit: e3f3c1cbc89d705fad4cb99e5786a4dc7178116c
-arm64v8-GitCommit: 78129b594f5318c80fd24b0b0d25dfb35125c9d6
-arm64v8-GitFetch: refs/heads/Rocky-9.0.20220720-Base-aarch64
+Tags: 9.1.20221123, 9.1, 9
+Architectures: amd64, arm64v8, ppc64le, s390x
+GitFetch: refs/heads/Rocky-9.1.20221123-Base-x86_64
+GitCommit: 257855c56aac1cb7417b20fd58e5e8f60b276e07
+arm64v8-GitCommit: 2610f225cce6316f2796b480178d550cd8629525
+arm64v8-GitFetch: refs/heads/Rocky-9.1.20221123-Base-aarch64
+ppc64le-GitCommit: 82b28b01dbaff41e8702a1ac1f83937f35ba9355
+ppc64le-GitFetch: refs/heads/Rocky-9.1.20221123-Base-ppc64le
+s390x-GitCommit: 0d7baaa2b72be3a5cadaca63e7dcee03c2771247
+s390x-GitFetch: refs/heads/Rocky-9.1.20221123-Base-s390x
-Tags: 9.0.20220720-minimal, 9-minimal, 9.0-minimal
-Architectures: amd64, arm64v8
-GitFetch: refs/heads/Rocky-9.0.20220720-Minimal-x86_64
-GitCommit: ac4d852f696bb2cc96c55f4a54b1fb7d41f5df4f
-arm64v8-GitCommit: bbea3587002f91144f3195b8b0372f05257fd6f5
-arm64v8-GitFetch: refs/heads/Rocky-9.0.20220720-Minimal-aarch64
+Tags: 9.1.20221123-minimal, 9.1-minimal, 9-minimal
+Architectures: amd64, arm64v8, ppc64le, s390x
+GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-x86_64
+GitCommit: eca5fa31f75936f9a069d8968be0da9f779adfce
+arm64v8-GitCommit: 48f86388e5f8f47afb4187363c4a3c2a1419a6c2
+arm64v8-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-aarch64
+ppc64le-GitCommit: ffa8070ba243e007c599090442247abdcba4afce
+ppc64le-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-ppc64le
+s390x-GitCommit: f4efc0167cee000aa09b2dd7c7f2d7b99799ff21
+s390x-GitFetch: refs/heads/Rocky-9.1.20221123-Minimal-s390x
diff --git a/_bashbrew-list b/_bashbrew-list
index 2c5bb9b..9585058 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,12 +1,12 @@
rockylinux:8
rockylinux:8-minimal
-rockylinux:8.6
-rockylinux:8.6-minimal
-rockylinux:8.6.20220707-minimal
-rockylinux:8.6.20227707
+rockylinux:8.7
+rockylinux:8.7-minimal
+rockylinux:8.7.20221219
+rockylinux:8.7.20221219-minimal
rockylinux:9
rockylinux:9-minimal
-rockylinux:9.0
-rockylinux:9.0-minimal
-rockylinux:9.0.20220720
-rockylinux:9.0.20220720-minimal
+rockylinux:9.1
+rockylinux:9.1-minimal
+rockylinux:9.1.20221123
+rockylinux:9.1.20221123-minimal
diff --git a/_bashbrew-list-build-order b/_bashbrew-list-build-order
index 6550da8..0e8e0cf 100644
--- a/_bashbrew-list-build-order
+++ b/_bashbrew-list-build-order
@@ -1,4 +1,4 @@
-rockylinux:8.6-minimal
rockylinux:8
-rockylinux:9.0
-rockylinux:9.0-minimal
+rockylinux:8-minimal
+rockylinux:9
+rockylinux:9-minimal
diff --git a/rockylinux_9.0-minimal/Dockerfile b/rockylinux_8-minimal/Dockerfile
similarity index 100%
copy from rockylinux_9.0-minimal/Dockerfile
copy to rockylinux_8-minimal/Dockerfile
diff --git a/rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz b/rockylinux_8-minimal/layer.tar.xz
similarity index 68%
rename from rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz
rename to rockylinux_8-minimal/layer.tar.xz
index bee099b..dc7c6e7 100644
Binary files a/rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz and b/rockylinux_8-minimal/layer.tar.xz differ
diff --git a/rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t' b/rockylinux_8-minimal/layer.tar.xz 'tar -t'
similarity index 99%
rename from rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t'
rename to rockylinux_8-minimal/layer.tar.xz 'tar -t'
index 1297e2d..8fee3e2 100644
--- a/rockylinux_8.6-minimal/rocky-8.6-Container-Minimal.tar.xz 'tar -t'
+++ b/rockylinux_8-minimal/layer.tar.xz 'tar -t'
@@ -1,9 +1,9 @@
bin
-boot/
dev/
etc/
etc/.pwd.lock
+etc/BUILDTIME
etc/GREP_COLORS
etc/X11/
etc/X11/applnk/
@@ -47,7 +47,10 @@ etc/dnf/protected.d/
etc/dnf/protected.d/setup.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
+etc/dnf/vars/infra
+etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -167,6 +170,7 @@ etc/rocky-release-upstream
etc/rpc
etc/rpm/
etc/rpm/macros.dist
+etc/rpm/macros.image-language-conf
etc/sasl2/
etc/services
etc/shadow
@@ -217,12 +221,17 @@ mnt/
opt/
proc/
root/
-root/anaconda-tb-3i3q7kpa
+root/anaconda-ks.cfg
+root/anaconda-post.log
+root/original-ks.cfg
run/
sbin
srv/
sys/
tmp/
+tmp/ks-script-402xgodp
+tmp/ks-script-uleylit6
+tmp/ks-script-wls7v7lq
usr/
usr/bin/
usr/bin/[
@@ -752,7 +761,7 @@ usr/lib64/libdnf.so.2
usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
-usr/lib64/libelf-0.186.so
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.1
usr/lib64/libffi.so.6
usr/lib64/libffi.so.6.0.2
@@ -1022,7 +1031,6 @@ usr/sbin/
usr/sbin/addgnupghome
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
-usr/sbin/build-locale-archive
usr/sbin/capsh
usr/sbin/chkconfig
usr/sbin/chroot
@@ -1835,6 +1843,7 @@ usr/share/zoneinfo/America/Cayenne
usr/share/zoneinfo/America/Cayman
usr/share/zoneinfo/America/Chicago
usr/share/zoneinfo/America/Chihuahua
+usr/share/zoneinfo/America/Ciudad_Juarez
usr/share/zoneinfo/America/Coral_Harbour
usr/share/zoneinfo/America/Cordoba
usr/share/zoneinfo/America/Costa_Rica
@@ -2202,6 +2211,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -2452,6 +2462,7 @@ usr/share/zoneinfo/posix/America/Cayenne
usr/share/zoneinfo/posix/America/Cayman
usr/share/zoneinfo/posix/America/Chicago
usr/share/zoneinfo/posix/America/Chihuahua
+usr/share/zoneinfo/posix/America/Ciudad_Juarez
usr/share/zoneinfo/posix/America/Coral_Harbour
usr/share/zoneinfo/posix/America/Cordoba
usr/share/zoneinfo/posix/America/Costa_Rica
@@ -2819,6 +2830,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -3068,6 +3080,7 @@ usr/share/zoneinfo/right/America/Cayenne
usr/share/zoneinfo/right/America/Cayman
usr/share/zoneinfo/right/America/Chicago
usr/share/zoneinfo/right/America/Chihuahua
+usr/share/zoneinfo/right/America/Ciudad_Juarez
usr/share/zoneinfo/right/America/Coral_Harbour
usr/share/zoneinfo/right/America/Cordoba
usr/share/zoneinfo/right/America/Costa_Rica
@@ -3435,6 +3448,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -3612,16 +3626,11 @@ var/lib/
var/lib/alternatives/
var/lib/alternatives/libnssckbi.so.x86_64
var/lib/dnf/
-var/lib/dnf/history.sqlite
-var/lib/dnf/history.sqlite-shm
-var/lib/dnf/history.sqlite-wal
var/lib/dnf/modulefailsafe/
var/lib/games/
var/lib/misc/
var/lib/rpm-state/
var/lib/rpm/
-var/lib/rpm/.dbenv.lock
-var/lib/rpm/.rpm.lock
var/lib/rpm/Basenames
var/lib/rpm/Conflictname
var/lib/rpm/Dirnames
diff --git a/rockylinux_8.6-minimal/Dockerfile b/rockylinux_8.6-minimal/Dockerfile
deleted file mode 100644
index 45441e5..0000000
diff --git a/rockylinux_8/Dockerfile b/rockylinux_8/Dockerfile
index 99648cf..efc5c05 100644
--- a/rockylinux_8/Dockerfile
+++ b/rockylinux_8/Dockerfile
@@ -1,4 +1,4 @@
FROM scratch
-ADD rocky-8.6-Container-Base.tar.xz /
+ADD layer.tar.xz /
CMD ["/bin/bash"]
diff --git a/rockylinux_8/rocky-8.6-Container-Base.tar.xz b/rockylinux_8/layer.tar.xz
similarity index 77%
rename from rockylinux_8/rocky-8.6-Container-Base.tar.xz
rename to rockylinux_8/layer.tar.xz
index 1a05c79..da93da1 100644
Binary files a/rockylinux_8/rocky-8.6-Container-Base.tar.xz and b/rockylinux_8/layer.tar.xz differ
diff --git a/rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t' b/rockylinux_8/layer.tar.xz 'tar -t'
similarity index 99%
rename from rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t'
rename to rockylinux_8/layer.tar.xz 'tar -t'
index 72e86f1..dbe2063 100644
--- a/rockylinux_8/rocky-8.6-Container-Base.tar.xz 'tar -t'
+++ b/rockylinux_8/layer.tar.xz 'tar -t'
@@ -70,7 +70,9 @@ etc/dnf/protected.d/yum.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
+etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -112,6 +114,7 @@ etc/logrotate.d/
etc/logrotate.d/dnf
etc/machine-id
etc/motd
+etc/motd.d/
etc/mtab
etc/netconfig
etc/networks
@@ -353,6 +356,7 @@ run/faillock/
run/lock/
run/lock/subsys/
run/log/
+run/motd.d/
run/nologin
run/sepermit/
run/setrans/
@@ -369,8 +373,8 @@ sbin
srv/
sys/
tmp/
-tmp/ks-script-7srd58lj
-tmp/ks-script-lcrwq6wj
+tmp/ks-script-0t8y0nr3
+tmp/ks-script-d_7p4q2a
usr/
usr/bin/
usr/bin/[
@@ -786,6 +790,7 @@ usr/lib/locale/C.utf8/LC_PAPER
usr/lib/locale/C.utf8/LC_TELEPHONE
usr/lib/locale/C.utf8/LC_TIME
usr/lib/modules/
+usr/lib/motd.d/
usr/lib/os-release
usr/lib/pythonXXX/
usr/lib/pythonXXX/site-packages/
@@ -1890,7 +1895,7 @@ usr/lib64/libanl-2.28.so
usr/lib64/libanl.so.1
usr/lib64/libarchive.so.13
usr/lib64/libarchive.so.13.3.3
-usr/lib64/libasm-0.186.so
+usr/lib64/libasm-0.187.so
usr/lib64/libasm.so.1
usr/lib64/libassuan.so.0
usr/lib64/libassuan.so.0.8.1
@@ -1901,7 +1906,7 @@ usr/lib64/libaudit.so.1.0.0
usr/lib64/libauparse.so
usr/lib64/libauparse.so.0
usr/lib64/libauparse.so.0.0.0
-usr/lib64/libbfd-2.30-113.el8.so
+usr/lib64/libbfd-2.30-117.el8.so
usr/lib64/libblkid.so.1
usr/lib64/libblkid.so.1.1.0
usr/lib64/libbz2.so.1
@@ -1936,9 +1941,9 @@ usr/lib64/libdnf.so.2
usr/lib64/libdnf/
usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
-usr/lib64/libdw-0.186.so
+usr/lib64/libdw-0.187.so
usr/lib64/libdw.so.1
-usr/lib64/libelf-0.186.so
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.1
usr/lib64/libexpat.so.1
usr/lib64/libexpat.so.1.6.7
@@ -2056,7 +2061,7 @@ usr/lib64/libnss_myhostname.so.2
usr/lib64/libnss_resolve.so.2
usr/lib64/libnss_systemd.so.2
usr/lib64/libnssckbi.so
-usr/lib64/libopcodes-2.30-113.el8.so
+usr/lib64/libopcodes-2.30-117.el8.so
usr/lib64/libp11-kit.so.0
usr/lib64/libp11-kit.so.0.3.0
usr/lib64/libpam.so.0
@@ -5071,7 +5076,6 @@ usr/sbin/blkdiscard
usr/sbin/blkid
usr/sbin/blkzone
usr/sbin/blockdev
-usr/sbin/build-locale-archive
usr/sbin/capsh
usr/sbin/cfdisk
usr/sbin/chcpu
@@ -6219,6 +6223,7 @@ usr/share/zoneinfo/America/Cayenne
usr/share/zoneinfo/America/Cayman
usr/share/zoneinfo/America/Chicago
usr/share/zoneinfo/America/Chihuahua
+usr/share/zoneinfo/America/Ciudad_Juarez
usr/share/zoneinfo/America/Coral_Harbour
usr/share/zoneinfo/America/Cordoba
usr/share/zoneinfo/America/Costa_Rica
@@ -6586,6 +6591,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -6836,6 +6842,7 @@ usr/share/zoneinfo/posix/America/Cayenne
usr/share/zoneinfo/posix/America/Cayman
usr/share/zoneinfo/posix/America/Chicago
usr/share/zoneinfo/posix/America/Chihuahua
+usr/share/zoneinfo/posix/America/Ciudad_Juarez
usr/share/zoneinfo/posix/America/Coral_Harbour
usr/share/zoneinfo/posix/America/Cordoba
usr/share/zoneinfo/posix/America/Costa_Rica
@@ -7203,6 +7210,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -7452,6 +7460,7 @@ usr/share/zoneinfo/right/America/Cayenne
usr/share/zoneinfo/right/America/Cayman
usr/share/zoneinfo/right/America/Chicago
usr/share/zoneinfo/right/America/Chihuahua
+usr/share/zoneinfo/right/America/Ciudad_Juarez
usr/share/zoneinfo/right/America/Coral_Harbour
usr/share/zoneinfo/right/America/Cordoba
usr/share/zoneinfo/right/America/Costa_Rica
@@ -7819,6 +7828,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
diff --git a/rockylinux_9.0/Dockerfile b/rockylinux_9-minimal/Dockerfile
similarity index 100%
rename from rockylinux_9.0/Dockerfile
rename to rockylinux_9-minimal/Dockerfile
diff --git a/rockylinux_9.0/layer.tar.xz b/rockylinux_9-minimal/layer.tar.xz
similarity index 47%
rename from rockylinux_9.0/layer.tar.xz
rename to rockylinux_9-minimal/layer.tar.xz
index b268e4e..31c4816 100644
Binary files a/rockylinux_9.0/layer.tar.xz and b/rockylinux_9-minimal/layer.tar.xz differ
diff --git a/rockylinux_9.0-minimal/layer.tar.xz 'tar -t' b/rockylinux_9-minimal/layer.tar.xz 'tar -t'
similarity index 76%
rename from rockylinux_9.0-minimal/layer.tar.xz 'tar -t'
rename to rockylinux_9-minimal/layer.tar.xz 'tar -t'
index d1dda0c..d64449e 100644
--- a/rockylinux_9.0-minimal/layer.tar.xz 'tar -t'
+++ b/rockylinux_9-minimal/layer.tar.xz 'tar -t'
@@ -14,7 +14,6 @@ etc/X11/applnk/
etc/X11/fontpath.d/
etc/X11/xinit/
etc/X11/xinit/xinitrc.d/
-etc/X11/xinit/xinitrc.d/50-systemd-user.sh
etc/X11/xinit/xinput.d/
etc/X11/xorg.conf.d/
etc/X11/xorg.conf.d/00-keyboard.conf
@@ -24,7 +23,6 @@ etc/alternatives/
etc/alternatives/libnssckbi.so.x86_64
etc/bash_completion.d/
etc/bashrc
-etc/binfmt.d/
etc/crypto-policies/
etc/crypto-policies/back-ends/
etc/crypto-policies/back-ends/bind.config
@@ -48,13 +46,6 @@ etc/crypto-policies/state/current
etc/crypttab
etc/csh.cshrc
etc/csh.login
-etc/dbus-1/
-etc/dbus-1/session.conf
-etc/dbus-1/session.d/
-etc/dbus-1/system.conf
-etc/dbus-1/system.d/
-etc/default/
-etc/default/useradd
etc/dnf/
etc/dnf/aliases.d/
etc/dnf/dnf.conf
@@ -63,12 +54,12 @@ etc/dnf/modules.defaults.d/
etc/dnf/plugins/
etc/dnf/protected.d/
etc/dnf/protected.d/dnf.conf
-etc/dnf/protected.d/systemd.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -80,15 +71,12 @@ etc/fonts/conf.d/57-dejavu-sans-fonts.conf
etc/gcrypt/
etc/gnupg/
etc/group
-etc/group-
etc/gshadow
-etc/gshadow-
etc/gss/
etc/gss/mech.d/
etc/host.conf
etc/hostname
etc/hosts
-etc/inittab
etc/inputrc
etc/issue
etc/issue.d/
@@ -111,38 +99,19 @@ etc/libssh/libssh_client.config
etc/libssh/libssh_server.config
etc/locale.conf
etc/localtime
-etc/login.defs
etc/logrotate.d/
etc/logrotate.d/dnf
-etc/machine-id
etc/motd
etc/motd.d/
etc/mtab
etc/networks
etc/nsswitch.conf
-etc/nsswitch.conf.bak
etc/openldap/
etc/openldap/certs/
etc/openldap/ldap.conf
etc/opt/
etc/os-release
-etc/pam.d/
-etc/pam.d/config-util
-etc/pam.d/fingerprint-auth
-etc/pam.d/login
-etc/pam.d/other
-etc/pam.d/password-auth
-etc/pam.d/postlogin
-etc/pam.d/remote
-etc/pam.d/runuser
-etc/pam.d/runuser-l
-etc/pam.d/smartcard-auth
-etc/pam.d/su
-etc/pam.d/su-l
-etc/pam.d/system-auth
-etc/pam.d/systemd-user
etc/passwd
-etc/passwd-
etc/pkcs11/
etc/pkcs11/modules/
etc/pki/
@@ -194,8 +163,6 @@ etc/profile
etc/profile.d/
etc/profile.d/colorgrep.csh
etc/profile.d/colorgrep.sh
-etc/profile.d/colorzgrep.csh
-etc/profile.d/colorzgrep.sh
etc/profile.d/csh.local
etc/profile.d/gawk.csh
etc/profile.d/gawk.sh
@@ -203,9 +170,6 @@ etc/profile.d/lang.csh
etc/profile.d/lang.sh
etc/profile.d/sh.local
etc/protocols
-etc/rc.d/
-etc/rc.d/rc.local
-etc/rc.local
etc/redhat-release
etc/resolv.conf
etc/rocky-release
@@ -216,28 +180,6 @@ etc/rpm/macros.dist
etc/rpm/macros.image-language-conf
etc/rwtab.d/
etc/sasl2/
-etc/security/
-etc/security/access.conf
-etc/security/chroot.conf
-etc/security/console.apps/
-etc/security/console.handlers
-etc/security/console.perms
-etc/security/console.perms.d/
-etc/security/faillock.conf
-etc/security/group.conf
-etc/security/limits.conf
-etc/security/limits.d/
-etc/security/namespace.conf
-etc/security/namespace.d/
-etc/security/namespace.init
-etc/security/opasswd
-etc/security/pam_env.conf
-etc/security/pwquality.conf
-etc/security/pwquality.conf.d/
-etc/security/sepermit.conf
-etc/security/time.conf
-etc/selinux/
-etc/selinux/semanage.conf
etc/services
etc/shadow
etc/shadow-
@@ -257,51 +199,13 @@ etc/subuid
etc/sysconfig/
etc/sysconfig/anaconda
etc/sysconfig/network
-etc/sysctl.conf
-etc/sysctl.d/
-etc/sysctl.d/99-sysctl.conf
etc/system-release
etc/system-release-cpe
-etc/systemd/
-etc/systemd/coredump.conf
-etc/systemd/journald.conf
-etc/systemd/logind.conf
-etc/systemd/system.conf
-etc/systemd/system/
-etc/systemd/system/console-getty.service
-etc/systemd/system/ctrl-alt-del.target
-etc/systemd/system/dbus.service
-etc/systemd/system/default.target
-etc/systemd/system/dev-hugepages.mount
-etc/systemd/system/getty.target
-etc/systemd/system/getty.target.wants/
-etc/systemd/system/getty.target.wants/[email protected]
-etc/systemd/system/multi-user.target.wants/
-etc/systemd/system/multi-user.target.wants/remote-fs.target
-etc/systemd/system/sockets.target.wants/
-etc/systemd/system/sockets.target.wants/dbus.socket
-etc/systemd/system/sys-fs-fuse-connections.mount
-etc/systemd/system/sysinit.target.wants/
-etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
-etc/systemd/system/systemd-logind.service
-etc/systemd/system/systemd-remount-fs.service
-etc/systemd/user.conf
-etc/systemd/user/
-etc/systemd/user/basic.target.wants/
-etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service
-etc/systemd/user/dbus.service
-etc/systemd/user/sockets.target.wants/
-etc/systemd/user/sockets.target.wants/dbus.socket
-etc/systemd/user/timers.target.wants/
-etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer
etc/terminfo/
-etc/tmpfiles.d/
etc/vconsole.conf
etc/xattr.conf
etc/xdg/
etc/xdg/autostart/
-etc/xdg/systemd/
-etc/xdg/systemd/user
etc/yum.repos.d/
etc/yum.repos.d/rocky-addons.repo
etc/yum.repos.d/rocky-devel.repo
@@ -320,26 +224,6 @@ root/anaconda-ks.cfg
root/anaconda-post.log
root/original-ks.cfg
run/
-run/console/
-run/cryptsetup/
-run/faillock/
-run/lock/
-run/lock/subsys/
-run/log/
-run/motd
-run/motd.d/
-run/nologin
-run/sepermit/
-run/setrans/
-run/systemd/
-run/systemd/ask-password/
-run/systemd/machines/
-run/systemd/seats/
-run/systemd/sessions/
-run/systemd/shutdown/
-run/systemd/users/
-run/user/
-run/utmp
sbin
srv/
sys/
@@ -359,29 +243,17 @@ usr/bin/bash
usr/bin/bashbug
usr/bin/bashbug-64
usr/bin/bg
-usr/bin/busctl
usr/bin/ca-legacy
-usr/bin/cal
usr/bin/cat
usr/bin/catchsegv
usr/bin/cd
-usr/bin/chacl
-usr/bin/chage
usr/bin/chcon
usr/bin/chgrp
-usr/bin/chmem
usr/bin/chmod
-usr/bin/choom
usr/bin/chown
-usr/bin/chrt
usr/bin/cksum
-usr/bin/col
-usr/bin/colcrt
-usr/bin/colrm
-usr/bin/column
usr/bin/comm
usr/bin/command
-usr/bin/coredumpctl
usr/bin/coreutils
usr/bin/cp
usr/bin/csplit
@@ -389,8 +261,6 @@ usr/bin/curl
usr/bin/cut
usr/bin/cyrusbdb2current
usr/bin/date
-usr/bin/dbus-broker
-usr/bin/dbus-broker-launch
usr/bin/dd
usr/bin/df
usr/bin/dir
@@ -398,23 +268,17 @@ usr/bin/dircolors
usr/bin/dirmngr
usr/bin/dirmngr-client
usr/bin/dirname
-usr/bin/dmesg
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/findmnt
-usr/bin/flock
usr/bin/fmt
usr/bin/fold
usr/bin/g13
@@ -424,13 +288,10 @@ usr/bin/gdbus
usr/bin/gencat
usr/bin/getconf
usr/bin/getent
-usr/bin/getfacl
-usr/bin/getopt
usr/bin/getopts
usr/bin/gio
usr/bin/gio-querymodules-64
usr/bin/glib-compile-schemas
-usr/bin/gpasswd
usr/bin/gpg
usr/bin/gpg-agent
usr/bin/gpg-card
@@ -449,81 +310,36 @@ usr/bin/gpgv2
usr/bin/grep
usr/bin/groups
usr/bin/gsettings
-usr/bin/gunzip
-usr/bin/gzexe
-usr/bin/gzip
-usr/bin/hardlink
usr/bin/hash
usr/bin/head
-usr/bin/hexdump
usr/bin/hostid
-usr/bin/hostnamectl
-usr/bin/i386
usr/bin/iconv
usr/bin/id
usr/bin/install
-usr/bin/ionice
-usr/bin/ipcmk
-usr/bin/ipcrm
-usr/bin/ipcs
-usr/bin/irqtop
-usr/bin/isosize
usr/bin/jobs
usr/bin/join
-usr/bin/journalctl
-usr/bin/kill
-usr/bin/last
-usr/bin/lastb
-usr/bin/lastlog
usr/bin/ld.so
usr/bin/ldd
usr/bin/link
-usr/bin/linux32
-usr/bin/linux64
usr/bin/ln
usr/bin/locale
-usr/bin/localectl
usr/bin/localedef
-usr/bin/logger
-usr/bin/login
-usr/bin/loginctl
usr/bin/logname
-usr/bin/look
usr/bin/ls
-usr/bin/lsblk
-usr/bin/lscpu
-usr/bin/lsipc
-usr/bin/lsirq
-usr/bin/lslocks
-usr/bin/lslogins
-usr/bin/lsmem
-usr/bin/lsns
-usr/bin/make-dummy-cert
-usr/bin/mcookie
usr/bin/md5sum
-usr/bin/mesg
usr/bin/microdnf
usr/bin/mkdir
usr/bin/mkfifo
usr/bin/mknod
usr/bin/mktemp
usr/bin/modulemd-validator
-usr/bin/more
-usr/bin/mount
-usr/bin/mountpoint
usr/bin/mv
-usr/bin/namei
-usr/bin/newgidmap
-usr/bin/newgrp
-usr/bin/newuidmap
usr/bin/nice
usr/bin/nl
usr/bin/nohup
usr/bin/nproc
-usr/bin/nsenter
usr/bin/numfmt
usr/bin/od
-usr/bin/openssl
usr/bin/p11-kit
usr/bin/paste
usr/bin/pathchk
@@ -532,18 +348,11 @@ usr/bin/pldd
usr/bin/pr
usr/bin/printenv
usr/bin/printf
-usr/bin/prlimit
usr/bin/ptx
usr/bin/pwd
-usr/bin/pwmake
-usr/bin/pwscore
usr/bin/read
usr/bin/readlink
usr/bin/realpath
-usr/bin/rename
-usr/bin/renew-dummy-cert
-usr/bin/renice
-usr/bin/rev
usr/bin/rm
usr/bin/rmdir
usr/bin/rpm
@@ -554,17 +363,8 @@ usr/bin/rpmkeys
usr/bin/rpmquery
usr/bin/rpmverify
usr/bin/runcon
-usr/bin/script
-usr/bin/scriptlive
-usr/bin/scriptreplay
usr/bin/sed
usr/bin/seq
-usr/bin/setarch
-usr/bin/setfacl
-usr/bin/setpriv
-usr/bin/setsid
-usr/bin/setterm
-usr/bin/sg
usr/bin/sh
usr/bin/sha1sum
usr/bin/sha224sum
@@ -581,41 +381,12 @@ usr/bin/sprof
usr/bin/stat
usr/bin/stdbuf
usr/bin/stty
-usr/bin/su
usr/bin/sum
usr/bin/sync
-usr/bin/systemctl
-usr/bin/systemd-analyze
-usr/bin/systemd-ask-password
-usr/bin/systemd-cat
-usr/bin/systemd-cgls
-usr/bin/systemd-cgtop
-usr/bin/systemd-creds
-usr/bin/systemd-delta
-usr/bin/systemd-detect-virt
-usr/bin/systemd-dissect
-usr/bin/systemd-escape
-usr/bin/systemd-firstboot
-usr/bin/systemd-id128
-usr/bin/systemd-inhibit
-usr/bin/systemd-machine-id-setup
-usr/bin/systemd-mount
-usr/bin/systemd-notify
-usr/bin/systemd-path
-usr/bin/systemd-run
-usr/bin/systemd-socket-activate
-usr/bin/systemd-stdio-bridge
-usr/bin/systemd-sysext
-usr/bin/systemd-sysusers
-usr/bin/systemd-tmpfiles
-usr/bin/systemd-tty-ask-password-agent
-usr/bin/systemd-umount
usr/bin/tac
usr/bin/tail
-usr/bin/taskset
usr/bin/tee
usr/bin/test
-usr/bin/timedatectl
usr/bin/timeout
usr/bin/touch
usr/bin/tr
@@ -626,53 +397,28 @@ usr/bin/tsort
usr/bin/tty
usr/bin/type
usr/bin/tzselect
-usr/bin/uclampset
-usr/bin/ul
usr/bin/ulimit
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/unshare
usr/bin/update-ca-trust
usr/bin/users
-usr/bin/utmpdump
-usr/bin/uuidgen
-usr/bin/uuidparse
usr/bin/vdir
usr/bin/wait
-usr/bin/wall
usr/bin/watchgnupg
usr/bin/wc
-usr/bin/wdctl
-usr/bin/whereis
usr/bin/who
usr/bin/whoami
-usr/bin/write
-usr/bin/x86_64
usr/bin/xmlcatalog
usr/bin/xmllint
-usr/bin/xmlwf
usr/bin/yes
-usr/bin/zcat
-usr/bin/zcmp
-usr/bin/zdiff
usr/bin/zdump
-usr/bin/zegrep
-usr/bin/zfgrep
-usr/bin/zforce
-usr/bin/zgrep
-usr/bin/zless
-usr/bin/zmore
-usr/bin/znew
usr/games/
usr/include/
usr/lib/
-usr/lib/binfmt.d/
usr/lib/debug/
usr/lib/debug/.dwz/
usr/lib/debug/bin
@@ -685,8 +431,6 @@ usr/lib/debug/usr/bin/
usr/lib/debug/usr/lib/
usr/lib/debug/usr/lib64/
usr/lib/debug/usr/sbin/
-usr/lib/environment.d/
-usr/lib/environment.d/99-environment.conf
usr/lib/games/
usr/lib/locale/
usr/lib/locale/C.utf8/
@@ -707,16 +451,11 @@ usr/lib/modules/
usr/lib/motd
usr/lib/motd.d/
usr/lib/os-release
-usr/lib/pam.d/
-usr/lib/pam.d/systemd-user
usr/lib/rpm/
usr/lib/rpm/fileattrs/
-usr/lib/rpm/fileattrs/sysusers.attr
usr/lib/rpm/lua/
usr/lib/rpm/macros
usr/lib/rpm/macros.d/
-usr/lib/rpm/macros.d/macros.systemd
-usr/lib/rpm/macros.d/macros.sysusers
usr/lib/rpm/platform/
usr/lib/rpm/platform/aarch64-linux/
usr/lib/rpm/platform/aarch64-linux/macros
@@ -858,367 +597,44 @@ usr/lib/rpm/rpmdb_dump
usr/lib/rpm/rpmdb_load
usr/lib/rpm/rpmpopt-4.16.1.3
usr/lib/rpm/rpmrc
-usr/lib/rpm/sysusers.generate-pre.sh
-usr/lib/rpm/sysusers.prov
usr/lib/rpm/tgpg
usr/lib/sysctl.d/
-usr/lib/sysctl.d/50-coredump.conf
-usr/lib/sysctl.d/50-default.conf
-usr/lib/sysctl.d/50-pid-max.conf
usr/lib/sysctl.d/50-redhat.conf
usr/lib/sysimage/
usr/lib/systemd/
-usr/lib/systemd/catalog/
-usr/lib/systemd/catalog/dbus-broker-launch.catalog
-usr/lib/systemd/catalog/dbus-broker.catalog
-usr/lib/systemd/catalog/systemd.be.catalog
-usr/lib/systemd/catalog/[email protected]
-usr/lib/systemd/catalog/systemd.bg.catalog
-usr/lib/systemd/catalog/systemd.catalog
-usr/lib/systemd/catalog/systemd.de.catalog
-usr/lib/systemd/catalog/systemd.fr.catalog
-usr/lib/systemd/catalog/systemd.it.catalog
-usr/lib/systemd/catalog/systemd.pl.catalog
-usr/lib/systemd/catalog/systemd.pt_BR.catalog
-usr/lib/systemd/catalog/systemd.ru.catalog
-usr/lib/systemd/catalog/systemd.zh_CN.catalog
-usr/lib/systemd/catalog/systemd.zh_TW.catalog
-usr/lib/systemd/libsystemd-shared-250.so
-usr/lib/systemd/libsystemd-shared.abignore
-usr/lib/systemd/network/
-usr/lib/systemd/purge-nobody-user
-usr/lib/systemd/resolv.conf
-usr/lib/systemd/system-generators/
-usr/lib/systemd/system-generators/systemd-debug-generator
-usr/lib/systemd/system-generators/systemd-fstab-generator
-usr/lib/systemd/system-generators/systemd-getty-generator
-usr/lib/systemd/system-generators/systemd-integritysetup-generator
-usr/lib/systemd/system-generators/systemd-rc-local-generator
-usr/lib/systemd/system-generators/systemd-run-generator
-usr/lib/systemd/system-generators/systemd-system-update-generator
-usr/lib/systemd/system-generators/systemd-sysv-generator
-usr/lib/systemd/system-generators/systemd-veritysetup-generator
usr/lib/systemd/system-preset/
usr/lib/systemd/system-preset/85-display-manager.preset
usr/lib/systemd/system-preset/90-default.preset
-usr/lib/systemd/system-preset/90-systemd.preset
usr/lib/systemd/system-preset/99-default-disable.preset
-usr/lib/systemd/system-shutdown/
usr/lib/systemd/system/
-usr/lib/systemd/system/-.slice.d/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/basic.target
-usr/lib/systemd/system/basic.target.wants/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/bluetooth.target
-usr/lib/systemd/system/boot-complete.target
-usr/lib/systemd/system/console-getty.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/ctrl-alt-del.target
-usr/lib/systemd/system/dbus-broker.service
-usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
-usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
-usr/lib/systemd/system/dbus-org.freedesktop.login1.service
-usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
-usr/lib/systemd/system/dbus.socket
-usr/lib/systemd/system/dbus.target.wants/
-usr/lib/systemd/system/debug-shell.service
-usr/lib/systemd/system/default.target
-usr/lib/systemd/system/default.target.wants/
-usr/lib/systemd/system/dev-hugepages.mount
-usr/lib/systemd/system/dev-mqueue.mount
-usr/lib/systemd/system/emergency.service
-usr/lib/systemd/system/emergency.target
-usr/lib/systemd/system/exit.target
-usr/lib/systemd/system/factory-reset.target
-usr/lib/systemd/system/final.target
-usr/lib/systemd/system/first-boot-complete.target
-usr/lib/systemd/system/fstrim.service
-usr/lib/systemd/system/fstrim.timer
-usr/lib/systemd/system/getty-pre.target
-usr/lib/systemd/system/getty.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/graphical.target
-usr/lib/systemd/system/graphical.target.wants/
-usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/halt.target
-usr/lib/systemd/system/initrd-cleanup.service
-usr/lib/systemd/system/initrd-fs.target
-usr/lib/systemd/system/initrd-parse-etc.service
-usr/lib/systemd/system/initrd-root-device.target
-usr/lib/systemd/system/initrd-root-device.target.wants/
-usr/lib/systemd/system/initrd-root-device.target.wants/remote-veritysetup.target
-usr/lib/systemd/system/initrd-root-fs.target
-usr/lib/systemd/system/initrd-root-fs.target.wants/
-usr/lib/systemd/system/initrd-switch-root.service
-usr/lib/systemd/system/initrd-switch-root.target
-usr/lib/systemd/system/initrd-usr-fs.target
-usr/lib/systemd/system/initrd.target
-usr/lib/systemd/system/integritysetup-pre.target
-usr/lib/systemd/system/integritysetup.target
-usr/lib/systemd/system/kexec.target
-usr/lib/systemd/system/ldconfig.service
-usr/lib/systemd/system/local-fs-pre.target
-usr/lib/systemd/system/local-fs.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/multi-user.target
-usr/lib/systemd/system/multi-user.target.wants/
-usr/lib/systemd/system/multi-user.target.wants/getty.target
-usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
-usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
-usr/lib/systemd/system/network-online.target
-usr/lib/systemd/system/network-pre.target
-usr/lib/systemd/system/network.target
-usr/lib/systemd/system/nss-lookup.target
-usr/lib/systemd/system/nss-user-lookup.target
-usr/lib/systemd/system/pam_namespace.service
-usr/lib/systemd/system/paths.target
-usr/lib/systemd/system/poweroff.target
-usr/lib/systemd/system/printer.target
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
-usr/lib/systemd/system/rc-local.service
-usr/lib/systemd/system/reboot.target
-usr/lib/systemd/system/remote-fs-pre.target
-usr/lib/systemd/system/remote-fs.target
-usr/lib/systemd/system/remote-fs.target.wants/
-usr/lib/systemd/system/remote-veritysetup.target
-usr/lib/systemd/system/rescue.service
-usr/lib/systemd/system/rescue.target
-usr/lib/systemd/system/rescue.target.wants/
-usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/rpcbind.target
usr/lib/systemd/system/rpmdb-rebuild.service
-usr/lib/systemd/system/runlevel0.target
-usr/lib/systemd/system/runlevel1.target
-usr/lib/systemd/system/runlevel1.target.wants/
-usr/lib/systemd/system/runlevel2.target
-usr/lib/systemd/system/runlevel2.target.wants/
-usr/lib/systemd/system/runlevel3.target
-usr/lib/systemd/system/runlevel3.target.wants/
-usr/lib/systemd/system/runlevel4.target
-usr/lib/systemd/system/runlevel4.target.wants/
-usr/lib/systemd/system/runlevel5.target
-usr/lib/systemd/system/runlevel5.target.wants/
-usr/lib/systemd/system/runlevel6.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/shutdown.target
-usr/lib/systemd/system/sigpwr.target
-usr/lib/systemd/system/slices.target
-usr/lib/systemd/system/smartcard.target
-usr/lib/systemd/system/sockets.target
-usr/lib/systemd/system/sockets.target.wants/
-usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
-usr/lib/systemd/system/sound.target
-usr/lib/systemd/system/swap.target
-usr/lib/systemd/system/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sys-kernel-config.mount
-usr/lib/systemd/system/sys-kernel-debug.mount
-usr/lib/systemd/system/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target
-usr/lib/systemd/system/sysinit.target.wants/
-usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
-usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
-usr/lib/systemd/system/sysinit.target.wants/integritysetup.target
-usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
-usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
-usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
-usr/lib/systemd/system/sysinit.target.wants/veritysetup.target
-usr/lib/systemd/system/syslog.socket
-usr/lib/systemd/system/syslog.target.wants/
-usr/lib/systemd/system/system-update-cleanup.service
-usr/lib/systemd/system/system-update-pre.target
-usr/lib/systemd/system/system-update.target
-usr/lib/systemd/system/systemd-ask-password-console.path
-usr/lib/systemd/system/systemd-ask-password-console.service
-usr/lib/systemd/system/systemd-ask-password-wall.path
-usr/lib/systemd/system/systemd-ask-password-wall.service
-usr/lib/systemd/system/systemd-binfmt.service
-usr/lib/systemd/system/systemd-boot-check-no-failures.service
-usr/lib/systemd/system/systemd-coredump.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-exit.service
-usr/lib/systemd/system/systemd-firstboot.service
-usr/lib/systemd/system/systemd-halt.service
-usr/lib/systemd/system/systemd-hostnamed.service
-usr/lib/systemd/system/systemd-hostnamed.service.d/
-usr/lib/systemd/system/systemd-hostnamed.service.d/disable-privatedevices.conf
-usr/lib/systemd/system/systemd-initctl.service
-usr/lib/systemd/system/systemd-initctl.socket
-usr/lib/systemd/system/systemd-journal-catalog-update.service
-usr/lib/systemd/system/systemd-journal-flush.service
-usr/lib/systemd/system/systemd-journald-audit.socket
-usr/lib/systemd/system/systemd-journald-dev-log.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journald.service
-usr/lib/systemd/system/systemd-journald.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-kexec.service
-usr/lib/systemd/system/systemd-localed.service
-usr/lib/systemd/system/systemd-logind.service
-usr/lib/systemd/system/systemd-machine-id-commit.service
-usr/lib/systemd/system/systemd-network-generator.service
-usr/lib/systemd/system/systemd-poweroff.service
-usr/lib/systemd/system/systemd-reboot.service
-usr/lib/systemd/system/systemd-sysctl.service
-usr/lib/systemd/system/systemd-sysext.service
-usr/lib/systemd/system/systemd-sysusers.service
-usr/lib/systemd/system/systemd-timedated.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/systemd-update-done.service
-usr/lib/systemd/system/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/systemd-update-utmp.service
-usr/lib/systemd/system/systemd-user-sessions.service
-usr/lib/systemd/system/time-set.target
-usr/lib/systemd/system/time-sync.target
-usr/lib/systemd/system/timers.target
-usr/lib/systemd/system/timers.target.wants/
-usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/tmp.mount
-usr/lib/systemd/system/umount.target
-usr/lib/systemd/system/usb-gadget.target
-usr/lib/systemd/system/user-.slice.d/
-usr/lib/systemd/system/user-.slice.d/10-defaults.conf
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/user.slice
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]/
-usr/lib/systemd/system/veritysetup-pre.target
-usr/lib/systemd/system/veritysetup.target
-usr/lib/systemd/systemd
-usr/lib/systemd/systemd-ac-power
-usr/lib/systemd/systemd-binfmt
-usr/lib/systemd/systemd-boot-check-no-failures
-usr/lib/systemd/systemd-cgroups-agent
-usr/lib/systemd/systemd-coredump
-usr/lib/systemd/systemd-export
-usr/lib/systemd/systemd-hostnamed
-usr/lib/systemd/systemd-initctl
-usr/lib/systemd/systemd-integritysetup
-usr/lib/systemd/systemd-journald
-usr/lib/systemd/systemd-localed
-usr/lib/systemd/systemd-logind
-usr/lib/systemd/systemd-network-generator
-usr/lib/systemd/systemd-reply-password
-usr/lib/systemd/systemd-shutdown
-usr/lib/systemd/systemd-socket-proxyd
-usr/lib/systemd/systemd-sulogin-shell
-usr/lib/systemd/systemd-sysctl
-usr/lib/systemd/systemd-timedated
-usr/lib/systemd/systemd-update-done
-usr/lib/systemd/systemd-update-helper
-usr/lib/systemd/systemd-update-utmp
-usr/lib/systemd/systemd-user-runtime-dir
-usr/lib/systemd/systemd-user-sessions
-usr/lib/systemd/systemd-veritysetup
-usr/lib/systemd/systemd-xdg-autostart-condition
-usr/lib/systemd/user-environment-generators/
-usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
-usr/lib/systemd/user-generators/
-usr/lib/systemd/user-generators/systemd-xdg-autostart-generator
usr/lib/systemd/user-preset/
usr/lib/systemd/user-preset/90-default-user.preset
-usr/lib/systemd/user-preset/90-systemd.preset
usr/lib/systemd/user-preset/99-default-disable.preset
usr/lib/systemd/user/
-usr/lib/systemd/user/app.slice
-usr/lib/systemd/user/background.slice
-usr/lib/systemd/user/basic.target
-usr/lib/systemd/user/bluetooth.target
-usr/lib/systemd/user/dbus-broker.service
-usr/lib/systemd/user/dbus.socket
-usr/lib/systemd/user/default.target
usr/lib/systemd/user/dirmngr.service
usr/lib/systemd/user/dirmngr.socket
-usr/lib/systemd/user/exit.target
usr/lib/systemd/user/gpg-agent-browser.socket
usr/lib/systemd/user/gpg-agent-extra.socket
usr/lib/systemd/user/gpg-agent-ssh.socket
usr/lib/systemd/user/gpg-agent.service
usr/lib/systemd/user/gpg-agent.socket
-usr/lib/systemd/user/graphical-session-pre.target
-usr/lib/systemd/user/graphical-session.target
-usr/lib/systemd/user/paths.target
-usr/lib/systemd/user/printer.target
-usr/lib/systemd/user/session.slice
-usr/lib/systemd/user/shutdown.target
-usr/lib/systemd/user/smartcard.target
-usr/lib/systemd/user/sockets.target
-usr/lib/systemd/user/sound.target
-usr/lib/systemd/user/systemd-exit.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.timer
-usr/lib/systemd/user/systemd-tmpfiles-setup.service
-usr/lib/systemd/user/timers.target
-usr/lib/systemd/user/xdg-desktop-autostart.target
-usr/lib/sysusers.d/
-usr/lib/sysusers.d/basic.conf
-usr/lib/sysusers.d/dbus.conf
-usr/lib/sysusers.d/systemd-coredump.conf
-usr/lib/sysusers.d/systemd-journal.conf
-usr/lib/sysusers.d/systemd-oom.conf
usr/lib/tmpfiles.d/
-usr/lib/tmpfiles.d/cryptsetup.conf
usr/lib/tmpfiles.d/dnf.conf
-usr/lib/tmpfiles.d/etc.conf
-usr/lib/tmpfiles.d/home.conf
-usr/lib/tmpfiles.d/journal-nocow.conf
-usr/lib/tmpfiles.d/legacy.conf
usr/lib/tmpfiles.d/libselinux.conf
-usr/lib/tmpfiles.d/pam.conf
usr/lib/tmpfiles.d/setup.conf
-usr/lib/tmpfiles.d/static-nodes-permissions.conf
-usr/lib/tmpfiles.d/systemd-nologin.conf
-usr/lib/tmpfiles.d/systemd-tmp.conf
-usr/lib/tmpfiles.d/systemd.conf
-usr/lib/tmpfiles.d/tmp.conf
-usr/lib/tmpfiles.d/var.conf
-usr/lib/tmpfiles.d/x11.conf
-usr/lib/udev/
-usr/lib/udev/rules.d/
-usr/lib/udev/rules.d/10-dm.rules
-usr/lib/udev/rules.d/13-dm-disk.rules
-usr/lib/udev/rules.d/95-dm-notify.rules
usr/lib64/
+usr/lib64/.gnutls.hmac
usr/lib64/.libgmp.so.10.4.0.hmac
usr/lib64/.libgmp.so.10.hmac
-usr/lib64/.libgnutls.so.30.31.0.hmac
-usr/lib64/.libgnutls.so.30.hmac
-usr/lib64/.libhogweed.so.6.4.hmac
+usr/lib64/.libhogweed.so.6.5.hmac
usr/lib64/.libhogweed.so.6.hmac
-usr/lib64/.libnettle.so.8.4.hmac
+usr/lib64/.libnettle.so.8.5.hmac
usr/lib64/.libnettle.so.8.hmac
usr/lib64/X11/
usr/lib64/audit/
usr/lib64/audit/sotruss-lib.so
usr/lib64/bpf/
-usr/lib64/cracklib_dict.hwm
-usr/lib64/cracklib_dict.pwd
-usr/lib64/cracklib_dict.pwi
-usr/lib64/cryptsetup/
usr/lib64/engines-3/
usr/lib64/engines-3/afalg.so
usr/lib64/engines-3/capi.so
@@ -1322,19 +738,12 @@ 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/libcrack.so.2
-usr/lib64/libcrack.so.2.9.0
usr/lib64/libcrypt.so.2
usr/lib64/libcrypt.so.2.0.0
usr/lib64/libcrypto.so.3
usr/lib64/libcrypto.so.3.0.1
-usr/lib64/libcryptsetup.so.12
-usr/lib64/libcryptsetup.so.12.7.0
usr/lib64/libcurl.so.4
usr/lib64/libcurl.so.4.7.0
-usr/lib64/libdb-5.3.so
-usr/lib64/libdb-5.so
-usr/lib64/libdevmapper.so.1.02
usr/lib64/libdl.so.2
usr/lib64/libdnf.so.2
usr/lib64/libdnf/
@@ -1342,19 +751,23 @@ usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
usr/lib64/libdrop_ambient.so.0
usr/lib64/libdrop_ambient.so.0.0.0
-usr/lib64/libeconf.so.0
-usr/lib64/libeconf.so.0.4.1
-usr/lib64/libexpat.so.1
-usr/lib64/libexpat.so.1.6.12
-usr/lib64/libfdisk.so.1
-usr/lib64/libfdisk.so.1.1.0
+usr/lib64/libevent-2.1.so.7
+usr/lib64/libevent-2.1.so.7.0.1
+usr/lib64/libevent_core-2.1.so.7
+usr/lib64/libevent_core-2.1.so.7.0.1
+usr/lib64/libevent_extra-2.1.so.7
+usr/lib64/libevent_extra-2.1.so.7.0.1
+usr/lib64/libevent_openssl-2.1.so.7
+usr/lib64/libevent_openssl-2.1.so.7.0.1
+usr/lib64/libevent_pthreads-2.1.so.7
+usr/lib64/libevent_pthreads-2.1.so.7.0.1
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/libgcc_s-11-20220127.so.1
+usr/lib64/libgcc_s-11-20220421.so.1
usr/lib64/libgcc_s.so.1
usr/lib64/libgcrypt.so.20
usr/lib64/libgcrypt.so.20.4.0
@@ -1373,7 +786,7 @@ usr/lib64/libgmodule-2.0.so.0.6800.4
usr/lib64/libgmp.so.10
usr/lib64/libgmp.so.10.4.0
usr/lib64/libgnutls.so.30
-usr/lib64/libgnutls.so.30.31.0
+usr/lib64/libgnutls.so.30.33.1
usr/lib64/libgobject-2.0.so.0
usr/lib64/libgobject-2.0.so.0.6800.4
usr/lib64/libgpg-error.so.0
@@ -1389,7 +802,7 @@ usr/lib64/libgthread-2.0.so.0.6800.4
usr/lib64/libhistory.so.8
usr/lib64/libhistory.so.8.1
usr/lib64/libhogweed.so.6
-usr/lib64/libhogweed.so.6.4
+usr/lib64/libhogweed.so.6.5
usr/lib64/libidn2.so.0
usr/lib64/libidn2.so.0.3.7
usr/lib64/libjson-c.so.5
@@ -1400,8 +813,6 @@ usr/lib64/libkdb5.so.10
usr/lib64/libkdb5.so.10.0
usr/lib64/libkeyutils.so.1
usr/lib64/libkeyutils.so.1.9
-usr/lib64/libkmod.so.2
-usr/lib64/libkmod.so.2.3.6
usr/lib64/libkrad.so.0
usr/lib64/libkrad.so.0.0
usr/lib64/libkrb5.so.3
@@ -1410,10 +821,12 @@ usr/lib64/libkrb5support.so.0
usr/lib64/libkrb5support.so.0.1
usr/lib64/libksba.so.8
usr/lib64/libksba.so.8.13.1
-usr/lib64/liblber-2.4.so.2
-usr/lib64/liblber-2.4.so.2.11.7
-usr/lib64/libldap_r-2.4.so.2
-usr/lib64/libldap_r-2.4.so.2.11.7
+usr/lib64/liblber.so.2
+usr/lib64/liblber.so.2.0.200
+usr/lib64/libldap.so.2
+usr/lib64/libldap.so.2.0.200
+usr/lib64/libldap_r.so.2
+usr/lib64/libldap_r.so.2.0.200
usr/lib64/liblua-5.3.so
usr/lib64/liblua-5.4.so
usr/lib64/liblz4.so.1
@@ -1440,7 +853,7 @@ usr/lib64/libncurses.so.6.2
usr/lib64/libncursesw.so.6
usr/lib64/libncursesw.so.6.2
usr/lib64/libnettle.so.8
-usr/lib64/libnettle.so.8.4
+usr/lib64/libnettle.so.8.5
usr/lib64/libnghttp2.so.14
usr/lib64/libnghttp2.so.14.20.1
usr/lib64/libnpth.so.0
@@ -1448,18 +861,9 @@ usr/lib64/libnpth.so.0.1.2
usr/lib64/libnss_compat.so.2
usr/lib64/libnss_dns.so.2
usr/lib64/libnss_files.so.2
-usr/lib64/libnss_myhostname.so.2
-usr/lib64/libnss_resolve.so.2
-usr/lib64/libnss_systemd.so.2
usr/lib64/libnssckbi.so
usr/lib64/libp11-kit.so.0
usr/lib64/libp11-kit.so.0.3.0
-usr/lib64/libpam.so.0
-usr/lib64/libpam.so.0.85.1
-usr/lib64/libpam_misc.so.0
-usr/lib64/libpam_misc.so.0.82.1
-usr/lib64/libpamc.so.0
-usr/lib64/libpamc.so.0.82.1
usr/lib64/libpanel.so.6
usr/lib64/libpanel.so.6.2
usr/lib64/libpanelw.so.6
@@ -1468,9 +872,9 @@ usr/lib64/libpcprofile.so
usr/lib64/libpcre.so.1
usr/lib64/libpcre.so.1.2.12
usr/lib64/libpcre2-8.so.0
-usr/lib64/libpcre2-8.so.0.10.2
+usr/lib64/libpcre2-8.so.0.11.0
usr/lib64/libpcre2-posix.so.3
-usr/lib64/libpcre2-posix.so.3.0.0
+usr/lib64/libpcre2-posix.so.3.0.2
usr/lib64/libpcreposix.so.0
usr/lib64/libpcreposix.so.0.0.7
usr/lib64/libpeas-1.0.so.0
@@ -1484,8 +888,6 @@ 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/libpwquality.so.1
-usr/lib64/libpwquality.so.1.0.2
usr/lib64/libreadline.so.8
usr/lib64/libreadline.so.8.1
usr/lib64/librepo.so.0
@@ -1497,15 +899,12 @@ usr/lib64/librpmio.so.9.1.3
usr/lib64/librt.so.1
usr/lib64/libsasl2.so.3
usr/lib64/libsasl2.so.3.0.0
-usr/lib64/libseccomp.so.2
-usr/lib64/libseccomp.so.2.5.2
usr/lib64/libselinux.so.1
-usr/lib64/libsemanage.so.2
usr/lib64/libsepol.so.2
usr/lib64/libsigsegv.so.2
usr/lib64/libsigsegv.so.2.0.6
-usr/lib64/libslapi-2.4.so.2
-usr/lib64/libslapi-2.4.so.2.11.7
+usr/lib64/libslapi.so.2
+usr/lib64/libslapi.so.2.0.200
usr/lib64/libsmartcols.so.1
usr/lib64/libsmartcols.so.1.1.0
usr/lib64/libsolv.so.1
@@ -1520,8 +919,6 @@ usr/lib64/libssl.so.3
usr/lib64/libssl.so.3.0.1
usr/lib64/libstdc++.so.6
usr/lib64/libstdc++.so.6.0.29
-usr/lib64/libsystemd.so.0
-usr/lib64/libsystemd.so.0.33.0
usr/lib64/libtasn1.so.6
usr/lib64/libtasn1.so.6.6.0
usr/lib64/libthread_db.so.1
@@ -1529,12 +926,8 @@ usr/lib64/libtic.so.6
usr/lib64/libtic.so.6.2
usr/lib64/libtinfo.so.6
usr/lib64/libtinfo.so.6.2
-usr/lib64/libudev.so.1
-usr/lib64/libudev.so.1.7.3
usr/lib64/libunistring.so.2
usr/lib64/libunistring.so.2.1.0
-usr/lib64/libutempter.so.0
-usr/lib64/libutempter.so.1.2.1
usr/lib64/libutil.so.1
usr/lib64/libuuid.so.1
usr/lib64/libuuid.so.1.3.0
@@ -1571,63 +964,7 @@ usr/lib64/sasl2/libsasldb.so
usr/lib64/sasl2/libsasldb.so.3
usr/lib64/sasl2/libsasldb.so.3.0.0
usr/lib64/security/
-usr/lib64/security/pam_access.so
usr/lib64/security/pam_cap.so
-usr/lib64/security/pam_chroot.so
-usr/lib64/security/pam_console.so
-usr/lib64/security/pam_debug.so
-usr/lib64/security/pam_deny.so
-usr/lib64/security/pam_echo.so
-usr/lib64/security/pam_env.so
-usr/lib64/security/pam_exec.so
-usr/lib64/security/pam_faildelay.so
-usr/lib64/security/pam_faillock.so
-usr/lib64/security/pam_filter.so
-usr/lib64/security/pam_filter/
-usr/lib64/security/pam_filter/upperLOWER
-usr/lib64/security/pam_ftp.so
-usr/lib64/security/pam_group.so
-usr/lib64/security/pam_issue.so
-usr/lib64/security/pam_keyinit.so
-usr/lib64/security/pam_lastlog.so
-usr/lib64/security/pam_limits.so
-usr/lib64/security/pam_listfile.so
-usr/lib64/security/pam_localuser.so
-usr/lib64/security/pam_loginuid.so
-usr/lib64/security/pam_mail.so
-usr/lib64/security/pam_mkhomedir.so
-usr/lib64/security/pam_motd.so
-usr/lib64/security/pam_namespace.so
-usr/lib64/security/pam_nologin.so
-usr/lib64/security/pam_permit.so
-usr/lib64/security/pam_postgresok.so
-usr/lib64/security/pam_pwhistory.so
-usr/lib64/security/pam_pwquality.so
-usr/lib64/security/pam_rhosts.so
-usr/lib64/security/pam_rootok.so
-usr/lib64/security/pam_securetty.so
-usr/lib64/security/pam_selinux.so
-usr/lib64/security/pam_selinux_permit.so
-usr/lib64/security/pam_sepermit.so
-usr/lib64/security/pam_setquota.so
-usr/lib64/security/pam_shells.so
-usr/lib64/security/pam_stress.so
-usr/lib64/security/pam_succeed_if.so
-usr/lib64/security/pam_systemd.so
-usr/lib64/security/pam_time.so
-usr/lib64/security/pam_timestamp.so
-usr/lib64/security/pam_tty_audit.so
-usr/lib64/security/pam_umask.so
-usr/lib64/security/pam_unix.so
-usr/lib64/security/pam_unix_acct.so
-usr/lib64/security/pam_unix_auth.so
-usr/lib64/security/pam_unix_passwd.so
-usr/lib64/security/pam_unix_session.so
-usr/lib64/security/pam_userdb.so
-usr/lib64/security/pam_usertype.so
-usr/lib64/security/pam_warn.so
-usr/lib64/security/pam_wheel.so
-usr/lib64/security/pam_xauth.so
usr/libexec/
usr/libexec/awk/
usr/libexec/awk/grcat
@@ -1652,9 +989,6 @@ usr/libexec/p11-kit/
usr/libexec/p11-kit/p11-kit-remote
usr/libexec/p11-kit/trust-extract-compat
usr/libexec/scdaemon
-usr/libexec/selinux/
-usr/libexec/utempter/
-usr/libexec/utempter/utempter
usr/local/
usr/local/bin/
usr/local/etc/
@@ -1691,107 +1025,20 @@ usr/local/share/man/mann/
usr/local/src/
usr/sbin/
usr/sbin/addgnupghome
-usr/sbin/addpart
-usr/sbin/adduser
-usr/sbin/agetty
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
-usr/sbin/blkdeactivate
-usr/sbin/blkdiscard
-usr/sbin/blkid
-usr/sbin/blkzone
-usr/sbin/blockdev
usr/sbin/capsh
-usr/sbin/cfdisk
-usr/sbin/chcpu
-usr/sbin/chgpasswd
-usr/sbin/chpasswd
usr/sbin/chroot
-usr/sbin/clock
-usr/sbin/cracklib-check
-usr/sbin/cracklib-format
-usr/sbin/cracklib-packer
-usr/sbin/cracklib-unpacker
-usr/sbin/create-cracklib-dict
-usr/sbin/ctrlaltdel
-usr/sbin/delpart
-usr/sbin/dmfilemapd
-usr/sbin/dmsetup
-usr/sbin/dmstats
-usr/sbin/faillock
-usr/sbin/fdformat
-usr/sbin/fdisk
-usr/sbin/findfs
-usr/sbin/fsck
-usr/sbin/fsck.cramfs
-usr/sbin/fsck.minix
-usr/sbin/fsfreeze
-usr/sbin/fstrim
usr/sbin/g13-syshelp
usr/sbin/getcap
usr/sbin/getpcaps
-usr/sbin/groupadd
-usr/sbin/groupdel
-usr/sbin/groupmems
-usr/sbin/groupmod
-usr/sbin/grpck
-usr/sbin/grpconv
-usr/sbin/grpunconv
-usr/sbin/halt
-usr/sbin/hwclock
usr/sbin/iconvconfig
-usr/sbin/init
-usr/sbin/ldattach
usr/sbin/ldconfig
-usr/sbin/losetup
-usr/sbin/mkdict
-usr/sbin/mkfs
-usr/sbin/mkfs.cramfs
-usr/sbin/mkfs.minix
-usr/sbin/mkhomedir_helper
-usr/sbin/mkswap
-usr/sbin/newusers
-usr/sbin/nologin
-usr/sbin/packer
-usr/sbin/pam_console_apply
-usr/sbin/pam_namespace_helper
-usr/sbin/pam_timestamp_check
-usr/sbin/partx
-usr/sbin/pivot_root
-usr/sbin/poweroff
-usr/sbin/pwck
-usr/sbin/pwconv
-usr/sbin/pwhistory_helper
-usr/sbin/pwunconv
-usr/sbin/readprofile
-usr/sbin/reboot
-usr/sbin/resizepart
-usr/sbin/rfkill
-usr/sbin/rtcwake
-usr/sbin/runlevel
-usr/sbin/runuser
usr/sbin/sasldblistusers2
usr/sbin/saslpasswd2
usr/sbin/setcap
-usr/sbin/sfdisk
-usr/sbin/shutdown
-usr/sbin/sulogin
-usr/sbin/swaplabel
-usr/sbin/swapoff
-usr/sbin/swapon
-usr/sbin/switch_root
-usr/sbin/telinit
-usr/sbin/unix_chkpwd
-usr/sbin/unix_update
usr/sbin/update-alternatives
-usr/sbin/useradd
-usr/sbin/userdel
-usr/sbin/usermod
-usr/sbin/vigr
-usr/sbin/vipw
-usr/sbin/wipefs
usr/sbin/zic
-usr/sbin/zramctl
usr/share/
usr/share/X11/
usr/share/aclocal/
@@ -1830,137 +1077,13 @@ usr/share/awk/zerofile.awk
usr/share/backgrounds/
usr/share/bash-completion/
usr/share/bash-completion/completions/
-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/busctl
-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/coredumpctl
-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/hostnamectl
-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/journalctl
-usr/share/bash-completion/completions/last
-usr/share/bash-completion/completions/ldattach
-usr/share/bash-completion/completions/localectl
-usr/share/bash-completion/completions/logger
-usr/share/bash-completion/completions/loginctl
-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/p11-kit
-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/systemctl
-usr/share/bash-completion/completions/systemd-analyze
-usr/share/bash-completion/completions/systemd-cat
-usr/share/bash-completion/completions/systemd-cgls
-usr/share/bash-completion/completions/systemd-cgtop
-usr/share/bash-completion/completions/systemd-delta
-usr/share/bash-completion/completions/systemd-detect-virt
-usr/share/bash-completion/completions/systemd-id128
-usr/share/bash-completion/completions/systemd-path
-usr/share/bash-completion/completions/systemd-run
-usr/share/bash-completion/completions/taskset
-usr/share/bash-completion/completions/timedatectl
usr/share/bash-completion/completions/trust
-usr/share/bash-completion/completions/uclampset
-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/bash-completion/helpers/
-usr/share/cracklib/
-usr/share/cracklib/cracklib-small.hwm
-usr/share/cracklib/cracklib-small.pwd
-usr/share/cracklib/cracklib-small.pwi
-usr/share/cracklib/cracklib.magic
-usr/share/cracklib/pw_dict.hwm
-usr/share/cracklib/pw_dict.pwd
-usr/share/cracklib/pw_dict.pwi
usr/share/crypto-policies/
usr/share/crypto-policies/DEFAULT/
usr/share/crypto-policies/DEFAULT/bind.txt
@@ -2082,58 +1205,10 @@ usr/share/crypto-policies/policies/modules/NO-SHA1.pmod
usr/share/crypto-policies/policies/modules/OSPP.pmod
usr/share/crypto-policies/policies/modules/SHA1.pmod
usr/share/crypto-policies/reload-cmds.sh
-usr/share/dbus-1/
-usr/share/dbus-1/interfaces/
-usr/share/dbus-1/interfaces/org.freedesktop.LogControl1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.hostname1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Seat.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Session.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.User.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Mount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Path.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Scope.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Service.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Slice.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Socket.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Swap.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Target.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Timer.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml
-usr/share/dbus-1/interfaces/org.freedesktop.timedate1.xml
-usr/share/dbus-1/services/
-usr/share/dbus-1/services/org.freedesktop.systemd1.service
-usr/share/dbus-1/session.conf
-usr/share/dbus-1/session.d/
-usr/share/dbus-1/system-services/
-usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
-usr/share/dbus-1/system-services/org.freedesktop.locale1.service
-usr/share/dbus-1/system-services/org.freedesktop.login1.service
-usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
-usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
-usr/share/dbus-1/system.conf
-usr/share/dbus-1/system.d/
-usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
-usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
-usr/share/dbus-1/system.d/org.freedesktop.login1.conf
-usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
-usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
usr/share/desktop-directories/
usr/share/dict/
usr/share/doc/
usr/share/empty/
-usr/share/factory/
-usr/share/factory/etc/
-usr/share/factory/etc/issue
-usr/share/factory/etc/nsswitch.conf
-usr/share/factory/etc/pam.d/
-usr/share/factory/etc/pam.d/other
-usr/share/factory/etc/pam.d/system-auth
usr/share/file/
usr/share/file/magic
usr/share/fontconfig/
@@ -2241,9 +1316,6 @@ usr/share/libreport/conf.d/plugins/
usr/share/libreport/events/
usr/share/libreport/workflows/
usr/share/licenses/
-usr/share/licenses/acl/
-usr/share/licenses/acl/COPYING
-usr/share/licenses/acl/COPYING.LGPL
usr/share/licenses/alternatives/
usr/share/licenses/alternatives/COPYING
usr/share/licenses/audit-libs/
@@ -2254,31 +1326,15 @@ usr/share/licenses/bzip2-libs/
usr/share/licenses/bzip2-libs/LICENSE
usr/share/licenses/coreutils-single/
usr/share/licenses/coreutils-single/COPYING
-usr/share/licenses/cracklib/
-usr/share/licenses/cracklib/COPYING.LIB
usr/share/licenses/crypto-policies/
usr/share/licenses/crypto-policies/COPYING.LESSER
-usr/share/licenses/cryptsetup-libs/
-usr/share/licenses/cryptsetup-libs/COPYING
-usr/share/licenses/cryptsetup-libs/COPYING.LGPL
usr/share/licenses/cyrus-sasl-lib/
usr/share/licenses/cyrus-sasl-lib/COPYING
-usr/share/licenses/dbus-broker/
-usr/share/licenses/dbus-broker/AUTHORS
-usr/share/licenses/dbus-broker/LICENSE
usr/share/licenses/dejavu-sans-fonts/
usr/share/licenses/dejavu-sans-fonts/LICENSE
-usr/share/licenses/device-mapper-libs/
-usr/share/licenses/device-mapper-libs/COPYING
-usr/share/licenses/device-mapper-libs/COPYING.LIB
-usr/share/licenses/device-mapper/
-usr/share/licenses/device-mapper/COPYING
-usr/share/licenses/device-mapper/COPYING.LIB
usr/share/licenses/dnf/
usr/share/licenses/dnf/COPYING
usr/share/licenses/dnf/PACKAGE-LICENSING
-usr/share/licenses/expat/
-usr/share/licenses/expat/COPYING
usr/share/licenses/file-libs/
usr/share/licenses/file-libs/COPYING
usr/share/licenses/gawk/
@@ -2315,16 +1371,11 @@ usr/share/licenses/gpgme/COPYING.LESSER
usr/share/licenses/gpgme/LICENSES
usr/share/licenses/grep/
usr/share/licenses/grep/COPYING
-usr/share/licenses/gzip/
-usr/share/licenses/gzip/COPYING
-usr/share/licenses/gzip/fdl-1.3.txt
usr/share/licenses/json-c/
usr/share/licenses/json-c/AUTHORS
usr/share/licenses/json-c/COPYING
usr/share/licenses/keyutils-libs/
usr/share/licenses/keyutils-libs/LICENCE.LGPL
-usr/share/licenses/kmod-libs/
-usr/share/licenses/kmod-libs/COPYING
usr/share/licenses/krb5-libs/
usr/share/licenses/krb5-libs/LICENSE
usr/share/licenses/libarchive/
@@ -2342,16 +1393,10 @@ usr/share/licenses/libcom_err/
usr/share/licenses/libcom_err/NOTICE
usr/share/licenses/libcurl/
usr/share/licenses/libcurl/COPYING
-usr/share/licenses/libdb/
-usr/share/licenses/libdb/LICENSE
-usr/share/licenses/libdb/lgpl-2.1.txt
usr/share/licenses/libdnf/
usr/share/licenses/libdnf/COPYING
-usr/share/licenses/libeconf/
-usr/share/licenses/libeconf/LICENSE
-usr/share/licenses/libfdisk/
-usr/share/licenses/libfdisk/COPYING
-usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later
+usr/share/licenses/libevent/
+usr/share/licenses/libevent/LICENSE
usr/share/licenses/libffi/
usr/share/licenses/libffi/LICENSE
usr/share/licenses/libgcc/
@@ -2386,16 +1431,10 @@ usr/share/licenses/libpeas/
usr/share/licenses/libpeas/COPYING
usr/share/licenses/libpsl/
usr/share/licenses/libpsl/COPYING
-usr/share/licenses/libpwquality/
-usr/share/licenses/libpwquality/COPYING
usr/share/licenses/librepo/
usr/share/licenses/librepo/COPYING
-usr/share/licenses/libseccomp/
-usr/share/licenses/libseccomp/LICENSE
usr/share/licenses/libselinux/
usr/share/licenses/libselinux/LICENSE
-usr/share/licenses/libsemanage/
-usr/share/licenses/libsemanage/COPYING
usr/share/licenses/libsepol/
usr/share/licenses/libsepol/COPYING
usr/share/licenses/libsigsegv/
@@ -2414,8 +1453,6 @@ usr/share/licenses/libtasn1/LICENSE
usr/share/licenses/libunistring/
usr/share/licenses/libunistring/COPYING
usr/share/licenses/libunistring/COPYING.LIB
-usr/share/licenses/libutempter/
-usr/share/licenses/libutempter/COPYING
usr/share/licenses/libuuid/
usr/share/licenses/libuuid/COPYING
usr/share/licenses/libuuid/COPYING.BSD-3-Clause
@@ -2449,13 +1486,8 @@ usr/share/licenses/openldap/COPYRIGHT
usr/share/licenses/openldap/LICENSE
usr/share/licenses/openssl-libs/
usr/share/licenses/openssl-libs/LICENSE.txt
-usr/share/licenses/openssl/
-usr/share/licenses/openssl/LICENSE.txt
usr/share/licenses/p11-kit/
usr/share/licenses/p11-kit/COPYING
-usr/share/licenses/pam/
-usr/share/licenses/pam/Copyright
-usr/share/licenses/pam/gpl-2.0.txt
usr/share/licenses/pcre/
usr/share/licenses/pcre/COPYING
usr/share/licenses/pcre/LICENCE
@@ -2479,21 +1511,8 @@ usr/share/licenses/sed/
usr/share/licenses/sed/COPYING
usr/share/licenses/setup/
usr/share/licenses/setup/COPYING
-usr/share/licenses/shadow-utils/
-usr/share/licenses/shadow-utils/gpl-2.0.txt
-usr/share/licenses/shadow-utils/shadow-bsd.txt
-usr/share/licenses/systemd/
-usr/share/licenses/systemd/LICENSE.GPL2
-usr/share/licenses/systemd/LICENSE.LGPL2.1
usr/share/licenses/tzdata/
usr/share/licenses/tzdata/LICENSE
-usr/share/licenses/util-linux/
-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/xz-libs/
usr/share/licenses/xz-libs/COPYING
usr/share/licenses/zlib/
@@ -2569,11 +1588,7 @@ usr/share/omf/
usr/share/p11-kit/
usr/share/p11-kit/modules/
usr/share/p11-kit/modules/p11-kit-trust.module
-usr/share/pam.d/
usr/share/pixmaps/
-usr/share/pkgconfig/
-usr/share/pkgconfig/systemd.pc
-usr/share/pkgconfig/udev.pc
usr/share/pki/
usr/share/pki/ca-trust-legacy/
usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt
@@ -2583,22 +1598,12 @@ usr/share/pki/ca-trust-source/README
usr/share/pki/ca-trust-source/anchors/
usr/share/pki/ca-trust-source/blocklist/
usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit
-usr/share/polkit-1/
-usr/share/polkit-1/actions/
-usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
-usr/share/polkit-1/actions/org.freedesktop.locale1.policy
-usr/share/polkit-1/actions/org.freedesktop.login1.policy
-usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
-usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
usr/share/publicsuffix/
usr/share/publicsuffix/public_suffix_list.dafsa
usr/share/redhat-release
usr/share/rocky-release/
usr/share/rocky-release/EULA
usr/share/sounds/
-usr/share/systemd/
-usr/share/systemd/kbd-model-map
-usr/share/systemd/language-fallback-map
usr/share/tabset/
usr/share/tabset/std
usr/share/tabset/stdcrt
@@ -3238,6 +2243,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -3856,6 +2862,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -4473,6 +3480,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -4628,26 +3636,7 @@ usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/zone1970.tab
usr/share/zsh/
usr/share/zsh/site-functions/
-usr/share/zsh/site-functions/_busctl
-usr/share/zsh/site-functions/_coredumpctl
usr/share/zsh/site-functions/_curl
-usr/share/zsh/site-functions/_hostnamectl
-usr/share/zsh/site-functions/_journalctl
-usr/share/zsh/site-functions/_localectl
-usr/share/zsh/site-functions/_loginctl
-usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
-usr/share/zsh/site-functions/_sd_machines
-usr/share/zsh/site-functions/_sd_outputmodes
-usr/share/zsh/site-functions/_sd_unit_files
-usr/share/zsh/site-functions/_systemctl
-usr/share/zsh/site-functions/_systemd
-usr/share/zsh/site-functions/_systemd-analyze
-usr/share/zsh/site-functions/_systemd-delta
-usr/share/zsh/site-functions/_systemd-inhibit
-usr/share/zsh/site-functions/_systemd-path
-usr/share/zsh/site-functions/_systemd-run
-usr/share/zsh/site-functions/_systemd-tmpfiles
-usr/share/zsh/site-functions/_timedatectl
usr/src/
usr/src/debug/
usr/src/kernels/
@@ -4658,7 +3647,6 @@ var/cache/
var/cache/bpf/
var/cache/ldconfig/
var/cache/ldconfig/aux-cache
-var/cache/private/
var/db/
var/empty/
var/ftp/
@@ -4672,27 +3660,14 @@ var/lib/alternatives/libnssckbi.so.x86_64
var/lib/dnf/
var/lib/games/
var/lib/misc/
-var/lib/private/
var/lib/rpm-state/
var/lib/rpm/
var/lib/rpm/rpmdb.sqlite
var/lib/rpm/rpmdb.sqlite-shm
var/lib/rpm/rpmdb.sqlite-wal
-var/lib/selinux/
-var/lib/selinux/tmp/
-var/lib/systemd/
-var/lib/systemd/catalog/
-var/lib/systemd/catalog/database
-var/lib/systemd/coredump/
var/local/
var/lock
var/log/
-var/log/README
-var/log/btmp
-var/log/lastlog
-var/log/private/
-var/log/tallylog
-var/log/wtmp
var/mail
var/nis/
var/opt/
diff --git a/rockylinux_9.0-minimal/Dockerfile b/rockylinux_9/Dockerfile
similarity index 100%
rename from rockylinux_9.0-minimal/Dockerfile
rename to rockylinux_9/Dockerfile
diff --git a/rockylinux_9.0-minimal/layer.tar.xz b/rockylinux_9/layer.tar.xz
similarity index 72%
rename from rockylinux_9.0-minimal/layer.tar.xz
rename to rockylinux_9/layer.tar.xz
index dd10c96..1aa6cb8 100644
Binary files a/rockylinux_9.0-minimal/layer.tar.xz and b/rockylinux_9/layer.tar.xz differ
diff --git a/rockylinux_9.0/layer.tar.xz 'tar -t' b/rockylinux_9/layer.tar.xz 'tar -t'
similarity index 89%
rename from rockylinux_9.0/layer.tar.xz 'tar -t'
rename to rockylinux_9/layer.tar.xz 'tar -t'
index b56493c..0309f55 100644
--- a/rockylinux_9.0/layer.tar.xz 'tar -t'
+++ b/rockylinux_9/layer.tar.xz 'tar -t'
@@ -14,7 +14,6 @@ etc/X11/applnk/
etc/X11/fontpath.d/
etc/X11/xinit/
etc/X11/xinit/xinitrc.d/
-etc/X11/xinit/xinitrc.d/50-systemd-user.sh
etc/X11/xinit/xinput.d/
etc/X11/xorg.conf.d/
etc/X11/xorg.conf.d/00-keyboard.conf
@@ -25,7 +24,6 @@ etc/alternatives/ld
etc/alternatives/libnssckbi.so.x86_64
etc/bash_completion.d/
etc/bashrc
-etc/binfmt.d/
etc/crypto-policies/
etc/crypto-policies/back-ends/
etc/crypto-policies/back-ends/bind.config
@@ -49,11 +47,8 @@ etc/crypto-policies/state/current
etc/crypttab
etc/csh.cshrc
etc/csh.login
-etc/dbus-1/
-etc/dbus-1/session.conf
-etc/dbus-1/session.d/
-etc/dbus-1/system.conf
-etc/dbus-1/system.d/
+etc/debuginfod/
+etc/debuginfod/elfutils.urls
etc/default/
etc/default/useradd
etc/dnf/
@@ -64,13 +59,13 @@ etc/dnf/modules.defaults.d/
etc/dnf/plugins/
etc/dnf/protected.d/
etc/dnf/protected.d/dnf.conf
-etc/dnf/protected.d/systemd.conf
etc/dnf/protected.d/yum.conf
etc/dnf/vars/
etc/dnf/vars/contentdir
etc/dnf/vars/infra
etc/dnf/vars/rltype
etc/dnf/vars/sigcontentdir
+etc/dnf/vars/stream
etc/environment
etc/ethertypes
etc/exports
@@ -90,7 +85,6 @@ etc/gss/mech.d/
etc/host.conf
etc/hostname
etc/hosts
-etc/inittab
etc/inputrc
etc/issue
etc/issue.d/
@@ -122,27 +116,11 @@ etc/motd.d/
etc/mtab
etc/networks
etc/nsswitch.conf
-etc/nsswitch.conf.bak
etc/openldap/
etc/openldap/certs/
etc/openldap/ldap.conf
etc/opt/
etc/os-release
-etc/pam.d/
-etc/pam.d/config-util
-etc/pam.d/fingerprint-auth
-etc/pam.d/login
-etc/pam.d/other
-etc/pam.d/password-auth
-etc/pam.d/postlogin
-etc/pam.d/remote
-etc/pam.d/runuser
-etc/pam.d/runuser-l
-etc/pam.d/smartcard-auth
-etc/pam.d/su
-etc/pam.d/su-l
-etc/pam.d/system-auth
-etc/pam.d/systemd-user
etc/passwd
etc/passwd-
etc/pkcs11/
@@ -196,9 +174,9 @@ etc/profile
etc/profile.d/
etc/profile.d/colorgrep.csh
etc/profile.d/colorgrep.sh
-etc/profile.d/colorzgrep.csh
-etc/profile.d/colorzgrep.sh
etc/profile.d/csh.local
+etc/profile.d/debuginfod.csh
+etc/profile.d/debuginfod.sh
etc/profile.d/gawk.csh
etc/profile.d/gawk.sh
etc/profile.d/lang.csh
@@ -207,9 +185,6 @@ etc/profile.d/less.csh
etc/profile.d/less.sh
etc/profile.d/sh.local
etc/protocols
-etc/rc.d/
-etc/rc.d/rc.local
-etc/rc.local
etc/redhat-release
etc/resolv.conf
etc/rocky-release
@@ -220,26 +195,6 @@ etc/rpm/macros.dist
etc/rpm/macros.image-language-conf
etc/rwtab.d/
etc/sasl2/
-etc/security/
-etc/security/access.conf
-etc/security/chroot.conf
-etc/security/console.apps/
-etc/security/console.handlers
-etc/security/console.perms
-etc/security/console.perms.d/
-etc/security/faillock.conf
-etc/security/group.conf
-etc/security/limits.conf
-etc/security/limits.d/
-etc/security/namespace.conf
-etc/security/namespace.d/
-etc/security/namespace.init
-etc/security/opasswd
-etc/security/pam_env.conf
-etc/security/pwquality.conf
-etc/security/pwquality.conf.d/
-etc/security/sepermit.conf
-etc/security/time.conf
etc/selinux/
etc/selinux/semanage.conf
etc/services
@@ -261,48 +216,9 @@ etc/subuid
etc/sysconfig/
etc/sysconfig/anaconda
etc/sysconfig/network
-etc/sysctl.conf
-etc/sysctl.d/
-etc/sysctl.d/99-sysctl.conf
etc/system-release
etc/system-release-cpe
-etc/systemd/
-etc/systemd/coredump.conf
-etc/systemd/journald.conf
-etc/systemd/logind.conf
-etc/systemd/system.conf
-etc/systemd/system/
-etc/systemd/system/console-getty.service
-etc/systemd/system/ctrl-alt-del.target
-etc/systemd/system/dbus.service
-etc/systemd/system/default.target
-etc/systemd/system/dev-hugepages.mount
-etc/systemd/system/getty.target
-etc/systemd/system/getty.target.wants/
-etc/systemd/system/getty.target.wants/[email protected]
-etc/systemd/system/multi-user.target.wants/
-etc/systemd/system/multi-user.target.wants/remote-fs.target
-etc/systemd/system/sockets.target.wants/
-etc/systemd/system/sockets.target.wants/dbus.socket
-etc/systemd/system/sys-fs-fuse-connections.mount
-etc/systemd/system/sysinit.target.wants/
-etc/systemd/system/sysinit.target.wants/nis-domainname.service
-etc/systemd/system/sysinit.target.wants/systemd-network-generator.service
-etc/systemd/system/systemd-logind.service
-etc/systemd/system/systemd-remount-fs.service
-etc/systemd/system/timers.target.wants/
-etc/systemd/system/timers.target.wants/dnf-makecache.timer
-etc/systemd/user.conf
-etc/systemd/user/
-etc/systemd/user/basic.target.wants/
-etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service
-etc/systemd/user/dbus.service
-etc/systemd/user/sockets.target.wants/
-etc/systemd/user/sockets.target.wants/dbus.socket
-etc/systemd/user/timers.target.wants/
-etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer
etc/terminfo/
-etc/tmpfiles.d/
etc/tpm2-tss/
etc/tpm2-tss/fapi-config.json
etc/tpm2-tss/fapi-profiles/
@@ -313,8 +229,6 @@ etc/virc
etc/xattr.conf
etc/xdg/
etc/xdg/autostart/
-etc/xdg/systemd/
-etc/xdg/systemd/user
etc/yum.conf
etc/yum.repos.d/
etc/yum.repos.d/rocky-addons.repo
@@ -343,28 +257,6 @@ root/anaconda-ks.cfg
root/anaconda-post.log
root/original-ks.cfg
run/
-run/console/
-run/cryptsetup/
-run/faillock/
-run/lock/
-run/lock/subsys/
-run/log/
-run/motd
-run/motd.d/
-run/nologin
-run/sepermit/
-run/setrans/
-run/systemd/
-run/systemd/ask-password/
-run/systemd/machines/
-run/systemd/seats/
-run/systemd/sessions/
-run/systemd/shutdown/
-run/systemd/users/
-run/tpm2-tss/
-run/tpm2-tss/eventlog/
-run/user/
-run/utmp
sbin
srv/
sys/
@@ -388,31 +280,20 @@ usr/bin/bash
usr/bin/bashbug
usr/bin/bashbug-64
usr/bin/bg
-usr/bin/busctl
usr/bin/c++filt
usr/bin/ca-legacy
-usr/bin/cal
usr/bin/cat
usr/bin/catchsegv
usr/bin/cd
-usr/bin/chacl
usr/bin/chage
usr/bin/chcon
usr/bin/chgrp
-usr/bin/chmem
usr/bin/chmod
-usr/bin/choom
usr/bin/chown
-usr/bin/chrt
usr/bin/cksum
usr/bin/clockdiff
-usr/bin/col
-usr/bin/colcrt
-usr/bin/colrm
-usr/bin/column
usr/bin/comm
usr/bin/command
-usr/bin/coredumpctl
usr/bin/coreutils
usr/bin/cp
usr/bin/csplit
@@ -420,8 +301,6 @@ usr/bin/curl
usr/bin/cut
usr/bin/cyrusbdb2current
usr/bin/date
-usr/bin/dbus-broker
-usr/bin/dbus-broker-launch
usr/bin/dd
usr/bin/debuginfod-find
usr/bin/df
@@ -430,7 +309,6 @@ usr/bin/dircolors
usr/bin/dirmngr
usr/bin/dirmngr-client
usr/bin/dirname
-usr/bin/dmesg
usr/bin/dnf
usr/bin/dnf-3
usr/bin/dnsdomainname
@@ -439,7 +317,6 @@ usr/bin/du
usr/bin/dwp
usr/bin/echo
usr/bin/egrep
-usr/bin/eject
usr/bin/elfedit
usr/bin/env
usr/bin/evmctl
@@ -447,14 +324,10 @@ usr/bin/ex
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/findmnt
-usr/bin/flock
usr/bin/fmt
usr/bin/fold
usr/bin/g13
@@ -464,8 +337,6 @@ usr/bin/gdbus
usr/bin/gencat
usr/bin/getconf
usr/bin/getent
-usr/bin/getfacl
-usr/bin/getopt
usr/bin/getopts
usr/bin/gio
usr/bin/gio-querymodules-64
@@ -491,32 +362,15 @@ usr/bin/grep
usr/bin/groups
usr/bin/gsettings
usr/bin/gtar
-usr/bin/gunzip
-usr/bin/gzexe
-usr/bin/gzip
-usr/bin/hardlink
usr/bin/hash
usr/bin/head
-usr/bin/hexdump
usr/bin/hostid
usr/bin/hostname
-usr/bin/hostnamectl
-usr/bin/i386
usr/bin/iconv
usr/bin/id
usr/bin/install
-usr/bin/ionice
-usr/bin/ipcmk
-usr/bin/ipcrm
-usr/bin/ipcs
-usr/bin/irqtop
-usr/bin/isosize
usr/bin/jobs
usr/bin/join
-usr/bin/journalctl
-usr/bin/kill
-usr/bin/last
-usr/bin/lastb
usr/bin/lastlog
usr/bin/ld
usr/bin/ld.bfd
@@ -528,40 +382,18 @@ 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/localectl
usr/bin/localedef
-usr/bin/logger
-usr/bin/login
-usr/bin/loginctl
usr/bin/logname
-usr/bin/look
usr/bin/ls
-usr/bin/lsblk
-usr/bin/lscpu
-usr/bin/lsipc
-usr/bin/lsirq
-usr/bin/lslocks
-usr/bin/lslogins
-usr/bin/lsmem
-usr/bin/lsns
-usr/bin/make-dummy-cert
-usr/bin/mcookie
usr/bin/md5sum
-usr/bin/mesg
usr/bin/mkdir
usr/bin/mkfifo
usr/bin/mknod
usr/bin/mktemp
usr/bin/modulemd-validator
-usr/bin/more
-usr/bin/mount
-usr/bin/mountpoint
usr/bin/mv
-usr/bin/namei
usr/bin/newgidmap
usr/bin/newgrp
usr/bin/newuidmap
@@ -571,12 +403,10 @@ usr/bin/nl
usr/bin/nm
usr/bin/nohup
usr/bin/nproc
-usr/bin/nsenter
usr/bin/numfmt
usr/bin/objcopy
usr/bin/objdump
usr/bin/od
-usr/bin/openssl
usr/bin/p11-kit
usr/bin/paste
usr/bin/pathchk
@@ -586,11 +416,8 @@ usr/bin/pldd
usr/bin/pr
usr/bin/printenv
usr/bin/printf
-usr/bin/prlimit
usr/bin/ptx
usr/bin/pwd
-usr/bin/pwmake
-usr/bin/pwscore
usr/bin/pydoc
usr/bin/pydoc3
usr/bin/pydoc3.9
@@ -601,10 +428,6 @@ usr/bin/read
usr/bin/readelf
usr/bin/readlink
usr/bin/realpath
-usr/bin/rename
-usr/bin/renew-dummy-cert
-usr/bin/renice
-usr/bin/rev
usr/bin/rm
usr/bin/rmdir
usr/bin/rpm
@@ -617,16 +440,8 @@ usr/bin/rpmverify
usr/bin/runcon
usr/bin/rvi
usr/bin/rview
-usr/bin/script
-usr/bin/scriptlive
-usr/bin/scriptreplay
usr/bin/sed
usr/bin/seq
-usr/bin/setarch
-usr/bin/setfacl
-usr/bin/setpriv
-usr/bin/setsid
-usr/bin/setterm
usr/bin/sg
usr/bin/sh
usr/bin/sha1sum
@@ -647,42 +462,13 @@ usr/bin/stdbuf
usr/bin/strings
usr/bin/strip
usr/bin/stty
-usr/bin/su
usr/bin/sum
usr/bin/sync
-usr/bin/systemctl
-usr/bin/systemd-analyze
-usr/bin/systemd-ask-password
-usr/bin/systemd-cat
-usr/bin/systemd-cgls
-usr/bin/systemd-cgtop
-usr/bin/systemd-creds
-usr/bin/systemd-delta
-usr/bin/systemd-detect-virt
-usr/bin/systemd-dissect
-usr/bin/systemd-escape
-usr/bin/systemd-firstboot
-usr/bin/systemd-id128
-usr/bin/systemd-inhibit
-usr/bin/systemd-machine-id-setup
-usr/bin/systemd-mount
-usr/bin/systemd-notify
-usr/bin/systemd-path
-usr/bin/systemd-run
-usr/bin/systemd-socket-activate
-usr/bin/systemd-stdio-bridge
-usr/bin/systemd-sysext
-usr/bin/systemd-sysusers
-usr/bin/systemd-tmpfiles
-usr/bin/systemd-tty-ask-password-agent
-usr/bin/systemd-umount
usr/bin/tac
usr/bin/tail
usr/bin/tar
-usr/bin/taskset
usr/bin/tee
usr/bin/test
-usr/bin/timedatectl
usr/bin/timeout
usr/bin/touch
usr/bin/tr
@@ -694,59 +480,35 @@ usr/bin/tsort
usr/bin/tty
usr/bin/type
usr/bin/tzselect
-usr/bin/uclampset
-usr/bin/ul
usr/bin/ulimit
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/unshare
usr/bin/update-ca-trust
usr/bin/users
-usr/bin/utmpdump
-usr/bin/uuidgen
-usr/bin/uuidparse
usr/bin/vdir
usr/bin/vi
usr/bin/view
usr/bin/wait
-usr/bin/wall
usr/bin/watchgnupg
usr/bin/wc
-usr/bin/wdctl
-usr/bin/whereis
usr/bin/who
usr/bin/whoami
-usr/bin/write
-usr/bin/x86_64
usr/bin/xmlcatalog
usr/bin/xmllint
usr/bin/xmlwf
usr/bin/yes
usr/bin/ypdomainname
usr/bin/yum
-usr/bin/zcat
-usr/bin/zcmp
-usr/bin/zdiff
usr/bin/zdump
-usr/bin/zegrep
-usr/bin/zfgrep
-usr/bin/zforce
-usr/bin/zgrep
-usr/bin/zless
-usr/bin/zmore
-usr/bin/znew
usr/games/
usr/include/
usr/include/pythonXXX/
usr/include/pythonXXX/pyconfig-64.h
usr/lib/
-usr/lib/binfmt.d/
usr/lib/debug/
usr/lib/debug/.dwz/
usr/lib/debug/bin
@@ -759,8 +521,6 @@ usr/lib/debug/usr/bin/
usr/lib/debug/usr/lib/
usr/lib/debug/usr/lib64/
usr/lib/debug/usr/sbin/
-usr/lib/environment.d/
-usr/lib/environment.d/99-environment.conf
usr/lib/games/
usr/lib/locale/
usr/lib/locale/C.utf8/
@@ -781,8 +541,6 @@ usr/lib/modules/
usr/lib/motd
usr/lib/motd.d/
usr/lib/os-release
-usr/lib/pam.d/
-usr/lib/pam.d/systemd-user
usr/lib/pythonXXX/
usr/lib/pythonXXX/site-packages/
usr/lib/pythonXXX/site-packages/__pycache__/
@@ -1052,12 +810,9 @@ usr/lib/pythonXXX/site-packages/dnf/yum/misc.py
usr/lib/pythonXXX/site-packages/dnf/yum/rpmtrans.py
usr/lib/rpm/
usr/lib/rpm/fileattrs/
-usr/lib/rpm/fileattrs/sysusers.attr
usr/lib/rpm/lua/
usr/lib/rpm/macros
usr/lib/rpm/macros.d/
-usr/lib/rpm/macros.d/macros.systemd
-usr/lib/rpm/macros.d/macros.sysusers
usr/lib/rpm/platform/
usr/lib/rpm/platform/aarch64-linux/
usr/lib/rpm/platform/aarch64-linux/macros
@@ -1199,375 +954,55 @@ usr/lib/rpm/rpmdb_dump
usr/lib/rpm/rpmdb_load
usr/lib/rpm/rpmpopt-4.16.1.3
usr/lib/rpm/rpmrc
-usr/lib/rpm/sysusers.generate-pre.sh
-usr/lib/rpm/sysusers.prov
usr/lib/rpm/tgpg
usr/lib/sysctl.d/
usr/lib/sysctl.d/10-default-yama-scope.conf
-usr/lib/sysctl.d/50-coredump.conf
-usr/lib/sysctl.d/50-default.conf
-usr/lib/sysctl.d/50-pid-max.conf
usr/lib/sysctl.d/50-redhat.conf
usr/lib/sysimage/
usr/lib/systemd/
-usr/lib/systemd/catalog/
-usr/lib/systemd/catalog/dbus-broker-launch.catalog
-usr/lib/systemd/catalog/dbus-broker.catalog
-usr/lib/systemd/catalog/systemd.be.catalog
-usr/lib/systemd/catalog/[email protected]
-usr/lib/systemd/catalog/systemd.bg.catalog
-usr/lib/systemd/catalog/systemd.catalog
-usr/lib/systemd/catalog/systemd.de.catalog
-usr/lib/systemd/catalog/systemd.fr.catalog
-usr/lib/systemd/catalog/systemd.it.catalog
-usr/lib/systemd/catalog/systemd.pl.catalog
-usr/lib/systemd/catalog/systemd.pt_BR.catalog
-usr/lib/systemd/catalog/systemd.ru.catalog
-usr/lib/systemd/catalog/systemd.zh_CN.catalog
-usr/lib/systemd/catalog/systemd.zh_TW.catalog
-usr/lib/systemd/libsystemd-shared-250.so
-usr/lib/systemd/libsystemd-shared.abignore
-usr/lib/systemd/network/
-usr/lib/systemd/purge-nobody-user
-usr/lib/systemd/resolv.conf
-usr/lib/systemd/system-generators/
-usr/lib/systemd/system-generators/systemd-debug-generator
-usr/lib/systemd/system-generators/systemd-fstab-generator
-usr/lib/systemd/system-generators/systemd-getty-generator
-usr/lib/systemd/system-generators/systemd-integritysetup-generator
-usr/lib/systemd/system-generators/systemd-rc-local-generator
-usr/lib/systemd/system-generators/systemd-run-generator
-usr/lib/systemd/system-generators/systemd-system-update-generator
-usr/lib/systemd/system-generators/systemd-sysv-generator
-usr/lib/systemd/system-generators/systemd-veritysetup-generator
usr/lib/systemd/system-preset/
usr/lib/systemd/system-preset/85-display-manager.preset
usr/lib/systemd/system-preset/90-default.preset
-usr/lib/systemd/system-preset/90-systemd.preset
usr/lib/systemd/system-preset/99-default-disable.preset
-usr/lib/systemd/system-shutdown/
usr/lib/systemd/system/
-usr/lib/systemd/system/-.slice.d/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/basic.target
-usr/lib/systemd/system/basic.target.wants/
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/bluetooth.target
-usr/lib/systemd/system/boot-complete.target
-usr/lib/systemd/system/console-getty.service
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/ctrl-alt-del.target
-usr/lib/systemd/system/dbus-broker.service
-usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
-usr/lib/systemd/system/dbus-org.freedesktop.locale1.service
-usr/lib/systemd/system/dbus-org.freedesktop.login1.service
-usr/lib/systemd/system/dbus-org.freedesktop.timedate1.service
-usr/lib/systemd/system/dbus.socket
-usr/lib/systemd/system/dbus.target.wants/
-usr/lib/systemd/system/debug-shell.service
-usr/lib/systemd/system/default.target
-usr/lib/systemd/system/default.target.wants/
-usr/lib/systemd/system/dev-hugepages.mount
-usr/lib/systemd/system/dev-mqueue.mount
usr/lib/systemd/system/dnf-makecache.service
usr/lib/systemd/system/dnf-makecache.timer
-usr/lib/systemd/system/emergency.service
-usr/lib/systemd/system/emergency.target
-usr/lib/systemd/system/exit.target
-usr/lib/systemd/system/factory-reset.target
-usr/lib/systemd/system/final.target
-usr/lib/systemd/system/first-boot-complete.target
-usr/lib/systemd/system/fstrim.service
-usr/lib/systemd/system/fstrim.timer
-usr/lib/systemd/system/getty-pre.target
-usr/lib/systemd/system/getty.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/graphical.target
-usr/lib/systemd/system/graphical.target.wants/
-usr/lib/systemd/system/graphical.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/halt.target
-usr/lib/systemd/system/initrd-cleanup.service
-usr/lib/systemd/system/initrd-fs.target
-usr/lib/systemd/system/initrd-parse-etc.service
-usr/lib/systemd/system/initrd-root-device.target
-usr/lib/systemd/system/initrd-root-device.target.wants/
-usr/lib/systemd/system/initrd-root-device.target.wants/remote-veritysetup.target
-usr/lib/systemd/system/initrd-root-fs.target
-usr/lib/systemd/system/initrd-root-fs.target.wants/
-usr/lib/systemd/system/initrd-switch-root.service
-usr/lib/systemd/system/initrd-switch-root.target
-usr/lib/systemd/system/initrd-usr-fs.target
-usr/lib/systemd/system/initrd.target
-usr/lib/systemd/system/integritysetup-pre.target
-usr/lib/systemd/system/integritysetup.target
-usr/lib/systemd/system/kexec.target
-usr/lib/systemd/system/ldconfig.service
-usr/lib/systemd/system/local-fs-pre.target
-usr/lib/systemd/system/local-fs.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/multi-user.target
-usr/lib/systemd/system/multi-user.target.wants/
-usr/lib/systemd/system/multi-user.target.wants/getty.target
-usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
-usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
-usr/lib/systemd/system/network-online.target
-usr/lib/systemd/system/network-pre.target
-usr/lib/systemd/system/network.target
usr/lib/systemd/system/nis-domainname.service
-usr/lib/systemd/system/nss-lookup.target
-usr/lib/systemd/system/nss-user-lookup.target
-usr/lib/systemd/system/pam_namespace.service
-usr/lib/systemd/system/paths.target
-usr/lib/systemd/system/poweroff.target
-usr/lib/systemd/system/printer.target
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
-usr/lib/systemd/system/rc-local.service
usr/lib/systemd/system/rdisc.service
-usr/lib/systemd/system/reboot.target
-usr/lib/systemd/system/remote-fs-pre.target
-usr/lib/systemd/system/remote-fs.target
-usr/lib/systemd/system/remote-fs.target.wants/
-usr/lib/systemd/system/remote-veritysetup.target
-usr/lib/systemd/system/rescue.service
-usr/lib/systemd/system/rescue.target
-usr/lib/systemd/system/rescue.target.wants/
-usr/lib/systemd/system/rescue.target.wants/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/rpcbind.target
usr/lib/systemd/system/rpmdb-rebuild.service
-usr/lib/systemd/system/runlevel0.target
-usr/lib/systemd/system/runlevel1.target
-usr/lib/systemd/system/runlevel1.target.wants/
-usr/lib/systemd/system/runlevel2.target
-usr/lib/systemd/system/runlevel2.target.wants/
-usr/lib/systemd/system/runlevel3.target
-usr/lib/systemd/system/runlevel3.target.wants/
-usr/lib/systemd/system/runlevel4.target
-usr/lib/systemd/system/runlevel4.target.wants/
-usr/lib/systemd/system/runlevel5.target
-usr/lib/systemd/system/runlevel5.target.wants/
-usr/lib/systemd/system/runlevel6.target
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/shutdown.target
-usr/lib/systemd/system/sigpwr.target
-usr/lib/systemd/system/slices.target
-usr/lib/systemd/system/smartcard.target
-usr/lib/systemd/system/sockets.target
-usr/lib/systemd/system/sockets.target.wants/
-usr/lib/systemd/system/sockets.target.wants/systemd-coredump.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald-dev-log.socket
-usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
-usr/lib/systemd/system/sound.target
-usr/lib/systemd/system/swap.target
-usr/lib/systemd/system/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sys-kernel-config.mount
-usr/lib/systemd/system/sys-kernel-debug.mount
-usr/lib/systemd/system/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target
-usr/lib/systemd/system/sysinit.target.wants/
-usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
-usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
-usr/lib/systemd/system/sysinit.target.wants/integritysetup.target
-usr/lib/systemd/system/sysinit.target.wants/ldconfig.service
-usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
-usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
-usr/lib/systemd/system/sysinit.target.wants/sys-kernel-tracing.mount
-usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
-usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-catalog-update.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-machine-id-commit.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-sysusers.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-done.service
-usr/lib/systemd/system/sysinit.target.wants/systemd-update-utmp.service
-usr/lib/systemd/system/sysinit.target.wants/veritysetup.target
-usr/lib/systemd/system/syslog.socket
-usr/lib/systemd/system/syslog.target.wants/
-usr/lib/systemd/system/system-update-cleanup.service
-usr/lib/systemd/system/system-update-pre.target
-usr/lib/systemd/system/system-update.target
-usr/lib/systemd/system/systemd-ask-password-console.path
-usr/lib/systemd/system/systemd-ask-password-console.service
-usr/lib/systemd/system/systemd-ask-password-wall.path
-usr/lib/systemd/system/systemd-ask-password-wall.service
-usr/lib/systemd/system/systemd-binfmt.service
-usr/lib/systemd/system/systemd-boot-check-no-failures.service
-usr/lib/systemd/system/systemd-coredump.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-exit.service
-usr/lib/systemd/system/systemd-firstboot.service
-usr/lib/systemd/system/systemd-halt.service
-usr/lib/systemd/system/systemd-hostnamed.service
-usr/lib/systemd/system/systemd-hostnamed.service.d/
-usr/lib/systemd/system/systemd-hostnamed.service.d/disable-privatedevices.conf
-usr/lib/systemd/system/systemd-initctl.service
-usr/lib/systemd/system/systemd-initctl.socket
-usr/lib/systemd/system/systemd-journal-catalog-update.service
-usr/lib/systemd/system/systemd-journal-flush.service
-usr/lib/systemd/system/systemd-journald-audit.socket
-usr/lib/systemd/system/systemd-journald-dev-log.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-journald.service
-usr/lib/systemd/system/systemd-journald.socket
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/systemd-kexec.service
-usr/lib/systemd/system/systemd-localed.service
-usr/lib/systemd/system/systemd-logind.service
-usr/lib/systemd/system/systemd-machine-id-commit.service
-usr/lib/systemd/system/systemd-network-generator.service
-usr/lib/systemd/system/systemd-poweroff.service
-usr/lib/systemd/system/systemd-reboot.service
-usr/lib/systemd/system/systemd-sysctl.service
-usr/lib/systemd/system/systemd-sysext.service
-usr/lib/systemd/system/systemd-sysusers.service
-usr/lib/systemd/system/systemd-timedated.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.service
-usr/lib/systemd/system/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/systemd-tmpfiles-setup.service
-usr/lib/systemd/system/systemd-update-done.service
-usr/lib/systemd/system/systemd-update-utmp-runlevel.service
-usr/lib/systemd/system/systemd-update-utmp.service
-usr/lib/systemd/system/systemd-user-sessions.service
-usr/lib/systemd/system/time-set.target
-usr/lib/systemd/system/time-sync.target
-usr/lib/systemd/system/timers.target
-usr/lib/systemd/system/timers.target.wants/
-usr/lib/systemd/system/timers.target.wants/systemd-tmpfiles-clean.timer
-usr/lib/systemd/system/tmp.mount
-usr/lib/systemd/system/umount.target
-usr/lib/systemd/system/usb-gadget.target
-usr/lib/systemd/system/user-.slice.d/
-usr/lib/systemd/system/user-.slice.d/10-defaults.conf
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/user.slice
-usr/lib/systemd/system/[email protected]
-usr/lib/systemd/system/[email protected]/
-usr/lib/systemd/system/veritysetup-pre.target
-usr/lib/systemd/system/veritysetup.target
-usr/lib/systemd/systemd
-usr/lib/systemd/systemd-ac-power
-usr/lib/systemd/systemd-binfmt
-usr/lib/systemd/systemd-boot-check-no-failures
-usr/lib/systemd/systemd-cgroups-agent
-usr/lib/systemd/systemd-coredump
-usr/lib/systemd/systemd-export
-usr/lib/systemd/systemd-hostnamed
-usr/lib/systemd/systemd-initctl
-usr/lib/systemd/systemd-integritysetup
-usr/lib/systemd/systemd-journald
-usr/lib/systemd/systemd-localed
-usr/lib/systemd/systemd-logind
-usr/lib/systemd/systemd-network-generator
-usr/lib/systemd/systemd-reply-password
-usr/lib/systemd/systemd-shutdown
-usr/lib/systemd/systemd-socket-proxyd
-usr/lib/systemd/systemd-sulogin-shell
-usr/lib/systemd/systemd-sysctl
-usr/lib/systemd/systemd-timedated
-usr/lib/systemd/systemd-update-done
-usr/lib/systemd/systemd-update-helper
-usr/lib/systemd/systemd-update-utmp
-usr/lib/systemd/systemd-user-runtime-dir
-usr/lib/systemd/systemd-user-sessions
-usr/lib/systemd/systemd-veritysetup
-usr/lib/systemd/systemd-xdg-autostart-condition
-usr/lib/systemd/user-environment-generators/
-usr/lib/systemd/user-environment-generators/30-systemd-environment-d-generator
-usr/lib/systemd/user-generators/
-usr/lib/systemd/user-generators/systemd-xdg-autostart-generator
usr/lib/systemd/user-preset/
usr/lib/systemd/user-preset/90-default-user.preset
-usr/lib/systemd/user-preset/90-systemd.preset
usr/lib/systemd/user-preset/99-default-disable.preset
usr/lib/systemd/user/
-usr/lib/systemd/user/app.slice
-usr/lib/systemd/user/background.slice
-usr/lib/systemd/user/basic.target
-usr/lib/systemd/user/bluetooth.target
-usr/lib/systemd/user/dbus-broker.service
-usr/lib/systemd/user/dbus.socket
-usr/lib/systemd/user/default.target
usr/lib/systemd/user/dirmngr.service
usr/lib/systemd/user/dirmngr.socket
-usr/lib/systemd/user/exit.target
usr/lib/systemd/user/gpg-agent-browser.socket
usr/lib/systemd/user/gpg-agent-extra.socket
usr/lib/systemd/user/gpg-agent-ssh.socket
usr/lib/systemd/user/gpg-agent.service
usr/lib/systemd/user/gpg-agent.socket
-usr/lib/systemd/user/graphical-session-pre.target
-usr/lib/systemd/user/graphical-session.target
-usr/lib/systemd/user/paths.target
-usr/lib/systemd/user/printer.target
-usr/lib/systemd/user/session.slice
-usr/lib/systemd/user/shutdown.target
-usr/lib/systemd/user/smartcard.target
-usr/lib/systemd/user/sockets.target
-usr/lib/systemd/user/sound.target
-usr/lib/systemd/user/systemd-exit.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.service
-usr/lib/systemd/user/systemd-tmpfiles-clean.timer
-usr/lib/systemd/user/systemd-tmpfiles-setup.service
-usr/lib/systemd/user/timers.target
-usr/lib/systemd/user/xdg-desktop-autostart.target
usr/lib/sysusers.d/
-usr/lib/sysusers.d/basic.conf
-usr/lib/sysusers.d/dbus.conf
-usr/lib/sysusers.d/systemd-coredump.conf
-usr/lib/sysusers.d/systemd-journal.conf
-usr/lib/sysusers.d/systemd-oom.conf
usr/lib/sysusers.d/tpm2-tss.conf
usr/lib/tmpfiles.d/
-usr/lib/tmpfiles.d/cryptsetup.conf
usr/lib/tmpfiles.d/dnf.conf
-usr/lib/tmpfiles.d/etc.conf
-usr/lib/tmpfiles.d/home.conf
-usr/lib/tmpfiles.d/journal-nocow.conf
-usr/lib/tmpfiles.d/legacy.conf
usr/lib/tmpfiles.d/libselinux.conf
-usr/lib/tmpfiles.d/pam.conf
usr/lib/tmpfiles.d/setup.conf
-usr/lib/tmpfiles.d/static-nodes-permissions.conf
-usr/lib/tmpfiles.d/systemd-nologin.conf
-usr/lib/tmpfiles.d/systemd-tmp.conf
-usr/lib/tmpfiles.d/systemd.conf
-usr/lib/tmpfiles.d/tmp.conf
usr/lib/tmpfiles.d/tpm2-tss-fapi.conf
-usr/lib/tmpfiles.d/var.conf
-usr/lib/tmpfiles.d/x11.conf
usr/lib/udev/
usr/lib/udev/rules.d/
-usr/lib/udev/rules.d/10-dm.rules
-usr/lib/udev/rules.d/13-dm-disk.rules
usr/lib/udev/rules.d/60-tpm-udev.rules
-usr/lib/udev/rules.d/95-dm-notify.rules
usr/lib64/
+usr/lib64/.gnutls.hmac
usr/lib64/.libgmp.so.10.4.0.hmac
usr/lib64/.libgmp.so.10.hmac
-usr/lib64/.libgnutls.so.30.31.0.hmac
-usr/lib64/.libgnutls.so.30.hmac
-usr/lib64/.libhogweed.so.6.4.hmac
+usr/lib64/.libhogweed.so.6.5.hmac
usr/lib64/.libhogweed.so.6.hmac
-usr/lib64/.libnettle.so.8.4.hmac
+usr/lib64/.libnettle.so.8.5.hmac
usr/lib64/.libnettle.so.8.hmac
usr/lib64/X11/
usr/lib64/audit/
usr/lib64/audit/sotruss-lib.so
usr/lib64/bpf/
-usr/lib64/cracklib_dict.hwm
-usr/lib64/cracklib_dict.pwd
-usr/lib64/cracklib_dict.pwi
-usr/lib64/cryptsetup/
usr/lib64/engines-3/
usr/lib64/engines-3/afalg.so
usr/lib64/engines-3/capi.so
@@ -1625,7 +1060,7 @@ usr/lib64/libacl.so.1.1.2301
usr/lib64/libanl.so.1
usr/lib64/libarchive.so.13
usr/lib64/libarchive.so.13.5.3
-usr/lib64/libasm-0.186.so
+usr/lib64/libasm-0.187.so
usr/lib64/libasm.so.1
usr/lib64/libassuan.so.0
usr/lib64/libassuan.so.0.8.5
@@ -1636,7 +1071,7 @@ usr/lib64/libaudit.so.1.0.0
usr/lib64/libauparse.so
usr/lib64/libauparse.so.0
usr/lib64/libauparse.so.0.0.0
-usr/lib64/libbfd-2.35.2-17.el9.so
+usr/lib64/libbfd-2.35.2-24.el9.so
usr/lib64/libblkid.so.1
usr/lib64/libblkid.so.1.1.0
usr/lib64/libbrotlicommon.so.1
@@ -1656,31 +1091,22 @@ usr/lib64/libcap.so.2.48
usr/lib64/libcom_err.so.2
usr/lib64/libcom_err.so.2.1
usr/lib64/libcomps.so.0
-usr/lib64/libcrack.so.2
-usr/lib64/libcrack.so.2.9.0
usr/lib64/libcrypt.so.2
usr/lib64/libcrypt.so.2.0.0
usr/lib64/libcrypto.so.3
usr/lib64/libcrypto.so.3.0.1
-usr/lib64/libcryptsetup.so.12
-usr/lib64/libcryptsetup.so.12.7.0
-usr/lib64/libctf-nobfd.a
usr/lib64/libctf-nobfd.la
usr/lib64/libctf-nobfd.so
usr/lib64/libctf-nobfd.so.0
usr/lib64/libctf-nobfd.so.0.0.0
-usr/lib64/libctf.a
usr/lib64/libctf.la
usr/lib64/libctf.so
usr/lib64/libctf.so.0
usr/lib64/libctf.so.0.0.0
usr/lib64/libcurl.so.4
usr/lib64/libcurl.so.4.7.0
-usr/lib64/libdb-5.3.so
-usr/lib64/libdb-5.so
-usr/lib64/libdebuginfod-0.186.so
+usr/lib64/libdebuginfod-0.187.so
usr/lib64/libdebuginfod.so.1
-usr/lib64/libdevmapper.so.1.02
usr/lib64/libdl.so.2
usr/lib64/libdnf.so.2
usr/lib64/libdnf/
@@ -1688,23 +1114,29 @@ usr/lib64/libdnf/plugins/
usr/lib64/libdnf/plugins/README
usr/lib64/libdrop_ambient.so.0
usr/lib64/libdrop_ambient.so.0.0.0
-usr/lib64/libdw-0.186.so
+usr/lib64/libdw-0.187.so
usr/lib64/libdw.so.1
-usr/lib64/libeconf.so.0
-usr/lib64/libeconf.so.0.4.1
-usr/lib64/libelf-0.186.so
+usr/lib64/libelf-0.187.so
usr/lib64/libelf.so.1
+usr/lib64/libevent-2.1.so.7
+usr/lib64/libevent-2.1.so.7.0.1
+usr/lib64/libevent_core-2.1.so.7
+usr/lib64/libevent_core-2.1.so.7.0.1
+usr/lib64/libevent_extra-2.1.so.7
+usr/lib64/libevent_extra-2.1.so.7.0.1
+usr/lib64/libevent_openssl-2.1.so.7
+usr/lib64/libevent_openssl-2.1.so.7.0.1
+usr/lib64/libevent_pthreads-2.1.so.7
+usr/lib64/libevent_pthreads-2.1.so.7.0.1
usr/lib64/libexpat.so.1
-usr/lib64/libexpat.so.1.6.12
-usr/lib64/libfdisk.so.1
-usr/lib64/libfdisk.so.1.1.0
+usr/lib64/libexpat.so.1.8.9
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/libgcc_s-11-20220127.so.1
+usr/lib64/libgcc_s-11-20220421.so.1
usr/lib64/libgcc_s.so.1
usr/lib64/libgcrypt.so.20
usr/lib64/libgcrypt.so.20.4.0
@@ -1721,7 +1153,7 @@ usr/lib64/libgmodule-2.0.so.0.6800.4
usr/lib64/libgmp.so.10
usr/lib64/libgmp.so.10.4.0
usr/lib64/libgnutls.so.30
-usr/lib64/libgnutls.so.30.31.0
+usr/lib64/libgnutls.so.30.33.1
usr/lib64/libgobject-2.0.so.0
usr/lib64/libgobject-2.0.so.0.6800.4
usr/lib64/libgomp.so.1
@@ -1739,7 +1171,7 @@ usr/lib64/libgthread-2.0.so.0.6800.4
usr/lib64/libhistory.so.8
usr/lib64/libhistory.so.8.1
usr/lib64/libhogweed.so.6
-usr/lib64/libhogweed.so.6.4
+usr/lib64/libhogweed.so.6.5
usr/lib64/libidn2.so.0
usr/lib64/libidn2.so.0.3.7
usr/lib64/libimaevm.so.3
@@ -1752,8 +1184,6 @@ usr/lib64/libkdb5.so.10
usr/lib64/libkdb5.so.10.0
usr/lib64/libkeyutils.so.1
usr/lib64/libkeyutils.so.1.9
-usr/lib64/libkmod.so.2
-usr/lib64/libkmod.so.2.3.6
usr/lib64/libkrad.so.0
usr/lib64/libkrad.so.0.0
usr/lib64/libkrb5.so.3
@@ -1762,10 +1192,12 @@ usr/lib64/libkrb5support.so.0
usr/lib64/libkrb5support.so.0.1
usr/lib64/libksba.so.8
usr/lib64/libksba.so.8.13.1
-usr/lib64/liblber-2.4.so.2
-usr/lib64/liblber-2.4.so.2.11.7
-usr/lib64/libldap_r-2.4.so.2
-usr/lib64/libldap_r-2.4.so.2.11.7
+usr/lib64/liblber.so.2
+usr/lib64/liblber.so.2.0.200
+usr/lib64/libldap.so.2
+usr/lib64/libldap.so.2.0.200
+usr/lib64/libldap_r.so.2
+usr/lib64/libldap_r.so.2.0.200
usr/lib64/liblua-5.3.so
usr/lib64/liblua-5.4.so
usr/lib64/liblz4.so.1
@@ -1792,7 +1224,7 @@ usr/lib64/libncurses.so.6.2
usr/lib64/libncursesw.so.6
usr/lib64/libncursesw.so.6.2
usr/lib64/libnettle.so.8
-usr/lib64/libnettle.so.8.4
+usr/lib64/libnettle.so.8.5
usr/lib64/libnghttp2.so.14
usr/lib64/libnghttp2.so.14.20.1
usr/lib64/libnpth.so.0
@@ -1800,19 +1232,10 @@ usr/lib64/libnpth.so.0.1.2
usr/lib64/libnss_compat.so.2
usr/lib64/libnss_dns.so.2
usr/lib64/libnss_files.so.2
-usr/lib64/libnss_myhostname.so.2
-usr/lib64/libnss_resolve.so.2
-usr/lib64/libnss_systemd.so.2
usr/lib64/libnssckbi.so
-usr/lib64/libopcodes-2.35.2-17.el9.so
+usr/lib64/libopcodes-2.35.2-24.el9.so
usr/lib64/libp11-kit.so.0
usr/lib64/libp11-kit.so.0.3.0
-usr/lib64/libpam.so.0
-usr/lib64/libpam.so.0.85.1
-usr/lib64/libpam_misc.so.0
-usr/lib64/libpam_misc.so.0.82.1
-usr/lib64/libpamc.so.0
-usr/lib64/libpamc.so.0.82.1
usr/lib64/libpanel.so.6
usr/lib64/libpanel.so.6.2
usr/lib64/libpanelw.so.6
@@ -1821,9 +1244,9 @@ usr/lib64/libpcprofile.so
usr/lib64/libpcre.so.1
usr/lib64/libpcre.so.1.2.12
usr/lib64/libpcre2-8.so.0
-usr/lib64/libpcre2-8.so.0.10.2
+usr/lib64/libpcre2-8.so.0.11.0
usr/lib64/libpcre2-posix.so.3
-usr/lib64/libpcre2-posix.so.3.0.0
+usr/lib64/libpcre2-posix.so.3.0.2
usr/lib64/libpcreposix.so.0
usr/lib64/libpcreposix.so.0.0.7
usr/lib64/libpopt.so.0
@@ -1833,8 +1256,6 @@ 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/libpwquality.so.1
-usr/lib64/libpwquality.so.1.0.2
usr/lib64/libpythonXXX.so
usr/lib64/libpythonXXX.so.1.0
usr/lib64/libreadline.so.8
@@ -1852,15 +1273,13 @@ usr/lib64/librpmsign.so.9.1.3
usr/lib64/librt.so.1
usr/lib64/libsasl2.so.3
usr/lib64/libsasl2.so.3.0.0
-usr/lib64/libseccomp.so.2
-usr/lib64/libseccomp.so.2.5.2
usr/lib64/libselinux.so.1
usr/lib64/libsemanage.so.2
usr/lib64/libsepol.so.2
usr/lib64/libsigsegv.so.2
usr/lib64/libsigsegv.so.2.0.6
-usr/lib64/libslapi-2.4.so.2
-usr/lib64/libslapi-2.4.so.2.11.7
+usr/lib64/libslapi.so.2
+usr/lib64/libslapi.so.2.0.200
usr/lib64/libsmartcols.so.1
usr/lib64/libsmartcols.so.1.1.0
usr/lib64/libsolv.so.1
@@ -1875,8 +1294,6 @@ usr/lib64/libssl.so.3
usr/lib64/libssl.so.3.0.1
usr/lib64/libstdc++.so.6
usr/lib64/libstdc++.so.6.0.29
-usr/lib64/libsystemd.so.0
-usr/lib64/libsystemd.so.0.33.0
usr/lib64/libtasn1.so.6
usr/lib64/libtasn1.so.6.6.0
usr/lib64/libthread_db.so.1
@@ -1904,12 +1321,8 @@ usr/lib64/libtss2-tcti-swtpm.so.0
usr/lib64/libtss2-tcti-swtpm.so.0.0.0
usr/lib64/libtss2-tctildr.so.0
usr/lib64/libtss2-tctildr.so.0.0.0
-usr/lib64/libudev.so.1
-usr/lib64/libudev.so.1.7.3
usr/lib64/libunistring.so.2
usr/lib64/libunistring.so.2.1.0
-usr/lib64/libutempter.so.0
-usr/lib64/libutempter.so.1.2.1
usr/lib64/libutil.so.1
usr/lib64/libuuid.so.1
usr/lib64/libuuid.so.1.3.0
@@ -3579,9 +2992,9 @@ usr/lib64/pythonXXX/lib-dynload/xxlimited.cpython-XXX-x86_64-linux-gnu.so
usr/lib64/pythonXXX/lib-dynload/zlib.cpython-XXX-x86_64-linux-gnu.so
usr/lib64/pythonXXX/lib2to3/
usr/lib64/pythonXXX/lib2to3/Grammar.txt
-usr/lib64/pythonXXX/lib2to3/Grammar3.9.10.final.0.pickle
+usr/lib64/pythonXXX/lib2to3/Grammar3.9.14.final.0.pickle
usr/lib64/pythonXXX/lib2to3/PatternGrammar.txt
-usr/lib64/pythonXXX/lib2to3/PatternGrammar3.9.10.final.0.pickle
+usr/lib64/pythonXXX/lib2to3/PatternGrammar3.9.14.final.0.pickle
usr/lib64/pythonXXX/lib2to3/__init__.py
usr/lib64/pythonXXX/lib2to3/__main__.py
usr/lib64/pythonXXX/lib2to3/__pycache__/
@@ -4538,63 +3951,7 @@ usr/lib64/sasl2/libsasldb.so
usr/lib64/sasl2/libsasldb.so.3
usr/lib64/sasl2/libsasldb.so.3.0.0
usr/lib64/security/
-usr/lib64/security/pam_access.so
usr/lib64/security/pam_cap.so
-usr/lib64/security/pam_chroot.so
-usr/lib64/security/pam_console.so
-usr/lib64/security/pam_debug.so
-usr/lib64/security/pam_deny.so
-usr/lib64/security/pam_echo.so
-usr/lib64/security/pam_env.so
-usr/lib64/security/pam_exec.so
-usr/lib64/security/pam_faildelay.so
-usr/lib64/security/pam_faillock.so
-usr/lib64/security/pam_filter.so
-usr/lib64/security/pam_filter/
-usr/lib64/security/pam_filter/upperLOWER
-usr/lib64/security/pam_ftp.so
-usr/lib64/security/pam_group.so
-usr/lib64/security/pam_issue.so
-usr/lib64/security/pam_keyinit.so
-usr/lib64/security/pam_lastlog.so
-usr/lib64/security/pam_limits.so
-usr/lib64/security/pam_listfile.so
-usr/lib64/security/pam_localuser.so
-usr/lib64/security/pam_loginuid.so
-usr/lib64/security/pam_mail.so
-usr/lib64/security/pam_mkhomedir.so
-usr/lib64/security/pam_motd.so
-usr/lib64/security/pam_namespace.so
-usr/lib64/security/pam_nologin.so
-usr/lib64/security/pam_permit.so
-usr/lib64/security/pam_postgresok.so
-usr/lib64/security/pam_pwhistory.so
-usr/lib64/security/pam_pwquality.so
-usr/lib64/security/pam_rhosts.so
-usr/lib64/security/pam_rootok.so
-usr/lib64/security/pam_securetty.so
-usr/lib64/security/pam_selinux.so
-usr/lib64/security/pam_selinux_permit.so
-usr/lib64/security/pam_sepermit.so
-usr/lib64/security/pam_setquota.so
-usr/lib64/security/pam_shells.so
-usr/lib64/security/pam_stress.so
-usr/lib64/security/pam_succeed_if.so
-usr/lib64/security/pam_systemd.so
-usr/lib64/security/pam_time.so
-usr/lib64/security/pam_timestamp.so
-usr/lib64/security/pam_tty_audit.so
-usr/lib64/security/pam_umask.so
-usr/lib64/security/pam_unix.so
-usr/lib64/security/pam_unix_acct.so
-usr/lib64/security/pam_unix_auth.so
-usr/lib64/security/pam_unix_passwd.so
-usr/lib64/security/pam_unix_session.so
-usr/lib64/security/pam_userdb.so
-usr/lib64/security/pam_usertype.so
-usr/lib64/security/pam_warn.so
-usr/lib64/security/pam_wheel.so
-usr/lib64/security/pam_xauth.so
usr/libexec/
usr/libexec/awk/
usr/libexec/awk/grcat
@@ -4624,8 +3981,6 @@ usr/libexec/platform-python
usr/libexec/platform-pythonXXX
usr/libexec/scdaemon
usr/libexec/selinux/
-usr/libexec/utempter/
-usr/libexec/utempter/utempter
usr/libexec/vi
usr/local/
usr/local/bin/
@@ -4663,43 +4018,14 @@ usr/local/share/man/mann/
usr/local/src/
usr/sbin/
usr/sbin/addgnupghome
-usr/sbin/addpart
usr/sbin/adduser
-usr/sbin/agetty
usr/sbin/alternatives
usr/sbin/applygnupgdefaults
usr/sbin/arping
-usr/sbin/blkdeactivate
-usr/sbin/blkdiscard
-usr/sbin/blkid
-usr/sbin/blkzone
-usr/sbin/blockdev
usr/sbin/capsh
-usr/sbin/cfdisk
-usr/sbin/chcpu
usr/sbin/chgpasswd
usr/sbin/chpasswd
usr/sbin/chroot
-usr/sbin/clock
-usr/sbin/cracklib-check
-usr/sbin/cracklib-format
-usr/sbin/cracklib-packer
-usr/sbin/cracklib-unpacker
-usr/sbin/create-cracklib-dict
-usr/sbin/ctrlaltdel
-usr/sbin/delpart
-usr/sbin/dmfilemapd
-usr/sbin/dmsetup
-usr/sbin/dmstats
-usr/sbin/faillock
-usr/sbin/fdformat
-usr/sbin/fdisk
-usr/sbin/findfs
-usr/sbin/fsck
-usr/sbin/fsck.cramfs
-usr/sbin/fsck.minix
-usr/sbin/fsfreeze
-usr/sbin/fstrim
usr/sbin/g13-syshelp
usr/sbin/getcap
usr/sbin/getpcaps
@@ -4710,67 +4036,28 @@ usr/sbin/groupmod
usr/sbin/grpck
usr/sbin/grpconv
usr/sbin/grpunconv
-usr/sbin/halt
-usr/sbin/hwclock
usr/sbin/iconvconfig
usr/sbin/ifenslave
-usr/sbin/init
-usr/sbin/ldattach
usr/sbin/ldconfig
-usr/sbin/losetup
-usr/sbin/mkdict
-usr/sbin/mkfs
-usr/sbin/mkfs.cramfs
-usr/sbin/mkfs.minix
-usr/sbin/mkhomedir_helper
-usr/sbin/mkswap
usr/sbin/newusers
-usr/sbin/nologin
-usr/sbin/packer
-usr/sbin/pam_console_apply
-usr/sbin/pam_namespace_helper
-usr/sbin/pam_timestamp_check
-usr/sbin/partx
usr/sbin/ping
usr/sbin/ping6
-usr/sbin/pivot_root
-usr/sbin/poweroff
usr/sbin/pwck
usr/sbin/pwconv
-usr/sbin/pwhistory_helper
usr/sbin/pwunconv
usr/sbin/rdisc
-usr/sbin/readprofile
-usr/sbin/reboot
-usr/sbin/resizepart
-usr/sbin/rfkill
-usr/sbin/rtcwake
-usr/sbin/runlevel
-usr/sbin/runuser
usr/sbin/sasldblistusers2
usr/sbin/saslpasswd2
usr/sbin/setcap
-usr/sbin/sfdisk
-usr/sbin/shutdown
-usr/sbin/sulogin
-usr/sbin/swaplabel
-usr/sbin/swapoff
-usr/sbin/swapon
-usr/sbin/switch_root
-usr/sbin/telinit
usr/sbin/tracepath
usr/sbin/tracepath6
-usr/sbin/unix_chkpwd
-usr/sbin/unix_update
usr/sbin/update-alternatives
usr/sbin/useradd
usr/sbin/userdel
usr/sbin/usermod
usr/sbin/vigr
usr/sbin/vipw
-usr/sbin/wipefs
usr/sbin/zic
-usr/sbin/zramctl
usr/share/
usr/share/X11/
usr/share/aclocal/
@@ -4809,138 +4096,14 @@ usr/share/awk/zerofile.awk
usr/share/backgrounds/
usr/share/bash-completion/
usr/share/bash-completion/completions/
-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/busctl
-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/coredumpctl
-usr/share/bash-completion/completions/ctrlaltdel
-usr/share/bash-completion/completions/delpart
-usr/share/bash-completion/completions/dmesg
usr/share/bash-completion/completions/dnf
-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/hostnamectl
-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/journalctl
-usr/share/bash-completion/completions/last
-usr/share/bash-completion/completions/ldattach
-usr/share/bash-completion/completions/localectl
-usr/share/bash-completion/completions/logger
-usr/share/bash-completion/completions/loginctl
-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/p11-kit
-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/systemctl
-usr/share/bash-completion/completions/systemd-analyze
-usr/share/bash-completion/completions/systemd-cat
-usr/share/bash-completion/completions/systemd-cgls
-usr/share/bash-completion/completions/systemd-cgtop
-usr/share/bash-completion/completions/systemd-delta
-usr/share/bash-completion/completions/systemd-detect-virt
-usr/share/bash-completion/completions/systemd-id128
-usr/share/bash-completion/completions/systemd-path
-usr/share/bash-completion/completions/systemd-run
-usr/share/bash-completion/completions/taskset
-usr/share/bash-completion/completions/timedatectl
usr/share/bash-completion/completions/trust
-usr/share/bash-completion/completions/uclampset
-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/bash-completion/helpers/
-usr/share/cracklib/
-usr/share/cracklib/cracklib-small.hwm
-usr/share/cracklib/cracklib-small.pwd
-usr/share/cracklib/cracklib-small.pwi
-usr/share/cracklib/cracklib.magic
-usr/share/cracklib/pw_dict.hwm
-usr/share/cracklib/pw_dict.pwd
-usr/share/cracklib/pw_dict.pwi
usr/share/crypto-policies/
usr/share/crypto-policies/DEFAULT/
usr/share/crypto-policies/DEFAULT/bind.txt
@@ -5062,58 +4225,10 @@ usr/share/crypto-policies/policies/modules/NO-SHA1.pmod
usr/share/crypto-policies/policies/modules/OSPP.pmod
usr/share/crypto-policies/policies/modules/SHA1.pmod
usr/share/crypto-policies/reload-cmds.sh
-usr/share/dbus-1/
-usr/share/dbus-1/interfaces/
-usr/share/dbus-1/interfaces/org.freedesktop.LogControl1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.hostname1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Seat.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.Session.xml
-usr/share/dbus-1/interfaces/org.freedesktop.login1.User.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Automount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Device.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Job.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Manager.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Mount.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Path.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Scope.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Service.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Slice.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Socket.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Swap.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Target.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Timer.xml
-usr/share/dbus-1/interfaces/org.freedesktop.systemd1.Unit.xml
-usr/share/dbus-1/interfaces/org.freedesktop.timedate1.xml
-usr/share/dbus-1/services/
-usr/share/dbus-1/services/org.freedesktop.systemd1.service
-usr/share/dbus-1/session.conf
-usr/share/dbus-1/session.d/
-usr/share/dbus-1/system-services/
-usr/share/dbus-1/system-services/org.freedesktop.hostname1.service
-usr/share/dbus-1/system-services/org.freedesktop.locale1.service
-usr/share/dbus-1/system-services/org.freedesktop.login1.service
-usr/share/dbus-1/system-services/org.freedesktop.systemd1.service
-usr/share/dbus-1/system-services/org.freedesktop.timedate1.service
-usr/share/dbus-1/system.conf
-usr/share/dbus-1/system.d/
-usr/share/dbus-1/system.d/org.freedesktop.hostname1.conf
-usr/share/dbus-1/system.d/org.freedesktop.locale1.conf
-usr/share/dbus-1/system.d/org.freedesktop.login1.conf
-usr/share/dbus-1/system.d/org.freedesktop.systemd1.conf
-usr/share/dbus-1/system.d/org.freedesktop.timedate1.conf
usr/share/desktop-directories/
usr/share/dict/
usr/share/doc/
usr/share/empty/
-usr/share/factory/
-usr/share/factory/etc/
-usr/share/factory/etc/issue
-usr/share/factory/etc/nsswitch.conf
-usr/share/factory/etc/pam.d/
-usr/share/factory/etc/pam.d/other
-usr/share/factory/etc/pam.d/system-auth
usr/share/file/
usr/share/file/magic
usr/share/fontconfig/
@@ -5208,9 +4323,6 @@ usr/share/libreport/conf.d/plugins/
usr/share/libreport/events/
usr/share/libreport/workflows/
usr/share/licenses/
-usr/share/licenses/acl/
-usr/share/licenses/acl/COPYING
-usr/share/licenses/acl/COPYING.LGPL
usr/share/licenses/alternatives/
usr/share/licenses/alternatives/COPYING
usr/share/licenses/audit-libs/
@@ -5226,26 +4338,12 @@ usr/share/licenses/bzip2-libs/
usr/share/licenses/bzip2-libs/LICENSE
usr/share/licenses/coreutils-single/
usr/share/licenses/coreutils-single/COPYING
-usr/share/licenses/cracklib/
-usr/share/licenses/cracklib/COPYING.LIB
usr/share/licenses/crypto-policies/
usr/share/licenses/crypto-policies/COPYING.LESSER
-usr/share/licenses/cryptsetup-libs/
-usr/share/licenses/cryptsetup-libs/COPYING
-usr/share/licenses/cryptsetup-libs/COPYING.LGPL
usr/share/licenses/cyrus-sasl-lib/
usr/share/licenses/cyrus-sasl-lib/COPYING
-usr/share/licenses/dbus-broker/
-usr/share/licenses/dbus-broker/AUTHORS
-usr/share/licenses/dbus-broker/LICENSE
usr/share/licenses/dejavu-sans-fonts/
usr/share/licenses/dejavu-sans-fonts/LICENSE
-usr/share/licenses/device-mapper-libs/
-usr/share/licenses/device-mapper-libs/COPYING
-usr/share/licenses/device-mapper-libs/COPYING.LIB
-usr/share/licenses/device-mapper/
-usr/share/licenses/device-mapper/COPYING
-usr/share/licenses/device-mapper/COPYING.LIB
usr/share/licenses/dnf/
usr/share/licenses/dnf/COPYING
usr/share/licenses/dnf/PACKAGE-LICENSING
@@ -5289,9 +4387,6 @@ usr/share/licenses/gpgme/COPYING.LESSER
usr/share/licenses/gpgme/LICENSES
usr/share/licenses/grep/
usr/share/licenses/grep/COPYING
-usr/share/licenses/gzip/
-usr/share/licenses/gzip/COPYING
-usr/share/licenses/gzip/fdl-1.3.txt
usr/share/licenses/hostname/
usr/share/licenses/hostname/gpl-2.0.txt
usr/share/licenses/ima-evm-utils/
@@ -5304,8 +4399,6 @@ usr/share/licenses/json-c/AUTHORS
usr/share/licenses/json-c/COPYING
usr/share/licenses/keyutils-libs/
usr/share/licenses/keyutils-libs/LICENCE.LGPL
-usr/share/licenses/kmod-libs/
-usr/share/licenses/kmod-libs/COPYING
usr/share/licenses/krb5-libs/
usr/share/licenses/krb5-libs/LICENSE
usr/share/licenses/less/
@@ -5328,16 +4421,10 @@ usr/share/licenses/libcomps/
usr/share/licenses/libcomps/COPYING
usr/share/licenses/libcurl/
usr/share/licenses/libcurl/COPYING
-usr/share/licenses/libdb/
-usr/share/licenses/libdb/LICENSE
-usr/share/licenses/libdb/lgpl-2.1.txt
usr/share/licenses/libdnf/
usr/share/licenses/libdnf/COPYING
-usr/share/licenses/libeconf/
-usr/share/licenses/libeconf/LICENSE
-usr/share/licenses/libfdisk/
-usr/share/licenses/libfdisk/COPYING
-usr/share/licenses/libfdisk/COPYING.LGPL-2.1-or-later
+usr/share/licenses/libevent/
+usr/share/licenses/libevent/LICENSE
usr/share/licenses/libffi/
usr/share/licenses/libffi/LICENSE
usr/share/licenses/libgcc/
@@ -5370,12 +4457,8 @@ usr/share/licenses/libnghttp2/
usr/share/licenses/libnghttp2/COPYING
usr/share/licenses/libpsl/
usr/share/licenses/libpsl/COPYING
-usr/share/licenses/libpwquality/
-usr/share/licenses/libpwquality/COPYING
usr/share/licenses/librepo/
usr/share/licenses/librepo/COPYING
-usr/share/licenses/libseccomp/
-usr/share/licenses/libseccomp/LICENSE
usr/share/licenses/libselinux/
usr/share/licenses/libselinux/LICENSE
usr/share/licenses/libsemanage/
@@ -5398,8 +4481,6 @@ usr/share/licenses/libtasn1/LICENSE
usr/share/licenses/libunistring/
usr/share/licenses/libunistring/COPYING
usr/share/licenses/libunistring/COPYING.LIB
-usr/share/licenses/libutempter/
-usr/share/licenses/libutempter/COPYING
usr/share/licenses/libuuid/
usr/share/licenses/libuuid/COPYING
usr/share/licenses/libuuid/COPYING.BSD-3-Clause
@@ -5431,13 +4512,8 @@ usr/share/licenses/openldap/COPYRIGHT
usr/share/licenses/openldap/LICENSE
usr/share/licenses/openssl-libs/
usr/share/licenses/openssl-libs/LICENSE.txt
-usr/share/licenses/openssl/
-usr/share/licenses/openssl/LICENSE.txt
usr/share/licenses/p11-kit/
usr/share/licenses/p11-kit/COPYING
-usr/share/licenses/pam/
-usr/share/licenses/pam/Copyright
-usr/share/licenses/pam/gpl-2.0.txt
usr/share/licenses/pcre/
usr/share/licenses/pcre/COPYING
usr/share/licenses/pcre/LICENCE
@@ -5468,22 +4544,12 @@ usr/share/licenses/setup/COPYING
usr/share/licenses/shadow-utils/
usr/share/licenses/shadow-utils/gpl-2.0.txt
usr/share/licenses/shadow-utils/shadow-bsd.txt
-usr/share/licenses/systemd/
-usr/share/licenses/systemd/LICENSE.GPL2
-usr/share/licenses/systemd/LICENSE.LGPL2.1
usr/share/licenses/tar/
usr/share/licenses/tar/COPYING
usr/share/licenses/tpm2-tss/
usr/share/licenses/tpm2-tss/LICENSE
usr/share/licenses/tzdata/
usr/share/licenses/tzdata/LICENSE
-usr/share/licenses/util-linux/
-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/xz-libs/
usr/share/licenses/xz-libs/COPYING
usr/share/licenses/zlib/
@@ -5559,11 +4625,7 @@ usr/share/omf/
usr/share/p11-kit/
usr/share/p11-kit/modules/
usr/share/p11-kit/modules/p11-kit-trust.module
-usr/share/pam.d/
usr/share/pixmaps/
-usr/share/pkgconfig/
-usr/share/pkgconfig/systemd.pc
-usr/share/pkgconfig/udev.pc
usr/share/pki/
usr/share/pki/ca-trust-legacy/
usr/share/pki/ca-trust-legacy/ca-bundle.legacy.default.crt
@@ -5573,13 +4635,6 @@ usr/share/pki/ca-trust-source/README
usr/share/pki/ca-trust-source/anchors/
usr/share/pki/ca-trust-source/blocklist/
usr/share/pki/ca-trust-source/ca-bundle.trust.p11-kit
-usr/share/polkit-1/
-usr/share/polkit-1/actions/
-usr/share/polkit-1/actions/org.freedesktop.hostname1.policy
-usr/share/polkit-1/actions/org.freedesktop.locale1.policy
-usr/share/polkit-1/actions/org.freedesktop.login1.policy
-usr/share/polkit-1/actions/org.freedesktop.systemd1.policy
-usr/share/polkit-1/actions/org.freedesktop.timedate1.policy
usr/share/publicsuffix/
usr/share/publicsuffix/public_suffix_list.dafsa
usr/share/pythonXXX-wheels/
@@ -5589,9 +4644,6 @@ usr/share/redhat-release
usr/share/rocky-release/
usr/share/rocky-release/EULA
usr/share/sounds/
-usr/share/systemd/
-usr/share/systemd/kbd-model-map
-usr/share/systemd/language-fallback-map
usr/share/tabset/
usr/share/tabset/std
usr/share/tabset/stdcrt
@@ -6231,6 +5283,7 @@ usr/share/zoneinfo/Europe/Jersey
usr/share/zoneinfo/Europe/Kaliningrad
usr/share/zoneinfo/Europe/Kiev
usr/share/zoneinfo/Europe/Kirov
+usr/share/zoneinfo/Europe/Kyiv
usr/share/zoneinfo/Europe/Lisbon
usr/share/zoneinfo/Europe/Ljubljana
usr/share/zoneinfo/Europe/London
@@ -6849,6 +5902,7 @@ usr/share/zoneinfo/posix/Europe/Jersey
usr/share/zoneinfo/posix/Europe/Kaliningrad
usr/share/zoneinfo/posix/Europe/Kiev
usr/share/zoneinfo/posix/Europe/Kirov
+usr/share/zoneinfo/posix/Europe/Kyiv
usr/share/zoneinfo/posix/Europe/Lisbon
usr/share/zoneinfo/posix/Europe/Ljubljana
usr/share/zoneinfo/posix/Europe/London
@@ -7466,6 +6520,7 @@ usr/share/zoneinfo/right/Europe/Jersey
usr/share/zoneinfo/right/Europe/Kaliningrad
usr/share/zoneinfo/right/Europe/Kiev
usr/share/zoneinfo/right/Europe/Kirov
+usr/share/zoneinfo/right/Europe/Kyiv
usr/share/zoneinfo/right/Europe/Lisbon
usr/share/zoneinfo/right/Europe/Ljubljana
usr/share/zoneinfo/right/Europe/London
@@ -7621,26 +6676,7 @@ usr/share/zoneinfo/zone.tab
usr/share/zoneinfo/zone1970.tab
usr/share/zsh/
usr/share/zsh/site-functions/
-usr/share/zsh/site-functions/_busctl
-usr/share/zsh/site-functions/_coredumpctl
usr/share/zsh/site-functions/_curl
-usr/share/zsh/site-functions/_hostnamectl
-usr/share/zsh/site-functions/_journalctl
-usr/share/zsh/site-functions/_localectl
-usr/share/zsh/site-functions/_loginctl
-usr/share/zsh/site-functions/_sd_hosts_or_user_at_host
-usr/share/zsh/site-functions/_sd_machines
-usr/share/zsh/site-functions/_sd_outputmodes
-usr/share/zsh/site-functions/_sd_unit_files
-usr/share/zsh/site-functions/_systemctl
-usr/share/zsh/site-functions/_systemd
-usr/share/zsh/site-functions/_systemd-analyze
-usr/share/zsh/site-functions/_systemd-delta
-usr/share/zsh/site-functions/_systemd-inhibit
-usr/share/zsh/site-functions/_systemd-path
-usr/share/zsh/site-functions/_systemd-run
-usr/share/zsh/site-functions/_systemd-tmpfiles
-usr/share/zsh/site-functions/_timedatectl
usr/src/
usr/src/debug/
usr/src/kernels/
@@ -7652,7 +6688,6 @@ var/cache/bpf/
var/cache/dnf/
var/cache/ldconfig/
var/cache/ldconfig/aux-cache
-var/cache/private/
var/db/
var/empty/
var/ftp/
@@ -7667,7 +6702,6 @@ var/lib/alternatives/libnssckbi.so.x86_64
var/lib/dnf/
var/lib/games/
var/lib/misc/
-var/lib/private/
var/lib/rpm-state/
var/lib/rpm/
var/lib/rpm/.rpm.lock
@@ -7676,22 +6710,9 @@ var/lib/rpm/rpmdb.sqlite-shm
var/lib/rpm/rpmdb.sqlite-wal
var/lib/selinux/
var/lib/selinux/tmp/
-var/lib/systemd/
-var/lib/systemd/catalog/
-var/lib/systemd/catalog/database
-var/lib/systemd/coredump/
-var/lib/tpm2-tss/
-var/lib/tpm2-tss/system/
-var/lib/tpm2-tss/system/keystore/
var/local/
var/lock
var/log/
-var/log/README
-var/log/btmp
-var/log/lastlog
-var/log/private/
-var/log/tallylog
-var/log/wtmp
var/mail
var/nis/
var/opt/
Relevant Maintainers:
-
rockylinux: @rocky-linux @neilhanlon
Nice, looks good! It looks like you managed to make it even slimmer :smile:
| Image | Before | After |
|---|---|---|
8 |
~196M | ~197M |
8-minimal |
~95M | ~93M |
9 |
~199M | ~161M |
9-minimal |
~129M | ~95M |