PN: podman
PV: 5.0.1+git
PR: r0
PKGV: 5.0.1+git@PRSERV_PV_AUTOINC@+bb81e85a43
PKGR: r0@EXTENDPRAUTO@
LICENSE: Apache-2.0
DESCRIPTION: Podman is a daemonless container engine for developing,     managing, and running OCI Containers on your Linux System. Containers can     either be run as root or in rootless mode. Simply put:     `alias docker=podman`.     
SUMMARY: A daemonless container engine
RDEPENDS:podman: catatonit cni conmon container-host-config iptables libdevmapper util-linux-nsenter virtual-runc glibc (>= 2.39+git0+b027d5b145) gpgme (>= 1.23.2) libseccomp (>= 2.5.5)
RRECOMMENDS:podman:  slirp4netns                       kernel-module-xt-masquerade                       kernel-module-xt-comment                       kernel-module-xt-mark                       kernel-module-xt-addrtype                       kernel-module-xt-conntrack                       kernel-module-xt-tcpudp                       
RCONFLICTS:podman: docker
SECTION: base
PKG:podman: podman
FILES:podman: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /usr/bin/* /usr/sbin/*             /usr/lib/*.so.*             /lib/udev /usr/lib/udev             /usr/lib/udev /usr/lib/udev             /usr/share/podman /usr/lib/podman/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers      /usr/lib/systemd/system/*     /usr/lib/systemd/*     /usr/lib/systemd/user/*     /usr/lib/tmpfiles.d/*     /usr/share/user-tmpfiles.d/*     /etc/cni  /usr/lib/systemd/system-preset/98-podman.preset /usr/lib/systemd/system/podman.service /usr/lib/systemd/system/podman.socket
FILES_INFO:podman: {"/etc/containers/nodocker": 0, "/etc/profile.d/podman-docker.csh": 260, "/etc/profile.d/podman-docker.sh": 270, "/usr/bin/docker": 163, "/usr/bin/podman": 42456932, "/usr/bin/podman-remote": 29149260, "/usr/bin/podmansh": 6, "/usr/lib/systemd/system-generators/podman-system-generator": 31, "/usr/lib/systemd/system-preset/98-podman.preset": 43, "/usr/lib/systemd/system/podman-auto-update.service": 284, "/usr/lib/systemd/system/podman-auto-update.timer": 143, "/usr/lib/systemd/system/podman-clean-transient.service": 667, "/usr/lib/systemd/system/podman-kube@.service": 443, "/usr/lib/systemd/system/podman-restart.service": 510, "/usr/lib/systemd/system/podman.service": 324, "/usr/lib/systemd/system/podman.socket": 176, "/usr/lib/systemd/user-generators/podman-user-generator": 31, "/usr/lib/systemd/user/podman-auto-update.service": 284, "/usr/lib/systemd/user/podman-auto-update.timer": 143, "/usr/lib/systemd/user/podman-kube@.service": 443, "/usr/lib/systemd/user/podman-restart.service": 510, "/usr/lib/systemd/user/podman.service": 324, "/usr/lib/systemd/user/podman.socket": 176, "/usr/lib/tmpfiles.d/podman-docker.conf": 63, "/usr/lib/tmpfiles.d/podman.conf": 518, "/usr/libexec/podman/quadlet": 2071932, "/usr/libexec/podman/rootlessport": 2782596, "/usr/share/user-tmpfiles.d/podman-docker.conf": 63}
pkg_postinst:podman: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in podman.service podman.socket; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset podman.service podman.socket\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart podman.service podman.socket\n\t\tfi\n\tfi\nfi\n
pkg_prerm:podman: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop podman.service podman.socket\n\n\t\tsystemctl disable podman.service podman.socket\n\tfi\nfi\n
FILERDEPENDSFLIST:podman: /usr/bin/docker /usr/bin/podman /usr/bin/podman-remote /usr/libexec/podman/quadlet /usr/libexec/podman/rootlessport
FILERDEPENDS:/usr/bin/docker:podman:  /bin/sh
FILERDEPENDS:/usr/bin/podman:podman:  ld-linux-armhf.so.3(GLIBC_2.4) libgpgme.so.11(GPGME_1.1) libgpgme.so.11(GPGME_1.0) libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.8) libc.so.6(GLIBC_2.14) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libresolv.so.2 libpthread.so.0 libgpgme.so.11 librt.so.1 libseccomp.so.2 libc.so.6 ld-linux-armhf.so.3
FILERDEPENDS:/usr/bin/podman-remote:podman:  ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6(GLIBC_2.38) libc.so.6(GLIBC_2.8) libc.so.6(GLIBC_2.14) libc.so.6(GLIBC_2.15) libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libresolv.so.2 libpthread.so.0 libc.so.6 ld-linux-armhf.so.3
FILERDEPENDS:/usr/libexec/podman/quadlet:podman:  libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libpthread.so.0 libc.so.6
FILERDEPENDS:/usr/libexec/podman/rootlessport:podman:  libc.so.6(GLIBC_2.32) libc.so.6(GLIBC_2.34) libc.so.6(GLIBC_2.4) libresolv.so.2 libpthread.so.0 libc.so.6
PKGSIZE:podman: 76466595
