3490049 Simplify the API of %gpgverify

Authored and Committed by churchyard 4 years ago
    Simplify the API of %gpgverify
    
    Instead of:
    
      %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
    
    It is now possible to do:
    
      %gpgverify -k2 -s1 -d0
    
    I haven't yet assumed any defaults not to break backwards compatibility.
    
        
file modified
+16 -1