Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

build-initvm-i586-20210120-lp152.2.3.1 RPM for noarch

From OpenSuSE Leap 15.2 updates for noarch

Name: build-initvm-i586 Distribution: openSUSE Leap 15.2
Version: 20210120 Vendor: openSUSE
Release: lp152.2.3.1 Build date: Wed Mar 31 15:56:05 2021
Group: Development/Tools/Building Build host: lamb26
Size: 559552 Source RPM: build-20210120-lp152.2.3.1.src.rpm
Packager: http://bugs.opensuse.org
Summary: Virtualization initializer for emulated cross architecture builds
This package provides a script for building RPMs for SUSE Linux in a
chroot or a secure virtualized

Provides

Requires

License

GPL-2.0-only OR GPL-3.0-only

Changelog

* Wed Jan 20 2021 Adrian Schröter <adrian@suse.de>
  Features:
  - initial flatpak build support added
  - ccache support added
  - debtransform: Add Debian revision if not present
  - allow nodirindex filesystems via BuildFlags: vmfsoptions:nodirindex
  - Also do rich dep handling for PreReqs
  - kiwi image: configure ndb database if we install the rpm-ndb package
  - Implement alternative method to specify build-ignores
    Changes:
  - Ignore kiwi-image: deps when expanding image packages
    Fixes:
  - Improve autonumbering of source/patch
  - init_buildsystem: fix mode of /dev/full
  - drop option transparent_hugepages=never on s390x
  - Allow --vmdisk-filesystem-options as alias for --vm-disk-filesystem-options
  - Do not add a "kiwi-packagemanager:" dependency if no package manager is defined
  - debian:
    - Do not leave trailing whitespace while generating .dsc
    - Save modified version into .dsc file
    - Fail `debtransform` test if `debdiff` can't find something
    - return the unmapped arch if it is not found in the mapping hash
    - build-recipe-debootstrap: add fallback for Debian SID distro
* Fri Aug 28 2020 Adrian Schröter <adrian@suse.de>
  - support rpmlint installed in /usr/bin/ as well
  - fix local build for armv6hl
  - Extract generated chart from the tarball instead of using the recipe
* Thu Aug 20 2020 Adrian Schröter <adrian@suse.de>
  - fix factory version in config file bsc#1170956
  - add missing ignores for Leap 15.2 bsc#1174854
  - fix sysrq handling for KVM builds
  - avoid double removal of obscpio files
  - docker:
    * support builds using USER root statements
    * proper error handling when obs-docker-support gets called as
      non-root
    * helm build target support
    * support milestone handling
  - support repo files without types set (SLE 15 SP2 zypp)
  - add default substitute for system-packages:repo-creation
  - Support recursive kiwi profile usage
