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:
parent
31eedb3f8c
commit
985a4c29af
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user