This commit is contained in:
Fedora Release Engineering 2026-01-17 09:50:44 +00:00 committed by Nikola Forró
commit 517436fc8e

View file

@ -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 <releng@fedoraproject.org> - 0.38.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Thu Jan 08 2026 Packit <hello@packit.dev> - 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)