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
This commit is contained in:
Fabian Vogt 2024-02-06 08:33:52 +00:00 committed by Git OBS Bridge
parent 31eedb3f8c
commit 985a4c29af
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Feb 6 08:11:41 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <eroca@suse.com> Fri Jan 19 16:30:44 UTC 2024 - Elisei Roca <eroca@suse.com>

View File

@ -43,9 +43,6 @@ BuildRequires: xz
Requires(post): %fillup_prereq Requires(post): %fillup_prereq
ExcludeArch: s390 %{ix86} ExcludeArch: s390 %{ix86}
%sysusers_requires %sysusers_requires
%{go_provides}
# Make sure that the binary is not getting stripped.
%{go_nostrip}
%description %description
etcd is a distributed, consistent key-value store for shared configuration and etcd is a distributed, consistent key-value store for shared configuration and