4a5d3c2 Fix the definition of SOURCE_DATE_EPOCH for OBS

Authored and Committed by Neal Gompa 3 years ago
1 file changed. 14 lines added. 2 lines removed.
    Fix the definition of SOURCE_DATE_EPOCH for OBS
    
    SOURCE_DATE_EPOCH is set based on the datestamp associated with the
    spec file. However, in OBS, the spec file doesn't exist in %_specdir,
    but with the rest of the sources in %_sourcedir. This causes the
    variable to remain unset when it should be set.
    
        
file modified
+14 -2