38
Release osbuild 38 Signed-off-by: Simon Steinbeiss <simon.steinbeiss@redhat.com>
This commit is contained in:
parent
407bb73a12
commit
3678f3a4c5
3 changed files with 14 additions and 2 deletions
12
NEWS.md
12
NEWS.md
|
|
@ -1,3 +1,15 @@
|
|||
## CHANGES WITH 38:
|
||||
|
||||
* host services: make file descriptor passing more robust by checking the fds
|
||||
before sending them.
|
||||
|
||||
* sources: fix a bug introduced in osbuild 37, where osbuild would fail to communicated with
|
||||
the sources host service for certain manifests with very large lists of items
|
||||
|
||||
Contributions from: Christian Kellner, Pierre-Yves Chibon
|
||||
|
||||
— Vienna, 2021-09-24
|
||||
|
||||
## CHANGES WITH 37:
|
||||
|
||||
* Port sources to the host service infrastructure
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 37
|
||||
Version: 38
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="37",
|
||||
version="38",
|
||||
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