39
Release osbuild 39 Signed-off-by: Thomas Lavocat <tlavocat@redhat.com>
This commit is contained in:
parent
2e8ef3eadd
commit
00125e9fdb
3 changed files with 12 additions and 2 deletions
10
NEWS.md
10
NEWS.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## CHANGES WITH 39:
|
||||||
|
|
||||||
|
* document osbuild and selinux integration
|
||||||
|
* improvements to the CI
|
||||||
|
|
||||||
|
Contributions from: Achilleas Koutsou, Christian Kellner, Sanne Raymaekers,
|
||||||
|
Tomas Hozza
|
||||||
|
|
||||||
|
— Grenoble, 2021-10-06
|
||||||
|
|
||||||
## CHANGES WITH 38:
|
## CHANGES WITH 38:
|
||||||
|
|
||||||
* host services: make file descriptor passing more robust by checking the fds
|
* host services: make file descriptor passing more robust by checking the fds
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
%global forgeurl https://github.com/osbuild/osbuild
|
%global forgeurl https://github.com/osbuild/osbuild
|
||||||
%global selinuxtype targeted
|
%global selinuxtype targeted
|
||||||
|
|
||||||
Version: 38
|
Version: 39
|
||||||
|
|
||||||
%forgemeta
|
%forgemeta
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="osbuild",
|
name="osbuild",
|
||||||
version="38",
|
version="39",
|
||||||
description="A build system for OS images",
|
description="A build system for OS images",
|
||||||
packages=["osbuild", "osbuild.formats", "osbuild.util"],
|
packages=["osbuild", "osbuild.formats", "osbuild.util"],
|
||||||
license='Apache-2.0',
|
license='Apache-2.0',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue