PN: qemu
PV: 11.1.1
PR: r0
PKGV: 11.1.1
PKGR: r0
LICENSE: GPL-2.0-only AND LGPL-2.1-only
DESCRIPTION: QEMU is a hosted virtual machine monitor: it emulates the machine's processor through dynamic binary translation and provides a set of different hardware and device models for the machine, enabling it to run a variety of guest operating systems
SUMMARY:qemu-guest-agent: QEMU guest agent
RDEPENDS:qemu-guest-agent: glib-2.0 (>= 2.90.0) glibc (>= 2.44+git0+5c479454d1)
SECTION: base
PKG:qemu-guest-agent: qemu-guest-agent
FILES:qemu-guest-agent:       /usr/bin/qemu-ga     /etc/udev/rules.d/60-qemu-guest-agent.rules     /etc/init.d/qemu-guest-agent     /usr/lib/systemd/system/qemu-guest-agent.service  /usr/lib/systemd/system-preset/98-qemu-guest-agent.preset /usr/lib/systemd/system/qemu-guest-agent.service
FILES_INFO:qemu-guest-agent: {"/etc/udev/rules.d/60-qemu-guest-agent.rules": 131, "/usr/bin/qemu-ga": 912840, "/usr/lib/systemd/system-preset/98-qemu-guest-agent.preset": 32, "/usr/lib/systemd/system/qemu-guest-agent.service": 227}
pkg_postinst:qemu-guest-agent: #!/bin/sh\nset -e\nif type 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 qemu-guest-agent.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\n\t\tfor service in ; do\n\t\t\tsystemctl --global ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ] && systemctl >/dev/null 2>/dev/null; then\n\t\t# Reload only system service manager\n\t\t# --global for daemon-reload is not supported: https://github.com/systemd/systemd/issues/19284\n\t\tsystemctl daemon-reload\n\t\t[ -n "qemu-guest-agent.service" ] && \\\n\t\t\tsystemctl preset qemu-guest-agent.service\n\n\t\t[ -n "" ] && \\\n\t\t\tsystemctl --global preset \n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\t# --global flag for restart is not supported by systemd (see above)\n\t\t\t[ -n "qemu-guest-agent.service" ] && \\\n\t\t\t\tsystemctl --no-block restart qemu-guest-agent.service\n\t\tfi\n\tfi\nfi\n
pkg_prerm:qemu-guest-agent: #!/bin/sh\nset -e\nif type systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ] && systemctl >/dev/null 2>/dev/null; then\n\t\tif [ -n "qemu-guest-agent.service" ]; then\n\t\t\tsystemctl stop qemu-guest-agent.service\n\t\t\tsystemctl disable qemu-guest-agent.service\n\t\tfi\n\n\t\t# same as above, --global flag is not supported for stop so do disable only\n\t\tif [ -n "" ]; then\n\t\t\tsystemctl --global disable \n\t\tfi\n\tfi\nfi\n
FILERDEPENDSFLIST:qemu-guest-agent: /usr/bin/qemu-ga
FILERDEPENDS:/usr/bin/qemu-ga:qemu-guest-agent:  libm.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.10)(64bit) libc.so.6(GLIBC_2.30)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.38)(64bit) libc.so.6(GLIBC_2.9)(64bit) libc.so.6(GLIBC_2.33)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libglib-2.0.so.0()(64bit) libm.so.6()(64bit) libc.so.6()(64bit) rtld(GNU_HASH)
PKGSIZE:qemu-guest-agent: 913230
