diff --git a/macros.pyproject b/macros.pyproject index 0a34614..09bbe2d 100644 --- a/macros.pyproject +++ b/macros.pyproject @@ -125,6 +125,7 @@ fi %{-t:%{error:The -N and -t options are mutually exclusive}} } %{-e:%{expand:%global toxenv %(%{__python3} -s %{_rpmconfigdir}/redhat/pyproject_construct_toxenv.py %{?**})}} +echo 'pyproject-rpm-macros' # we already have this installed, but this way, it's repoqueryable echo 'python%{python3_pkgversion}-devel' echo 'python%{python3_pkgversion}dist(pip) >= 19' echo 'python%{python3_pkgversion}dist(packaging)' diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index f94bc12..a46569c 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -12,7 +12,7 @@ License: MIT # In other cases, such as backports, increment the point # release. Version: 0 -Release: 54%{?dist} +Release: 55%{?dist} # Macro files Source001: macros.pyproject @@ -126,6 +126,10 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 %license LICENSE %changelog +* Mon Jan 24 2022 Miro HronĨok - 0-55 +- %%pyproject_buildrequires: Generate BuildRequires for this package + This package is already installed, but this way, the resulting SRPM explicitly BuildRequires it + * Wed Jan 19 2022 Karolina Surma - 0-54 - Include compressed manpages to the package if flag '+auto' is provided to %%pyproject_save_files