File howl.changes of Package failed_howl
Repair summary for package failed_howl Root cause: - rpmbuild error: "%patchN is obsolete, use %patch N (or %patch -P N): %patch24300 -p1" - Spec file used the obsolete compact %patch macro syntax without a space between %patch and the number. Repair applied (minimal change): - File modified: howl.spec - Original line: "%patch24300 -p1" - New line: "%patch 24300 -p1" Rationale: - The newer rpmbuild requires a space between %patch and the patch number. Changing to "%patch 24300 -p1" conforms to supported syntax and preserves the intended patch application. Files changed: - temp_workspace/failed_howl/howl.spec (entire file updated to include the corrected %patch directive) - temp_workspace/failed_howl/howl.changes (this summary) Next steps: - Re-run the build in OBS to verify the fix. Timestamp: 2025-08-29