diff --git a/lxd.changes b/lxd.changes index 71745e7..7f1b06c 100644 --- a/lxd.changes +++ b/lxd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 7 16:52:36 UTC 2021 - Bernhard Wiedemann + +- Build with go1.15 for reproducible build results (boo#1102408) + ------------------------------------------------------------------- Fri Jun 25 09:59:23 UTC 2021 - Aleksa Sarai diff --git a/lxd.spec b/lxd.spec index b735e9c..a669143 100644 --- a/lxd.spec +++ b/lxd.spec @@ -66,7 +66,7 @@ BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(lxc) >= 3.0.0 # Due to a limitation in openSUSE's Go packaging we cannot have a BuildRequires # for 'golang(API) >= 1.14' here, so just require 1.14 exactly. bsc#1172608 -BuildRequires: golang(API) = 1.14 +BuildRequires: golang(API) = 1.15 # Needed to build dqlite and raft. BuildRequires: autoconf BuildRequires: libtool