teknoraver / rpms / systemd

Forked from rpms/systemd 4 months ago
Clone

4df271 Add bcond for OBS-specific quirks

1 file Authored by Luca Boccassi 9 days ago, Committed by Zbigniew Jędrzejewski-Szmek 9 days ago,
1 file changed. 9 lines added. 0 lines removed.
    Add bcond for OBS-specific quirks
    
    The version substitution system is not able to fully subst
    the current Version field due to the inline use of macros, so you end up with like:
      257-123-gabcd257.1
    instead of:
      257-123-gabcd
    
    I.e., the hard-coded 257.1 gets appended to the OBS-specified version.
    
    If it was simply hardcoded as 257.1 it would work, but the inline
    macros throw it off.
    
    [skip changelog]
    
        
file modified
+9 -0