Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Sam Feifer
3a728b088c Fix recursive macro definition error in rpminspect 2025-12-03 10:13:04 -05:00
Sam Feifer
7b0c1da454 Fix grafana-selinux cgroups denials 2025-12-02 15:16:24 -05:00
Jan Kurik
46b52069d0 Use default gating config 2025-10-15 08:30:55 +00:00
Alejandro Sáez
a806424a30 rebuild 2025-10-10 14:37:22 +02:00
Jan Kurik
a1291fb28e Reworked gating to use CentOS test repository 2025-09-25 07:24:28 +00:00
Jan Kurik
28c9808c05 Reworked gating to use CentOS test repository 2025-09-25 07:24:28 +00:00
Maxwell G
23e030d974 Rebuild for golang-1.25.0 2025-08-15 17:54:06 -05:00
Fedora Release Engineering
872b376f01 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-24 16:34:03 +00:00
5 changed files with 34 additions and 12 deletions

7
ci.fmf
View file

@ -1,2 +1,5 @@
---
resultsdb-testcase: separate
/gating:
plan:
import:
name: /plans/gating
url: https://gitlab.com/redhat/centos-stream/tests/grafana.git

View file

@ -4,4 +4,4 @@ product_versions:
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating.functional}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}

View file

@ -19,13 +19,14 @@
end}
%global gomodulesmode GO111MODULE=auto
%global gotestflags %{gotestflags} -tags=integration
%global _gotestflags_save %{?gotestflags}
%global gotestflags %{?_gotestflags_save} -tags=integration
%global selinux_variants mls targeted
Name: grafana
Version: 10.2.6
Release: 17%{?dist}
Release: 22%{?dist}
Summary: Metrics dashboard and graph editor
License: AGPL-3.0-only
URL: https://grafana.org
@ -1025,6 +1026,21 @@ done
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/*/active/modules/200/grafana
%changelog
* Wed Dec 3 2025 Sam Feifer <sfeifer@redhat.com> - 10.2.6-22
- Fix recursive macro definition causing rpminspect failure
* Tue Dec 2 2025 Sam Feifer <sfeifer@redhat.com> - 10.2.6-21
- Fix grafana-selinux cgroups denials
* Fri Oct 10 2025 Alejandro Sáez <asm@redhat.com> - 10.2.6-20
- rebuild
* Fri Aug 15 2025 Maxwell G <maxwell@gtmx.me> - 10.2.6-19
- Rebuild for golang-1.25.0
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 10.2.6-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jul 16 2025 Sam Feifer <sfeifer@redhat.com> - 10.2.6-17
- Backport selinux policy changes
- Backport selinux packaging changes in the spec file

View file

@ -108,6 +108,16 @@ allow grafana_t self:unix_stream_socket connectto;
allow grafana_t self:netlink_route_socket { create bind getattr nlmsg_read };
optional_policy(`
require {
type cgroup_t;
class dir { search };
class file { open read };
}
allow grafana_t cgroup_t:dir search;
allow grafana_t cgroup_t:file { open read };
')
optional_policy(`
require {
type smtp_port_t;

View file

@ -1,7 +0,0 @@
summary: CI Gating Plan
discover:
how: fmf
filter: tag:gating
url: https://src.fedoraproject.org/tests/grafana
execute:
how: tmt