From 61e738638453939dca671f2a119b1165dd942fff Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Mon, 26 Dec 2022 02:48:11 +0400 Subject: [PATCH] Bugfix: Make distribution package builds without self-update work --- changelog/unreleased/pull-4100 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/pull-4100 diff --git a/changelog/unreleased/pull-4100 b/changelog/unreleased/pull-4100 new file mode 100644 index 000000000..33582d72d --- /dev/null +++ b/changelog/unreleased/pull-4100 @@ -0,0 +1,9 @@ +Bugfix: Restore self-update to disabled-by-default + +Due to a typo, the `self-update` feature was always compiled, even if the +`selfupdate` tag was not explicitly enabled. + +As intended, it is now disabled by default. +Official builds using `build.go` continue to explicitly enable it. + +https://github.com/restic/restic/pull/4100