parent
daef40c390
commit
171ce90ada
@ -1,6 +1,10 @@
|
|||||||
addFilter("W: non-standard-gid.* grafana")
|
addFilter("W: non-standard-gid.* grafana")
|
||||||
addFilter("W: non-standard-uid.* grafana")
|
addFilter("W: non-standard-uid.* grafana")
|
||||||
addFilter("E: script-without-shebang .*\.json")
|
addFilter("E: script-without-shebang .*\.json")
|
||||||
addFilter("E: zero-length .*\.scss")
|
addFilter("E: zero-length /usr/share/grafana/public/.*")
|
||||||
addFilter("W: log-files-without-logrotate .*")
|
addFilter("W: log-files-without-logrotate .*")
|
||||||
addFilter("W: no-documentation")
|
addFilter("W: no-documentation")
|
||||||
|
addFilter("E: non-readable /etc/grafana/grafana.ini 640")
|
||||||
|
addFilter("E: non-readable /etc/grafana/ldap.toml 640")
|
||||||
|
addFilter("E: non-standard-dir-perm /var/lib/grafana 750")
|
||||||
|
addFilter("W: dangerous-command-in-%post chown")
|
||||||
|
10
grafana.spec
10
grafana.spec
@ -23,7 +23,7 @@ end}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 6.7.3
|
Version: 6.7.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Metrics dashboard and graph editor
|
Summary: Metrics dashboard and graph editor
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -62,6 +62,10 @@ Patch9: 009-pkg-fix-xorm-import.patch
|
|||||||
# Intersection of go_arches and nodejs_arches
|
# Intersection of go_arches and nodejs_arches
|
||||||
ExclusiveArch: %{grafana_arches}
|
ExclusiveArch: %{grafana_arches}
|
||||||
|
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1752991
|
||||||
|
# unfortunately the golang_arches macro of go-srpm-macros doesn't reflect that change yet
|
||||||
|
ExcludeArch: i686
|
||||||
|
|
||||||
# omit golang debugsource, see BZ995136 and related
|
# omit golang debugsource, see BZ995136 and related
|
||||||
%global dwz_low_mem_die_limit 0
|
%global dwz_low_mem_die_limit 0
|
||||||
%global _debugsource_template %{nil}
|
%global _debugsource_template %{nil}
|
||||||
@ -627,6 +631,10 @@ export GO111MODULE=off
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 05 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.4-1
|
||||||
|
- update to 6.7.4 tagged upstream community sources, see CHANGELOG
|
||||||
|
- security fix for CVE-2020-13379
|
||||||
|
|
||||||
* Tue Apr 28 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.3-1
|
* Tue Apr 28 2020 Andreas Gerstmayr <agerstmayr@redhat.com> 6.7.3-1
|
||||||
- update to 6.7.3 tagged upstream community sources, see CHANGELOG
|
- update to 6.7.3 tagged upstream community sources, see CHANGELOG
|
||||||
- add scripts to list Go dependencies and bundled npmjs dependencies
|
- add scripts to list Go dependencies and bundled npmjs dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user