34
Release osbuild 34 Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
4a5508e086
commit
b430bd8682
3 changed files with 11 additions and 2 deletions
9
NEWS.md
9
NEWS.md
|
|
@ -1,3 +1,12 @@
|
|||
## CHANGES WITH 34:
|
||||
|
||||
* `stages/bootiso.mono`: support for aarch64
|
||||
|
||||
* `stages/ostree.{pull,deploy}`: support for specifying ostree
|
||||
remotes.
|
||||
|
||||
— Oslo, 2021-08-29
|
||||
|
||||
## CHANGES WITH 33:
|
||||
|
||||
* `stages/org.osbuild.grub2`: add support for greenboot, i.e.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 33
|
||||
Version: 34
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="33",
|
||||
version="34",
|
||||
description="A build system for OS images",
|
||||
packages=["osbuild", "osbuild.formats", "osbuild.util"],
|
||||
license='Apache-2.0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue