Bugzilla – Bug 1224224
Typo in postgresql14.spec file
Last modified: 2024-05-17 16:36:05 UTC
Inherit from this issue https://bugzilla.suse.com/show_bug.cgi?id=1224038 I detected a typo into postgresql14.spec file, the typo is at line 25 `dreived` when it should be `derived`.
Good catch Jose! ;) @Reinhard: Could you please have a look and submit a fixed version? SUSE:Maintenance:33787/postgresql14.SUSE_SLE-15-SP2_Update/postgresql14.spec 24+%if %pgmajor >= 17 25+%bcond_with dreived 26+%else 27+%bcond_without derived 28+%endif I will then merge the new submission into SUSE:Maintenance:33787.
It affects the spec files for all PostgreSQL versions from 12 through 16.
New packages submitted to the relevant SLE-Codestreams and Factory. I thought I need no reference to this bug, because my new submissions would supersede the pending ones, but unfortunately they got released shortly before I submitted. But the typo actually didn't do any harm to existing PostgreSQL major versions up to 16, because they all take the %else branch where "derived" was spelled correctly.
Therefore it would be fine with me to decline the new submissions and I will submit the typo fix next time I touch the PostgreSQL packages anyway.
Fixed