From faa42c86814022014e3ac6129a5f30249dd1cfa0 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Tue, 29 Sep 2020 13:06:05 +0200 Subject: [PATCH] Release bump and changelog --- pyproject-rpm-macros.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index dc1093c..ed009d5 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -6,7 +6,7 @@ License: MIT # Keep the version at zero and increment only release Version: 0 -Release: 29%{?dist} +Release: 30%{?dist} # Macro files Source001: macros.pyproject @@ -94,6 +94,9 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 %license LICENSE %changelog +* Tue Sep 29 2020 Lumír Balhar - 0-30 +- Process RECORD files in %%pyproject_install and remove them + * Wed Sep 23 2020 Miro Hrončok - 0-29 - Check the requirements after installing "requires_for_build_wheel" - If not checked, installing runtime requirements might fail