diff --git a/redhat/patches/0002-makefile.patch b/redhat/patches/0002-makefile.patch deleted file mode 100644 index 5f0c9cbea..000000000 --- a/redhat/patches/0002-makefile.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index 9c2467b..4904ad9 100644 ---- a/Makefile -+++ b/Makefile -@@ -83,7 +83,7 @@ rekor-server: $(SRCS) - CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o rekor-server ./cmd/rekor-server - - backfill-redis: $(SRCS) -- CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o rekor-server ./cmd/backfill-redis -+ CGO_ENABLED=0 go build -trimpath -ldflags "$(SERVER_LDFLAGS)" -o backfill-redis ./cmd/backfill-redis - - test: - go test ./...