37
Release osbuild 37 [skip ci] Signed-off-by: Martin Sehnoutka <msehnout@redhat.com>
This commit is contained in:
parent
c902a7a754
commit
7be475151d
3 changed files with 15 additions and 2 deletions
13
NEWS.md
13
NEWS.md
|
|
@ -1,3 +1,16 @@
|
|||
## CHANGES WITH 37:
|
||||
|
||||
* Port sources to the host service infrastructure
|
||||
* `stages/org.osbuild.ostree.config`: add `bootloader` config option
|
||||
* `stages/org.osbuild.sysctld`: new stage for setting kernel parameters via sysctl.d
|
||||
* `stages/org.osbuild.pam.limits.conf`: new stage for configuring `pam_limits` module
|
||||
|
||||
Contributions from: Achilleas Koutsou, Alexander Larsson, Christian Kellner, Diaa Sami,
|
||||
Martin Sehnoutka, Pierre-Yves Chibon, Sanne Raymaekers, Simon Steinbeiss,
|
||||
Tomas Hozza
|
||||
|
||||
— Brno, 2021-09-22
|
||||
|
||||
## CHANGES WITH 36:
|
||||
|
||||
* `stages/org.osbuild.selinux.config`: new stage for configuring SELinux on the system
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 36
|
||||
Version: 37
|
||||
|
||||
%forgemeta
|
||||
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
name="osbuild",
|
||||
version="36",
|
||||
version="37",
|
||||
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