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