* Thu Jul 23 2020 Frank Schreiner <FSchreiner@suse.com>
  - fix dependencies for Fedora 33
  - Set $YAML::XS::LoadBlessed = 0 for Appimage/Snapcraft
  - add a new variable to track build time needed for ccache eviction
  - create folder for ccache archive to be copied before rsync
  - also package pkg-config files by default into baselibs. (bsc#1172563 etc)
  - Use shorter kernel flag for mitigations
  - Ignore, if shutdown behavior changed by build in z/VM
  - Control disk-space consumption while creating ccache archive
  - cleaning ccache
  - create folders before trying to copy ccache.tar
  - Generate .packages and .basepackages files for docker builds
* Sun May 17 2020 coolo@suse.com
  - enable sysrq operations on boot
  - Set kvm_serial_device to virtio-serial in the fixup
  - Split console arg setting code into kvm_add_console_args
  - Update for zVM to make container builds work.
  - Write to /proc/sys/kernel/hostname if the hostname command is not available
  - Use --cgroup-manager=cgroupfs when calling podman
  - Also squash by default in podman builds
  - Support different interpreters in prein/postin scriptlets
  - Use grep -E instead of egrep to check for the needsbinariesforbuild flag
  - Use new Build::Intrepo module
  - Add new Intrepo module to read/write build's internal repo format
  - remove .gz from _ccache archive as it is no longer compressed
  - Add support for Arch in build-recipe-kiwi
  - Autodetect whether to use --pipe option of systemd-nspawn.
  - Split parse_depfile() from readdeps()
  - enable compression on ccache
  - add bugzilla numbers for s390 workaround
  - extend --ccache to generate _ccache.tar.gz and implement --pkg-ccache
  - disable transparent_hugepage on s390x guests for now, causes hangs
  - set buildflavor also for Build::parse
* Fri Mar 13 2020 Adrian Schröter <adrian@suse.de>
  - Leap 15.2 config update (libzstd1 for rpm)
  - handle obscpio extraction error as fatal
  - Return correct exit code from systemd-nspawn build
  - Spec parser: do not parse included files from end to start
  - running disk full check also outside of VM
  - run disk full check only for chroot
* Mon Feb 10 2020 Adrian Schröter <adrian@suse.de>
  - Spec parser: add support for %elif, %elifarch, %elifos
  - Support rpm's %include statement (EXPERIMENTAL, known limitations)
  - Do not do vminstall expansion in expanddeps unless --vm is used
* Wed Feb 05 2020 Adrian Schröter <adrian@suse.de>
  - 15.2 config: preinstall gcrypt deps again
  - Recommends for Fedora based distros
  - support obsgendiff funcationality
  - various smaller code cleanups
  - additional test cases for spec file parsing
  - various fixes for cornercases during spec file parsing
* Fri Jan 31 2020 Adrian Schröter <adrian@suse.de>
  - fix regression in && operator handling of rpm spec file parser
  - Correctly expand macros defined with %global
* Wed Jan 29 2020 Adrian Schröter <adrian@suse.de>
  - 15.2 config: temporary revert gcrypt preinstall until distro has changed
  - factory config: ignore libxtables for iproute2, not needed for ip tool
  - Follow upstream rpm changes in regard to logical ops
  - Fix macro expansion of lines containing newlines
  - add missing header file to avoid compile warnings
* Tue Jan 28 2020 Adrian Schröter <adrian@suse.de>
  - support OBS-Milestone comment for kiwi
  - switch to preinstall expansion for factory
* Fri Jan 24 2020 Adrian Schröter <adrian@suse.de>
  - fix SLE 15 configurations
  - Fix dist autodetection for sle15-sp2
* Fri Jan 24 2020 Adrian Schröter <adrian@suse.de>
  - Fix crash when using preinstall dependency expansion in OBS
  - build-vm-kvm: use /boot/kernel.obs.build and /boot/initrd.obs.build
    as fallback regardless of the platform to have a global fallback
    kernel to use for distros that do not use the "kernel-obs-build"
    package to provide the guests kernel and initrd as the system
    binaries are not reliable for use in a guest system
  - use abuild user if $NOROOTFORBUILD is set.
* Wed Jan 22 2020 Adrian Schröter <adrian@suse.de>
  - fix createrepo existens check for appimager and docker builds
    in chroot
  - support to use virt-make-fs for ext3 VM builds
* Fri Jan 10 2020 Adrian Schröter <adrian@suse.de>
  - Arch Linux zstd format support
  - fix testbuild fail with latest rpm in SP2 and Leap 15.2
  - do not retry automatically on disk full error
* Tue Jan 07 2020 Adrian Schröter <adrian@suse.de>
  - allow to enter an existing buildroot w/o recipe
  - generate milestone files also for pure online media
  - fix ccache setup of non-dotted compiler versions
* Thu Dec 05 2019 Adrian Schröter <adrian@suse.de>
  - qemu vm_type is running qemu system emulator now. Works for:
    * aarch64
    * armv7l
    * ppc64/ppc64le
    * s390/s390x
    * riscv64
    Note: this requires a kernel and initrd in build target via
      kernel-obs-build mechanic
  - various --shell improvements
  - new --shell-cmd to run commands in chroot/KVM/Qemu/... directly
  - raising minimal required memory in qemu mode to 512MB to be able
    to run Linux kernel at least
  - Normalize epoch 0 away when reading the module info
  - Add systemd-nspawn backend (by Oleg Girko)
* Thu Nov 14 2019 Adrian Schröter <adrian@suse.de>
  - Add Fedora module parser
  - Rpmmd parser: set up a dummy ExternEnt handler
  - Add support for modules and publish flags
  - add zstd to recommends
  - Support rpm's new expression expansion syntax
* Mon Sep 23 2019 Adrian Schröter <adrian@suse.de>
  - build-recipe-dsc: Move all build results, not just *.deb and *.changes
  - Mount /sys in chroot build
  - vc: Do not open the editor if content is set
  - adding leap 15.2 and SLE 15 SP2 configs
  - Fix some rpmlint warnings
  - return exit status 9 in the genbuildreqs case
  - Export SYSTEMD_OFFLINE=1 to avoid failures from systemctl
* Tue Jul 09 2019 Adrian Schröter <adrian@suse.de>
  - fail build on preinstall failure
  - avoid dependency errors on Fedora 30
  - fixes for simpleimage vm build support
  - support zstd decompression with old rpms
  - license tag fixes
* Wed Jun 26 2019 Dominique Leuenberger <dimstar@opensuse.org>
  - configs/15.5.conf: add libzstd1 to preinstall list: RPM is being
    extended to support zstd compression, which results in an
    additionaly library being linked in.
* Tue Jun 04 2019 Adrian Schröter <adrian@suse.de>
  - configs/15.5.conf: remove brp-extract-appdata from support package
  - add "-vv" parameter in case of debbuild
* Thu Mar 21 2019 Adrian Schröter <adrian@suse.de>
  - Filter out 'MACRO' from Requires(pre)
  - Support createrepo_c's CREATEREPO_CHECKSUMS checksum cache
  - Skip unsupported GPG check on ArchLinux
  - Support #!BuildRequires dependencies
  - Collect more statistics
  - Install policy-rc.d to prevent services from starting on Debian
* Wed Jan 23 2019 Adrian Schröter <adrian@suse.de>
  - add initial SLE 15 SP1 config (bsc#1122895)
* Mon Jan 21 2019 Adrian Schröter <adrian@suse.de>
  - update factory config for libreadline8 switch
  - cleanup 15.1 config with OBS specific stuff
    * should not be used for plain build usage
    * workarounds for kiwi should be fixed in packages
* Thu Dec 06 2018 Adrian Schröter <adrian@suse.de>
  - support jumping into KVM debug shells using "--vm-type=kvm --shell"
  - adapt to new containerd CLI syntax
  - Support a new 'UseOBSRepositories' flag
  - lxc 3 support
  - power9 fixes
  - Generate a .milestone artifact for kiwi product builds
  - Support rpm's new '^' separator in version comparison
  - Allow to specify extra image repos with <!-- OBS-Imagerepo: -->
  - Rework release handling of containers
* Mon Nov 26 2018 Max Lin <mlin@suse.com>
  - Add Leap 15.1 config
* Mon Oct 22 2018 Adrian Schröter <adrian@suse.de>
  - require psmisc util for fuser
  - Start debian support for kiwi images/containers
  - Support building with unordered repositories for kiwi/docker builds
  - Write the package list of the base container in kiwi container builds
  - Support kiwi's "additionaltags" attribute (added in kiwi 9.15.3)
  - Add some substitutes for the extra container tags
  - Support "OBS-AddTag" directive to set multiple container tags in kiwi builds
  - Archlinux updates
  - SLE 12 SP4 config
  - Appimage: support source file parsing
* Wed Aug 29 2018 Adrian Schröter <adrian@suse.de>
  - Fall back to $mailaddr if $VC_MAILADDR is unset/null
  - don't crash with no rpm macros defined
  - Kiwi: support parsing of repos where the .repo file got used
  - package hostarch definition in preinstallimages
  - avoid double creation of monitor fifo
  - Debian:
    - debootstrap: ensure /etc/hosts exists
    - debootstrap: Add abuild shadow password entry
    - livebuild: publish source tarball
    - Adds Debian configurations for jessie and unstable
    - collect *.ddeb, *.udeb files
* Thu Aug 16 2018 adrian@suse.de
  - docker format: New podman/buildah build engine support
  - Support for full names in changes files
  - Set %url macro when seeing an Url:
  - pacman CLI updates
  - enable core dump generation in VM builds
  - Disable kpti on guest kernel for performance and correctness
  - support for e2fsprogs 1.43.1 with old kernels
* Fri Jun 29 2018 FSchreiner@suse.com
  - docker:
    * use a correct prefixed label for disturl
    * Support building multiple image types containing a docker image
    * Set build user to root for docker/fissile builds
    * Compress containers so that old kiwi versions can handle them
    * Put obs-docker-support uninstall before the last user line
    * Also pass arch and buildflavor when creating the containerinfo
    * set disturl as container LABEL
    * Uncompress kiwi generated containers
    * build-vm-docker: type=bind instead of type=volume in --mount option
  - computeblocklists/extractbuild:
    * Tweak verbose logging of directories in computeblocklists/extractbuild
    * add support for FIEMAP ioctl
    * don't use bare F for file
    * document and use alternate ioctl numbers
    * more tweaks and sanity checks
    * Fallback to encode/decode helpers if perl does not support 'Q' in pack/unpack
    * Use 'eval' when querying the blocklist
  - Misc:
    * fix escaping in regexp
    * log toplevel KIWI directories in verbose mode
    * Split kiwi product parser in a separate function
    * Always add extra dependencies when doing sysdeps expansion
    * Fix REPOTYPE setting if the PKGCONFIG file is generated by a service
    * support zypper's handling of versioned deps
    * pam-modules got dropped on sles 15
    * testing for build specific filesystem, which are more important then worker defaults
    * mark lint option as obsolete
    * Make sure that we know all pre/vminstalls
* Tue Apr 03 2018 adrian@suse.de
  - KIWI: Support OBS-Profiles kiwi annotation
      kiwi profile filtering
  - Switch to a little perl http server to get rid of the python2 dependency
  - Avoid Ubuntu 18.04 uncompress failure messages
  - Don't rely on AppImage's auto-detection for architecture
  - build-recipe-livebuild: count ONIE images as build results
* Fri Feb 09 2018 adrian@suse.de
  - add sysrq functionality for KVM builds
  - add initial SLES 15 config
* Wed Jan 31 2018 adrian@suse.de
  - add own baselibs config for SLE 11
* Wed Jan 24 2018 adrian@suse.de
  - Fix picking of right changes file for changelog generation (boo#1077145)
* Tue Nov 28 2017 adrian@suse.de
  - Fixed Dockerfile repository parsing
  - Improve file name check extractbuild (CVE-2017-14804, bsc#1069904)
  - track release number of containers
  - Define SOURCEURL and PATCHURL macros
  - Keep preinstalled packages
  - add libidn2 and libunistring to preinstall for archlinux
* Tue Nov 21 2017 coolo@suse.com
  - buildignore the sle flavor of mkbaselibs for sle
* Fri Nov 17 2017 adrian@suse.de
  - prepare for suse_version 1550 in factory (by Dominique)
* Thu Nov 09 2017 adrian@suse.de
  - fixes syntax error fissile support
  - various container handling improvements
  - support new debian control.tar.xz files
* Thu Oct 12 2017 adrian@suse.de
  - proper fix for for liblua, for factory and leap 15.0
* Thu Sep 21 2017 coolo@suse.com
  - Support getting the container tags from the Dockerfile
  - Put the disturl in the .buildenv file
  - Support rpm-buildroot-override buildflag
  - Support kvm builds on Debian
  - Support with/without/unless rich deps
  - Added obs-docker-support script for docker images
  - Initial SLE 15 config
* Wed Aug 02 2017 lnussel@suse.de
  - Temporary hack to aid liblua5_3 -> liblua5_3-5 rename
* Thu Jul 20 2017 mls@suse.de
  - switch baselibs scheme for debuginfo packages from
    foo-debuginfo-32bit to foo-32bit-debuginfo [fate#323217]
* Fri Mar 17 2017 adrian@suse.de
  - fix usage of the right service generated files.
  - debootstrap: Also mount sysfs
  - Fileprovides should only match package names, not provides
  - avoid export of build results of sym links pointing to external files
  - support build of different flavors via multibuild
  - experimental AppImage build support
  - reworked openstack support (still experimental)
* Thu Feb 09 2017 adrian@suse.de
  - updated confguration for tumbleweed
  - Arch linux fixes
  - mount swap by label
  - allow custom qemu options
  - allow to override hostname
  - fix build with vm-type lxc
* Wed Jan 25 2017 adrian@suse.de
  - fix haskell builds (bsc#1018895)
  - fix multi type kiwi profile handling
  - minor distribution config and bug fixes
* Tue Dec 06 2016 adrian@suse.de
  - add config for openSUSE Leap 42.3 (alpha, non-final)
  - handle Fedora 25 special cases
  - Improve /proc mount behaviour
  - fix dependency on CentOS (build#2415)
  - Use weak dependencies as 3rd choice breaker
  - support statistics from xvda devices
  - build env wipe support (--wipe command)
* Tue Nov 29 2016 adrian@suse.de
  - speed up build (for preinstall and keeping packages)
  - Recognize Recommends and Supplements relations of RPMs.
  - fix build against susetags repos
* Tue Oct 25 2016 adrian@suse.de
  - Add clang binaries to ccache symlinking
  - Fix a probable tabs to spaces bug
  - Kiwi: allow to specify ExclusiveArch and ExcludeArch
  - build-vm-kvm: use virtio-rng-device also on aarch64
  - Add support for LXC as libvirt driver
  - support multiple image builds for multiple profiles
  - Add optional whitelisting for allowed buildroots and parameters
  - build-vm-xen: use xvd devices for disks and hvc0 for console for recent xen
  - build-vm-kvm: fix vm_enable_console also for kvm_serial_console case
  - sl13.3.conf: Prepare for bash 4.4, using libreadline7
  - Add and clarify licenses
* Wed Aug 10 2016 lnussel@suse.de
  - calculate leap version for default config
* Tue Aug 09 2016 adrian@suse.de
  - first version of Leap 42.2 configuration
  - provide loop devices in docker VM
  - support lxc 2.0
  - Add architecture-specific sources extract for Arch Linux
  - snapcraft improvements
* Thu Jun 30 2016 adrian@suse.de
  - adding first snapcraft support
* Wed Apr 27 2016 adrian@suse.de
  - fix build on armv7hl
* Wed Apr 27 2016 adrian@suse.de
  - run debtransform after buildtime source services
  - Handle also aarch32* and armv8 cases for kvm cpu switches
  - add support for LXC 1.0.8
  - added DoD for aarch64 repositories on Debian
* Fri Apr 08 2016 adrian@suse.de
  - support unpacking of obscpio archives in source
  - added DoD for aarch64 repositories on Debian
  - aarch64_ilp32 support
  - KVM: telnet feature fixes and documentation
  - KVM: run qemu as user
  - fail when space allocation is not successful (on supported FS)
* Fri Mar 04 2016 adrian@suse.de
  - add switch to enable VM console input
  - add --vm-user option to run kvm as non-root
  - Implement experimental obscpio unpacking
  - Use fallocate -p for a fast zero-fill, correctly truncate.
  - PowerVM backend
  - Make --ignoreignore only ignore ignores from the project config
  - aggregate patches fields
  - Fail simpleimage build when integration scripts fail
  - mkdrpms: do not create debuginfo/source deltas
    Kiwi:
  - Support new Kiwi v8 (experimental)
  - Make sure kiwi is called in UTF-8 locale
  - Kiwi appliance: support "replaces" attribute and handle it as buildignore
  - KIWI profile support
  - Support a way to map urls to OBS project/repos
    Debian:
  - Support lintian when OBS_DCH_RELEASE set
  - Add support for debbuild's eval and .debmacros
* Thu Nov 05 2015 adrian@suse.de
  - add openSUSE 42.1 config (bnc#953782)
  - avoid full path in sha256 files of products
  - support virtio-rng device in kvm builds
  - lxc 1.1 support
* Fri Oct 09 2015 adrian@suse.de
  - avoid dependency to perl(parent) again
  - fixed buildtime source service execution
  - fixed debian collax support
* Thu Sep 17 2015 adrian@suse.de
  - collax support added
  - Fix auto-detection of -p1 option to patch
  - Handle .deb files that have sysv ar(1) filenames
  - Exported RECIPEFILE in build-recipe-livebuild
* Wed Sep 02 2015 adrian@suse.de
  - openSUSE 13.3 config added (bnc#944121)
  - Support old versions of Archive::Tar
  - debtransformer xz archive support
  - workaround for broken chroot command (Mageia:5 shipped with it)
  - Support building with Mandriva/Mageia Repositories
  - debian: Various bugfixes for lintian support
  - debian: Generate .changes files when building deb packages.
  - create /dev/loop-control for kernel >= 3.1
  - support singleexport flag handling
  - Fix precedence of unary '-' and '!'
  - fix ppc qemu registration rules
* Wed Jun 17 2015 adrian@suse.de
  - fixing test suite call
* Mon Jun 15 2015 adrian@suse.de
  - support build time source services
  - docker VM support
  - Simple image creation support
  - vc: create changelog file only in case of a change
  - get hostarch based on preinstalled kernel image
  - architecture CanDo updates
  - avoid endless loops during in binfmt misc registration
  - debian debootstrap fixes
  - added support of debbuild build engine
  - optional support of network inside of KVM
  - allow lintian to break the build
* Tue Mar 17 2015 adrian@suse.de
  - workaround initrd breakage when using initrd for systemd with older systems
  - fixes for building in LXC containers
  - avoid emulator for arm on aarch64
  - Fixing UTC symlink resolving when setting localtime
  - ppc64le can build ppc64 with KVM
  - build-vm-kvm: Switch armv7 to virt machine
  - Fix --no-checks with older rpmbuild
  - documenation updates
* Fri Jan 30 2015 adrian@suse.de
  - add recommend to perl(Net::SSL) (bnc#880212)
  - add support for debian debootstrap build engine
  - Update arch config
  - Add support for conflicts, addselfprovides, weakdeps to query functions
  - installed package handling works also for arch and debian now
  - large code cleanup
  - bugfixes and documentation updates
* Mon Nov 24 2014 adrian@suse.de
  - Add releasesuffix hack for new PTF handling
  - support parallel build jobs for debs
  - Fix repocfg usage in the "exact match" case
  - Improve exclarch handling for deb builds
  - rewritten workaround for broken chroot tool
* Mon Oct 27 2014 adrian@suse.de
  - add support for new chroot tool
    * fixes Ubuntu 14.10 builds
  - man pages for unrpm and vc

Files

/usr/lib/build/initvm.i586


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:20:05 2024