From 7472dab828d328098537526fd38fec050d3891b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 17:25:44 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-specfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-specfile.spec b/python-specfile.spec index 33f07f1..d606847 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -14,7 +14,7 @@ in a minimal diff.} Name: python-specfile Version: 0.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -69,6 +69,9 @@ sed -i 's/rpm-py-installer/rpm/' setup.cfg %changelog +* Fri Jan 20 2023 Fedora Release Engineering - 0.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Fri Jan 20 2023 Packit - 0.13.0-1 - Added `Section.options` attribute for convenient manipulation of section options. (#183) - specfile now supports single-line sections where section content is represented by a macro starting with a newline. (#182)