b94f5cb spec: Add requires from subpackages to libs

Authored and Committed by jlebon 5 years ago
1 file changed. 4 lines added. 2 lines removed.
    spec: Add requires from subpackages to libs
    
    Got rpmdiff complaining that the `ostree` and `ostree-tests` packages do
    not have an explicit `Requires` on the libraries. Now, symbol versioning
    assures us that e.g. the -libs version that we pull for a given `ostree`
    package will have the symbols we need, but it doesn't guarantee that
    they'll be the exact same version. Let's add the explicit `Requires` to
    make this clear since in practice we don't want to have to think about
    such mismatches.
    
    I've also taken the opportunity to normalize on the usage of `_isa` and
    `epoch` in all the `Requires`.
    
        
file modified
+4 -2