From b372f04cce5e0fcd66956fe06dfbf8feb8e6226f Mon Sep 17 00:00:00 2001 From: Packit Date: Fri, 30 May 2025 09:35:11 +0000 Subject: [PATCH] Update to 0.35.1 upstream release - Resolves: rhbz#2344364 Upstream tag: 0.35.1 Upstream commit: 81569906 Commit authored by Packit automation (https://packit.dev/) --- README.packit | 2 +- plans/packit-integration.fmf | 2 +- python-specfile.spec | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.packit b/README.packit index fa10f20..ed627e6 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 1.8.0.post1.dev2+g8dc7f525. +The file was generated using packit 1.8.0.post1.dev25+g477eb5ab. diff --git a/plans/packit-integration.fmf b/plans/packit-integration.fmf index eab822c..a5c5cd8 100644 --- a/plans/packit-integration.fmf +++ b/plans/packit-integration.fmf @@ -2,7 +2,7 @@ discover: how: fmf url: https://github.com/packit/packit filter: tag:full - ref: 8dc7f5258be4dc05094fe33d195a57895190827c + ref: 477eb5ab8a7b1cbdfdd01c8d7eb3afe58e24a75c prepare: - how: install copr: packit/packit-dev diff --git a/python-specfile.spec b/python-specfile.spec index e929b73..25044b0 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -77,6 +77,10 @@ sed -i 's/setuptools_scm\[toml\]>=7/setuptools_scm[toml]/' pyproject.toml %changelog +* Fri May 30 2025 Packit - 0.35.1-1 +- We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470) +- Resolves: rhbz#2344364 + * Fri May 16 2025 Packit - 0.35.1-1 - We have fixed a bug that caused changes to get lost when a spec file passed as a path was replaced or deleted. (#470)