From 3c8e2caef4ec3185336ca8010d3a56035607a257 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 27 May 2020 12:32:35 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- osbuild.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/osbuild.spec b/osbuild.spec index a6fbc47..1b034f3 100644 --- a/osbuild.spec +++ b/osbuild.spec @@ -8,7 +8,7 @@ Version: 15 %global pkgdir %{_prefix}/lib/%{pypi_name} Name: %{pypi_name} -Release: 3%{?dist} +Release: 4%{?dist} License: ASL 2.0 URL: %{forgeurl} @@ -133,6 +133,9 @@ exit 0 %{pkgdir}/stages/org.osbuild.rpm-ostree %changelog +* Wed May 27 2020 Miro HronĨok - 15-4 +- Rebuilt for Python 3.9 + * Tue May 26 2020 Christian Kellner - 15-3 - Add a patch to allow org.osbuild.files source in the new format but without actually containing the secrets key.