From bf84b0c0c1d1377f6ab5d2231b04ea513ef7cd19 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 09:50:44 +0000 Subject: [PATCH] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- python-specfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-specfile.spec b/python-specfile.spec index 044ba0f..8e4aecc 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -16,7 +16,7 @@ in a minimal diff.} Name: python-specfile Version: %{package_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -77,6 +77,9 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 0.38.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Thu Jan 08 2026 Packit - 0.38.0-1 - A bug leading to incorrect EVR expansion has been fixed. (#492) - Prevented side-effects during condition evaluation that could occur when expanding macros that manipulate other macros, leading to misinterpreted validity of condition branches. (#499)