DescriptionStephen Gallagher
2022-01-20 18:14:52 UTC
Description of problem:
The recently-introduced patch[1] results in all package builds in ELN failing with the error "line 31: syntax error near unexpected token `;'". This is due to the `%{__generate_package_note_file}` being undefined on ELN because the Requires: that pulls in package-notes-srpm-macros sits behind an `%if ! %{rhel}` conditional. Without that macro, the line consists only of a semicolon and it fails.
Version-Release number of selected component (if applicable):
redhat-rpm-config-209-1.fc36
How reproducible:
Every time, so long as the specified version is in the buildroot.
Additional info:
For the time being, I have untagged this version of redhat-rpm-config from the ELN buildroot.
[1] https://src.fedoraproject.org/rpms/redhat-rpm-config/c/57edf0cad7b089ed0193965b9a144aa4cfd7c25d?branch=rawhide
Description of problem: The recently-introduced patch[1] results in all package builds in ELN failing with the error "line 31: syntax error near unexpected token `;'". This is due to the `%{__generate_package_note_file}` being undefined on ELN because the Requires: that pulls in package-notes-srpm-macros sits behind an `%if ! %{rhel}` conditional. Without that macro, the line consists only of a semicolon and it fails. Version-Release number of selected component (if applicable): redhat-rpm-config-209-1.fc36 How reproducible: Every time, so long as the specified version is in the buildroot. Additional info: For the time being, I have untagged this version of redhat-rpm-config from the ELN buildroot. [1] https://src.fedoraproject.org/rpms/redhat-rpm-config/c/57edf0cad7b089ed0193965b9a144aa4cfd7c25d?branch=rawhide