From 5ab8b5980329c7d976300ecabe8a4cd1bcff2c72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 22 Jul 2020 15:23:10 +0200 Subject: [PATCH] 18 Release osbuild-composer version 18. --- NEWS.md | 25 +++++++++++++++++++++++++ golang-github-osbuild-composer.spec | 2 +- osbuild-composer.spec | 2 +- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f3950072b..e2af906ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,30 @@ # OSBuild Composer - Operating System Image Composition Services +## CHANGES WITH 18: + + * Qcow and openstack images for Fedora have now cloudinit service enabled + by default. This change leads to a higher consistency with the official + images. + + * Fedora 32 image builds were failing if an installed package shipped + a custom SELinux policy. This is now fixed. + + * The DNF integration now uses the fastestmirror plugin. This should lead + to faster and more reliable depsolves. + + * Tar archives returned from Weldr routes could have contained files with + a timestamp newer than the current time. This led to warnings when + untarring these archives. The timestamps are now fixed. + + * The RCM subpackage was removed. It was never properly finished and will + be superseded by a Koji integration at some point. + +Contributions from: Chloe Kaubisch, Christian Kellner, David Rheinsberg, + Lars Karlitski, Major Hayden, Martin Sehnoutka, + Ondřej Budai, Tom Gundersen + +— Liberec, 2020-07-22 + ## CHANGES WITH 17: * AWS images are now built in the raw format. Previously used vhdx was diff --git a/golang-github-osbuild-composer.spec b/golang-github-osbuild-composer.spec index e2b6af95d..f41d45245 100644 --- a/golang-github-osbuild-composer.spec +++ b/golang-github-osbuild-composer.spec @@ -1,6 +1,6 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 17 +Version: 18 %gometa diff --git a/osbuild-composer.spec b/osbuild-composer.spec index aa4dea072..3dc2859e5 100644 --- a/osbuild-composer.spec +++ b/osbuild-composer.spec @@ -4,7 +4,7 @@ %global goipath github.com/osbuild/osbuild-composer -Version: 17 +Version: 18 %gometa