05aa960 Install all built rpms not just rpms listed in spec file

1 file Authored by fed500 a year ago, Committed by ngompa a year ago,
    Install all built rpms not just rpms listed in spec file
    
    With metapackages, the spec file may contain fewer explicit rpm names than are generated by the build process.
    This may create a problem when trying to install as dependencies may not be found if they are not all explicitly
    listed.  To ensure all dependencies are listed, get the full list of binary rpms that are created, and install these.
    
        
file modified
+2 -2