cross-posted from: https://sh.itjust.works/post/3721351

So I am building an app to rpm and I have done everything. From the specfile, to source etc. It compiles and I get a binary in BUILDROOT/usr/bin and that binary works just as intended but I dont’ get a rpm file hat I can install. Have you people experienced this?

  • nix98@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    After doing an rpmbuild -ba app.spec, you should have the rpm files in ~/rpmbuild/RPMS/$arch/

    If that isn’t working, can you post your .spec file?