import CS grafana-10.2.6-11.el9_6
This commit is contained in:
parent
2b90e3a621
commit
e1d40d7d2d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/grafana-10.2.6.tar.gz
|
SOURCES/grafana-10.2.6.tar.gz
|
||||||
SOURCES/grafana-vendor-10.2.6-9.tar.xz
|
SOURCES/grafana-vendor-10.2.6-11.tar.xz
|
||||||
SOURCES/grafana-webpack-10.2.6-9.tar.gz
|
SOURCES/grafana-webpack-10.2.6-11.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
5c65a9460e0d0ecff29e397b5889b4167f046142 SOURCES/grafana-10.2.6.tar.gz
|
5c65a9460e0d0ecff29e397b5889b4167f046142 SOURCES/grafana-10.2.6.tar.gz
|
||||||
80512e6390fd349f9511269026061a2342f3f613 SOURCES/grafana-vendor-10.2.6-9.tar.xz
|
80512e6390fd349f9511269026061a2342f3f613 SOURCES/grafana-vendor-10.2.6-11.tar.xz
|
||||||
128ba33fc426b99ef66e9230a9c68925b9822b85 SOURCES/grafana-webpack-10.2.6-9.tar.gz
|
128ba33fc426b99ef66e9230a9c68925b9822b85 SOURCES/grafana-webpack-10.2.6-11.tar.gz
|
||||||
|
0
SOURCES/build_frontend.sh
Normal file → Executable file
0
SOURCES/build_frontend.sh
Normal file → Executable file
0
SOURCES/create_bundles.sh
Normal file → Executable file
0
SOURCES/create_bundles.sh
Normal file → Executable file
0
SOURCES/create_bundles_in_container.sh
Normal file → Executable file
0
SOURCES/create_bundles_in_container.sh
Normal file → Executable file
0
SOURCES/list_bundled_nodejs_packages.py
Normal file → Executable file
0
SOURCES/list_bundled_nodejs_packages.py
Normal file → Executable file
@ -25,7 +25,7 @@ end}
|
|||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 10.2.6
|
Version: 10.2.6
|
||||||
Release: 9%{?dist}
|
Release: 11%{?dist}
|
||||||
Summary: Metrics dashboard and graph editor
|
Summary: Metrics dashboard and graph editor
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
URL: https://grafana.org
|
URL: https://grafana.org
|
||||||
@ -36,13 +36,13 @@ Source0: https://github.com/grafana/grafana/archive/v%{version}/%{name}
|
|||||||
# Source1 contains the bundled Go and Node.js dependencies
|
# Source1 contains the bundled Go and Node.js dependencies
|
||||||
# Note: In case there were no changes to this tarball, the NVR of this tarball
|
# Note: In case there were no changes to this tarball, the NVR of this tarball
|
||||||
# lags behind the NVR of this package.
|
# lags behind the NVR of this package.
|
||||||
Source1: grafana-vendor-%{version}-9.tar.xz
|
Source1: grafana-vendor-%{version}-11.tar.xz
|
||||||
|
|
||||||
%if %{compile_frontend} == 0
|
%if %{compile_frontend} == 0
|
||||||
# Source2 contains the precompiled frontend
|
# Source2 contains the precompiled frontend
|
||||||
# Note: In case there were no changes to this tarball, the NVR of this tarball
|
# Note: In case there were no changes to this tarball, the NVR of this tarball
|
||||||
# lags behind the NVR of this package.
|
# lags behind the NVR of this package.
|
||||||
Source2: grafana-webpack-%{version}-9.tar.gz
|
Source2: grafana-webpack-%{version}-11.tar.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Source3 contains the systemd-sysusers configuration
|
# Source3 contains the systemd-sysusers configuration
|
||||||
@ -1030,17 +1030,17 @@ fi
|
|||||||
%{_datadir}/selinux/*/grafana.pp
|
%{_datadir}/selinux/*/grafana.pp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 25 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-9
|
* Tue Mar 25 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-11
|
||||||
- Resolves RHEL-84634: CVE-2025-30204
|
- Resolves RHEL-84636: CVE-2025-30204
|
||||||
|
|
||||||
* Wed Jan 29 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-8
|
* Wed Jan 29 2025 Sam Feifer <sfeifer@redhat.com> 10.2.6-10
|
||||||
- Resolves RHEL-75922: grafana selinux issue with autofs_t
|
- Resolves RHEL-75919: grafana selinux issue with autofs_t
|
||||||
|
|
||||||
* Wed Oct 16 2024 Sam Feifer <sfeifer@redhat.com> 10.2.6-7
|
* Thu Dec 5 2024 Sam Feifer <sfeifer@redhat.com> 10.2.6-9
|
||||||
- Resolves RHEL-62308: CVE-2024-47875
|
- Resolves RHEL-69939: allow mssql datasource in selinux policy
|
||||||
|
|
||||||
* Fri Sep 27 2024 Sam Feifer <sfeifer@redhat.com> 10.2.6-6
|
* Wed Oct 16 2024 Sam Feifer <sfeifer@redhat.com> 10.2.6-8
|
||||||
- Resolves: RHEL-57927
|
- Resolves RHEL-62312: CVE-2024-47875
|
||||||
|
|
||||||
* Fri Jul 19 2024 Lauren Chilton <lchilton@redhat.com> 10.2.6-5
|
* Fri Jul 19 2024 Lauren Chilton <lchilton@redhat.com> 10.2.6-5
|
||||||
- Resolves RHEL-47185
|
- Resolves RHEL-47185
|
||||||
|
Loading…
Reference in New Issue
Block a user