From: Reinhard Tartler <siretart@tauware.de>
Subject: Fix build against debian tuf

Index: golang-github-sigstore-sigstore/pkg/tuf/client.go
===================================================================
--- golang-github-sigstore-sigstore.orig/pkg/tuf/client.go
+++ golang-github-sigstore-sigstore/pkg/tuf/client.go
@@ -275,7 +275,7 @@ func initializeTUF(mirror string, root [
 			}
 		}
 
-		if err := t.client.InitLocal(root); err != nil {
+		if err := t.client.Init(root); err != nil {
 			singletonTUFErr = fmt.Errorf("unable to initialize client, local cache may be corrupt: %w", err)
 			return
 		}
