Add pyproject-srpm-macros to the default buildroot
This commit is contained in:
parent
26c1ceaece
commit
29a0bd8be0
@ -4,7 +4,7 @@
|
|||||||
# 2) When making changes, increment the version (in baserelease) by 1.
|
# 2) When making changes, increment the version (in baserelease) by 1.
|
||||||
# rpmdev-bumpspec and other tools update the macro below, which is used
|
# rpmdev-bumpspec and other tools update the macro below, which is used
|
||||||
# in Version: to get the desired effect.
|
# in Version: to get the desired effect.
|
||||||
%global baserelease 245
|
%global baserelease 246
|
||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
@ -105,6 +105,7 @@ Requires: qt5-srpm-macros
|
|||||||
Requires: rust-srpm-macros
|
Requires: rust-srpm-macros
|
||||||
Requires: rpmautospec-rpm-macros
|
Requires: rpmautospec-rpm-macros
|
||||||
Requires: package-notes-srpm-macros
|
Requires: package-notes-srpm-macros
|
||||||
|
Requires: pyproject-srpm-macros
|
||||||
|
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
Requires: fpc-srpm-macros
|
Requires: fpc-srpm-macros
|
||||||
@ -221,6 +222,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
|
|||||||
%doc buildflags.md
|
%doc buildflags.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 17 2023 Miro Hrončok <mhroncok@redhat.com> - 245-1
|
||||||
|
- Add pyproject-srpm-macros to the default buildroot
|
||||||
|
|
||||||
* Tue Jan 17 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 245-1
|
* Tue Jan 17 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 245-1
|
||||||
- Do not include frame pointers on ppc64le for now
|
- Do not include frame pointers on ppc64le for now
|
||||||
Fixes: rhbz#2161595
|
Fixes: rhbz#2161595
|
||||||
|
Loading…
Reference in New Issue
Block a user