Skip to content

Commit

Permalink
PMM-12254 Update grafana spec to 9.2.20 (#2315)
Browse files Browse the repository at this point in the history
* PMM-12254 Update grafana spec to 9.2.20

* PMM-12254 Use commit hash for Grafana 9.2.20

---------

Co-authored-by: Nurlan Moldomurov <[email protected]>
  • Loading branch information
matejkubinec and BupycHuk committed Jun 29, 2023
1 parent 4224035 commit 249eae5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build/packages/rpm/server/SPECS/grafana.spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
%global debug_package %{nil}
%global commit f84a7c35000e11a2f4684852fd657f814381558c
%global commit 7ff49f34a3998067fa1ea480c07e0c74939ea306
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%define build_timestamp %(date -u +"%y%m%d%H%M")
%define release 99
%define grafana_version 9.2.18
%define release 100
%define grafana_version 9.2.20
%define full_pmm_version 2.0.0
%define full_version v%{grafana_version}-%{full_pmm_version}
%define rpm_release %{release}.%{build_timestamp}.%{shortcommit}%{?dist}
Expand Down Expand Up @@ -84,6 +84,9 @@ getent passwd grafana >/dev/null || \
exit 0

%changelog
* Tue Jun 27 2023 Matej Kubinec <[email protected]> - 9.2.20-1
- PMM-12254 Grafana 9.2.20

* Thu May 18 2023 Matej Kubinec <[email protected]> - 9.2.18-1
- PMM-12114 Grafana 9.2.18

Expand Down

0 comments on commit 249eae5

Please sign in to comment.