SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python3-kiwi_boxed_plugin-0.2.38-3.1.noarch.rpm :

* Thu Oct 10 2024 Marcus Schäfer - Fix packaging for Leap Use the right python interpreter for Leap
* Fri Sep 13 2024 Marcus Schäfer - Update repo paths for ubuntu box
* Thu Sep 12 2024 Marcus Schäfer - Added eif_build to universal box
* Fri Sep 06 2024 Marcus Schäfer - Revert \"Delete /var/lib/dpkg/status from boxes\" This reverts commit 68195cd861703cbe82d01418cadb05bd54ddb169. This had no effect and was a wrong assumption from my side
* Thu Sep 05 2024 Marcus Schäfer - Allow to install packages from pip Pass --break-system-packages such that packages from pip can be used inside of the box
* Thu Sep 05 2024 Marcus Schäfer - Delete /var/lib/dpkg/status from boxes An existing status file confuses apt-get when called in the bootstrap phase. In the box we can simply empty the file to fix this.
* Sun Sep 01 2024 Marcus Schäfer - Bump version: 0.2.37 → 0.2.38
* Sun Sep 01 2024 Marcus Schäfer - Add ppc64le as allowed arch name to schema
* Sun Sep 01 2024 Marcus Schäfer - Switch universal box to btrfs
* Fri Aug 16 2024 Marcus Schäfer - Fix ppc64 universal box description grub package was not installed
* Fri Aug 16 2024 Marcus Schäfer - Bump version: 0.2.36 → 0.2.37
* Fri Aug 16 2024 Marcus Schäfer - Add ppc64 universal box to config
* Fri Aug 16 2024 Marcus Schäfer - Fixed type setup for ppc64 universal box
* Fri Aug 16 2024 Marcus Schäfer - Fixed system build for ppc64
* Tue Aug 06 2024 Marcus Schäfer - Bump version: 0.2.35 → 0.2.36
* Tue Aug 06 2024 Marcus Schäfer - Update ubuntu box Drop post_bootstrap.sh, this is now done in kiwi core
* Mon Aug 05 2024 Marcus Schäfer - Fix Ubuntu box build Add post_bootstrap.sh and make sure the package scripts for passwd-base run. Depending on what other packages gets installed it might be required to enter the system package installation with a proper setup because otherwise package scripts from other packages will fail. We might consider to add this code into kiwi though
* Mon Aug 05 2024 Marcus Schäfer - Update ubuntu box
* Sun Aug 04 2024 Marcus Schäfer - Delete types-pkg_resources from dev-requirements The package got dropped from PyPI
* Sun Aug 04 2024 Marcus Schäfer - Update ubuntu box Added needed packages according to a change in kiwi that has dropped debootstrap
* Tue Jun 18 2024 Marcus Schäfer - Temporarily drop python3-anymarkup from universal The package currently does not resolve on rawhide
* Tue Jun 11 2024 Marcus Schäfer - Bump version: 0.2.34 → 0.2.35
* Tue Jun 11 2024 Marcus Schäfer - Add recommended packages for sharing backends
* Tue Jun 11 2024 Marcus Schäfer - Fixed use of virtiofs sharing backend Switch to virtiofsd v>=1.10 and adapted caller options as well as the memory settings which requires a unit information to properly match the numa sockets with the main memory
* Tue Jun 04 2024 Marcus Schäfer - Added distribution-gpg-keys for TW box
* Fri May 31 2024 Marcus Schäfer - Add distribution-gpg-keys to Fedora box
* Fri May 31 2024 Marcus Schäfer - Add distribution-gpg-keys to Universal box
* Wed May 08 2024 Marcus Schäfer - Bump version: 0.2.33 → 0.2.34
* Wed May 08 2024 Marcus Schäfer - We don\'t want /run/nologin
* Wed May 08 2024 Marcus Schäfer - Change setup of user networking Use -nic instead of the the combination -netdev/-device combo The -nic setup also works on s390
* Wed May 08 2024 Marcus Schäfer - Fixed s390 box build File provides are not resolved by obs, thus an explicit request for mariadb-connector-c-config is needed
* Wed May 08 2024 Marcus Schäfer - Fix arch for grub package
* Wed May 08 2024 Marcus Schäfer - dnf5 obsoletes microdnf
* Wed May 08 2024 Marcus Schäfer - Fix box config for s390 Also add s390 box for Universal
* Wed May 08 2024 Marcus Schäfer - Fix s390 qcow2 format settings
* Tue May 07 2024 Marcus Schäfer - No console setting in the box for s390
* Tue May 07 2024 Marcus Schäfer - Add s390 target for TW box
* Tue May 07 2024 Marcus Schäfer - must build in EFI layout to support both archs
* Tue May 07 2024 Marcus Schäfer - gfxboot only exists on x86
* Tue May 07 2024 Marcus Schäfer - Add TW box support for aarch64
* Wed Apr 17 2024 Marcus Schäfer - Update schema version to 7.4 min schema version to build with kiwi v10
* Mon Mar 11 2024 Marcus Schäfer - Add audit to fedora based boxes
* Sun Mar 10 2024 Marcus Schäfer - Added python solv binding to ubuntu box Allow for solver operations in debugging mode
* Wed Mar 06 2024 Marcus Schäfer - Bump version: 0.2.32 → 0.2.33
* Wed Mar 06 2024 Marcus Schäfer - Fixed docopt instance creation Invalid key for first parameter of docopt(). Change the code to use a standard parameter for the first parameter of the docopt() object
* Wed Mar 06 2024 Marcus Schäfer - Add language-pack-en to the Ubuntu box
* Wed Mar 06 2024 Marcus Schäfer - Fix packagemanager name for Ubuntu box
* Wed Mar 06 2024 Marcus Schäfer - Update Ubuntu box Build against Lunar (23.04)
* Wed Mar 06 2024 Marcus Schäfer - Update leap box Use python311 stack
* Fri Feb 09 2024 Marcus Schäfer - Bump version: 0.2.31 → 0.2.32
* Fri Feb 09 2024 Marcus Schäfer - Add support for --box-console Allow to specify console name for the kernel, by default set to hvc0
* Wed Feb 07 2024 Marcus Schäfer - Fix spec file requires for qemu
* Fri Jan 19 2024 Marcus Schäfer - Move workflows to main master branch was renamed to main
* Thu Oct 26 2023 Marcus Schäfer - Bump version: 0.2.30 → 0.2.31
* Thu Oct 26 2023 Marcus Schäfer - Be a bit more expressive on the config lookup There is a series of checks for the plugin config file now. Thanks to Bo who added this. This commit connects the respective code path with the doc string for an easier read
* Wed Oct 25 2023 Bo Maryniuk - Add cascading config finder Boxed plugin can only get a static hard-coded configuration, delivered as a resource inside a Python package. It cannot be overridden without explicit change of a package-delivered data. This is also makes it impossible to programmatically integrate it with Kiwi as a library. Under these circumstances, a cascading mechanism is required, which is searching for the configuration file in the following order:
* $KIWI_BOXED_PLUGIN_CFG full path, the name can be anything
* Current directory, from where a software was called
* $HOME/.config/kiwi/kiwi_boxed_plugin.yml
* /etc/kiwi_boxed_plugin.yml
* Resource (default config, coming with the package)
* Fri Oct 20 2023 Marcus Schäfer - Update python test matrix Add 3.11, remove 3.8 and 3.9
* Sun Oct 08 2023 Marcus Schäfer - Bump version: 0.2.29 → 0.2.30
* Sun Oct 08 2023 Marcus Schäfer - Update pypi release to trusted workflow
* Sun Oct 08 2023 Marcus Schäfer - Bump version: 0.2.28 → 0.2.29
* Tue Sep 19 2023 Isaac True - kiwi_boxed_plugin: utils: fetch_files: improve progressbar import The progressbar2 module is installed on Debian-based systems as \"progressbar2\", and can be imported as such, but if progressbar2 has been installed from pip the module is called \"progressbar\". Adjust the import of this module to first try importing \"progressbar2\", and if it fails, fall back to \"progressbar\". This stops the tool from trying to import the old progressbar module rather than the correct progressbar2 module. Signed-off-by: Isaac True
* Tue Sep 12 2023 Marcus Schäfer - Bump version: 0.2.27 → 0.2.28
* Tue Sep 12 2023 Marcus Schäfer - Update github workflows
* Tue Sep 12 2023 Marcus Schäfer - Add unit tests for recently added --ssh-port The new --ssh-port parameter was not yet covered by a test
* Tue Sep 12 2023 Marcus Schäfer - Update tox.ini Newer versions of tox requires some adaptions to the tox.ini setup file.
* Tue Sep 12 2023 Marcus Schäfer - Bump version: 0.2.26 → 0.2.27
* Tue Sep 12 2023 Isaac True - Add the ability to set the SSH forwarding port on the host It is not currently possible to run multiple Kiwi instances using box build at the same time as they will all share the same SSH port. This patch adds the command line argument `--ssh-port`, which allows the user to specify an SSH port to use for the connection to the guest. The argument takes a single positive integer value. Signed-off-by: Isaac True
* Mon Apr 24 2023 Marcus Schäfer - Update TW box Increase installation of python pip and devel to 3.10
* Tue Apr 11 2023 Marcus Schäfer - Bump version: 0.2.25 → 0.2.26
* Mon Apr 10 2023 Marcus Schäfer - Make sure --debug switch has an effect This commit makes sure that the global --debug switch is used when kiwi is called inside of the box VM
* Wed Mar 22 2023 Marcus Schäfer - Bump version: 0.2.24 → 0.2.25
* Wed Mar 22 2023 Marcus Schäfer - Update plugin config to reflect name changes
* Wed Mar 22 2023 Marcus Schäfer - Fixed universal box The box builds against Fedora 37 but the box name was still set to Fedora 34. Also systemd-networkd is a separate package now and needs to be explicitly installed.
* Wed Mar 22 2023 Marcus Schäfer - Update leap box name The leap box builds against Leap 15.4 but the name of the box was still saying 15.3
* Wed Mar 22 2023 Marcus Schäfer - Fixup fedora box Delete broken config.sh code not valid for Fedora
* Mon Dec 19 2022 Marcus Schäfer - Bump version: 0.2.23 → 0.2.24
* Mon Dec 19 2022 Marcus Schäfer - Use allowlist_externals
* Mon Dec 19 2022 Marcus Schäfer - Fixup CI workflows
* Mon Dec 19 2022 Marcus Schäfer - Update fedora box to FC-37 Also move the box layout to GPT
* Mon Dec 19 2022 Marcus Schäfer - Added systemd-resolved in fedora box
 
ICM