diff --git a/etcd.changes b/etcd.changes index aee7453..23d31ad 100644 --- a/etcd.changes +++ b/etcd.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 6 08:11:41 UTC 2024 - Dominique Leuenberger + +- Drop go_provides macro: it is guarded by if suse_version <= 1110, + yet has a negative impact on the general RPM dep/provides scanner + (i.e user provides were not added). +- Drop go_nostrip macro, as it does nothing useful. + ------------------------------------------------------------------- Fri Jan 19 16:30:44 UTC 2024 - Elisei Roca diff --git a/etcd.spec b/etcd.spec index 6540fd7..a212194 100644 --- a/etcd.spec +++ b/etcd.spec @@ -43,9 +43,6 @@ BuildRequires: xz Requires(post): %fillup_prereq ExcludeArch: s390 %{ix86} %sysusers_requires -%{go_provides} -# Make sure that the binary is not getting stripped. -%{go_nostrip} %description etcd is a distributed, consistent key-value store for shared configuration and