import osbuild-81-1.el9_2.1

This commit is contained in:
CentOS Sources 2023-05-09 10:16:27 +00:00 committed by Stepan Oksanichenko
parent ec802c2a2c
commit 043b7c67e1
2 changed files with 927 additions and 2 deletions

918
SOURCES/bz2189400.patch Normal file

File diff suppressed because one or more lines are too long

View File

@ -9,12 +9,16 @@ Version: 81
%global pkgdir %{_prefix}/lib/%{pypi_name}
Name: %{pypi_name}
Release: 1%{?dist}
Release: 1%{?dist}.1
License: Apache-2.0
URL: %{forgeurl}
Source0: %{forgesource}
# https://github.com/osbuild/osbuild/pull/1293
Patch0: bz2189400.patch
BuildArch: noarch
Summary: A build system for OS images
@ -120,7 +124,7 @@ Contains additional tools and utilities for development of
manifests and osbuild.
%prep
%forgesetup
%forgeautosetup -p1
%build
%py3_build
@ -251,6 +255,9 @@ fi
%changelog
* Tue Apr 25 2023 Tomas Hozza <thozza@redhat.com> - 81-1.1
- Preserve manifest list digest when embedding containers (rhbz#2189400)
* Mon Feb 27 2023 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 81-1
- New upstream release