SHA256
1
0
forked from pool/restic
restic/disable-selfupdate.patch
Marcus Meissner e435bdc7f5 - Update to version 0.16.5
- Enh #4799: Add option to force use of Azure CLI credential
  - Enh #4873: Update dependencies

OBS-URL: https://build.opensuse.org/package/show/Archiving/restic?expand=0&rev=54
2024-07-07 11:30:51 +00:00

13 lines
887 B
Diff

diff -uNr restic.org/build.go restic/build.go
--- restic.org/build.go 2023-01-16 23:09:42.559283644 +0100
+++ restic/build.go 2023-01-16 23:10:38.002960609 +0100
@@ -56,7 +56,7 @@
Name: "restic", // name of the program executable and directory
Namespace: "github.com/restic/restic", // subdir of GOPATH, e.g. "github.com/foo/bar"
Main: "./cmd/restic", // package name for the main package
- DefaultBuildTags: []string{"selfupdate"}, // specify build tags which are always used
+ //DefaultBuildTags: []string{"selfupdate"}, // specify build tags which are always used
Tests: []string{"./..."}, // tests to run
MinVersion: GoVersion{Major: 1, Minor: 18, Patch: 0}, // minimum Go version supported
}