From 985a4c29af6f6ffc04c4eb642d2b64573f033200d9032f86591648c26e5e8dba Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 6 Feb 2024 08:33:52 +0000 Subject: [PATCH] Accepting request 1144493 from home:dimstar:Factory - 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. OBS-URL: https://build.opensuse.org/request/show/1144493 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/etcd?expand=0&rev=27 --- etcd.changes | 8 ++++++++ etcd.spec | 3 --- 2 files changed, 8 insertions(+), 3 deletions(-) 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