Skip to content

Commit

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

* 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]>

* PMM-12254 Use hash from release branch

---------

Co-authored-by: Nurlan Moldomurov <[email protected]>
  • Loading branch information
matejkubinec and BupycHuk authored Jun 29, 2023
1 parent 4d92125 commit dc0cd38
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 87ca3167d2d7497a10fd34554da8692765636f20
%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 dc0cd38

Please sign in to comment.