Accepting request 1035190 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1035190 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/golang-github-prometheus-promu?expand=0&rev=11
This commit is contained in:
commit
db9f3058fa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 31 14:17:46 UTC 2022 - Witek Bedyk <witold.bedyk@suse.com>
|
||||
|
||||
- Do not include source code
|
||||
- Update to Go 1.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 27 12:37:42 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -34,7 +34,7 @@ ExcludeArch: s390
|
||||
%undefine _missing_build_ids_terminate_build
|
||||
BuildRequires: golang >= 1.17
|
||||
%else
|
||||
BuildRequires: golang(API) = 1.17
|
||||
BuildRequires: golang(API) = 1.18
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -55,11 +55,8 @@ go build \
|
||||
|
||||
%install
|
||||
install -D -m 0755 promu "%{buildroot}/%{_bindir}/promu"
|
||||
%{gosrc}
|
||||
|
||||
%{gofilelist}
|
||||
|
||||
%files -f file.lst
|
||||
%files
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{_bindir}/promu
|
||||
|
Loading…
x
Reference in New Issue
Block a user