Conversation
Create rpm.spec Based on * https://rpm-software-management.github.io/rpm/manual/spec.html * https://github.com/scj643/sqlite_fdw/tree/master * rpm.spec from https://rhel.pkgs.org/9/postgresql-14-x86_64/sqlite_fdw_14-2.3.0-1.rhel9.x86_64.rpm.html Thanks to https://github.com/scj643 and https://github.com/devrimgunduz
|
@mkgrgis , Thank you for creating the PR. @MinhLA1410 , |
Yes, no problems. I'll study about RPM directive words if there will detected any problems. |
|
Hi @mkgrgis |
|
Thanks, @MinhLA1410 ! I'll try to get rpm environment, reproduce this problem and check again. |
|
Why are you trying to add spec file to sqlite_fdw repo? I'm already maintaining it in upstream repo. Also this spec file depends lots of things in the PostgreSQL RPM repo, it is not a standalone one. |
|
Hello, @devrimgunduz ! Thanks for reply and for rpms :-) . I try to add spec file because i want to get rpm files for my colleagues with some new features or with my experiments for user testing. Your rpm files with sqlite_fdw likes me because there is good implementation of lifecycle processes. |
|
The spec file is quite old, does not support RHEL 8, 9 and 10, LLVM dependencies are ancient. Also makes a few false assumptions. |
Some fixes
@devrimgunduz , could you please continue actualization of PRM specification after my 7465d03 before successfully package building? |
Based on confirmed by real RPM creating process file variant from https://github.com/pgsty/rpm/blob/main/rpmbuild/SPECS/sqlite_fdw.spec
Create
rpm.spec.In continue of #39
Based on
rpm.specfrom https://rhel.pkgs.org/9/postgresql-14-x86_64/sqlite_fdw_14-2.3.0-1.rhel9.x86_64.rpm.htmlThanks to @scj643 and @devrimgunduz