Rebuild to trigger downstream Packit automation

Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
Tomas Tomecek 2022-10-17 12:18:53 +02:00
commit c28d878cf4

View file

@ -14,7 +14,7 @@ in a minimal diff.}
Name: python-specfile
Version: 0.8.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
* Mon Oct 17 2022 Tomas Tomecek <ttomecek@redhat.com> - 0.8.0-2
- Rebuild to trigger downstream Packit automation
* Fri Oct 14 2022 Packit <hello@packit.dev> - 0.8.0-1
- Added `Specfile.update_tag()` method that allows updating tag values while trying to preserve macro expansions. You can watch a demo on [YouTube](https://youtu.be/yzMfBPdFXZY). (#101)