Package rpm-build-vm: Information

  • Default inline alert: Version in the repository: 1.65-alt3

Source package: rpm-build-vm
Version: 1.37-alt3
Latest version according to Repology
Build time:  Nov 18, 2022, 07:00 AM in the task #310175
Report package bug
Home page: 

License: GPL-2.0-only
Summary: RPM helper to run tests in virtualised environment
Description: 
RPM helper to run QEMU inside hasher. This is mainly intended
for %check section to test software under better emulated root
than fakeroot.

This is similar to multiple vm scripts, virtme, vido, and eudyptula-boot.

List of rpms provided by this srpm:
rpm-build-vm (x86_64, ppc64le, i586, armh, aarch64)
rpm-build-vm-checkinstall (noarch)
rpm-build-vm-createimage (noarch)
rpm-build-vm-run (x86_64, ppc64le, i586, armh, aarch64)
rpm-build-vm-run-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Nikolai Kostrigin


ACL:
Vitaly Chikunov
@everybody

    1. /dev/kvm
    2. libblkid-devel-static
    3. glibc-devel-static
    4. shellcheck

Last changed


Nov. 17, 2022 Nikolai Kostrigin 1.37-alt3
- vm-run: Define MAXCPU=255 for x86_64 (closes: #44337).
Nov. 15, 2022 Vitaly Chikunov 1.37-alt2
- spec: Do not run make check on e2k.
Nov. 9, 2022 Vitaly Chikunov 1.37-alt1
- Add more rootfs boot testing options (--no-virtio, --scsi). Note: they will
  not work on all architectures equally.
- Add --sudo option (making fake sudo work inside rootfs vm). Requires and
  enables rootfs mode.
- Add --user option to run vm commands under builder instead of root (implies
  --sudo and sudo use).
- Both above options auto-create rootfs if it does not exist.