From a40cf616f55d7027f0e1c86cdaa7d5db8d26c5d2 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 24 Aug 2021 01:25:33 +0200 Subject: [PATCH] 32 Release osbuild 32 Signed-off-by: Tom Gundersen --- NEWS.md | 9 +++++++++ osbuild.spec | 2 +- setup.py | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1f59c33a..1df738bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +## CHANGES WITH 32: + + * `stages/org.osbuild.grub2`: allow the unified grub config scheme + to be configured even in pure UEFI configurations. + +Contributions from: Christian Kellner + +- Asker, 2021-08-24 + ## CHANGES WITH 31: * **LVM2 support** was added. For this new stages and host services diff --git a/osbuild.spec b/osbuild.spec index b0cfc0b9..0c9af97f 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -1,7 +1,7 @@ %global forgeurl https://github.com/osbuild/osbuild %global selinuxtype targeted -Version: 31 +Version: 32 %forgemeta diff --git a/setup.py b/setup.py index 64f3a7b1..1a76dc5b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name="osbuild", - version="31", + version="32", description="A build system for OS images", packages=["osbuild", "osbuild.formats", "osbuild.util"], license='Apache-2.0',