4228e15 Fix tarball download URL

1 file Authored by abologna 4 years ago, Committed by crobinso 4 years ago,
    Fix tarball download URL
    
    The current URL is not correct:
    
      $ rpmbuild --undefine=_disable_source_fetch -ba *.spec
      warning: Downloading https://github.com/kata-containers/osbuilder/archive/1.11.0/osbuilder-1.11.0-alpha1.tar.gz to ~/rpmbuild/SOURCES/osbuilder-1.11.0-alpha1.tar.gz
      curl: (22) The requested URL returned error: 404 Not Found
      error: Couldn't download https://github.com/kata-containers/osbuilder/archive/1.11.0/osbuilder-1.11.0-alpha1.tar.gz
    
    Fixes: 8eb0dbf9dcd8b7a211009c6b793863702cee4499
    
    Signed-off-by: Andrea Bolognani <abologna@redhat.com>
    
        
file modified
+1 -1