AIX

 View Only
  • 1.  rpms built for any OS

    Posted Fri July 26, 2019 02:39 PM

    Originally posted by: BigJujju


    II it possible to build an RPM for any OS. Without requieing the use of --ignoreos when installing the rpm?



  • 2.  RE: rpms built for any OS

    Posted Tue June 16, 2020 07:10 AM
    Not that I am aware of.
    I hit this issue earlier this year and found not solution.

    RPM seems to have a built in assumption that every OS and every OS version has a complete set of dedicated packages.

    Sorry but at least you are not missing a trick, right!
    Cheers Nigel

    ------------------------------
    Nigel Griffiths
    ------------------------------



  • 3.  RE: rpms built for any OS

    Posted Tue June 16, 2020 08:48 AM
    One can use BuildArch directive set as "noarch" in the spec file to build a noarch rpm which can be installed in any OS/Arch.
    "BuildArch: noarch"

    ------------------------------
    Ayappan P
    ------------------------------