Compare commits

..

No commits in common. "c10-beta" and "c10s" have entirely different histories.

5 changed files with 17 additions and 15 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

2
.gitignore vendored
View File

@ -1 +1 @@
radii-hwdata-nv-0.23.48.01.tar.gz
/radii-hwdata-nv-0.23.48.01.tar.gz

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-10
decision_contexts:
- osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

7
plans/tier0.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: radii-hwdata-nv CI test plan
discover:
how: fmf
url: https://github.com/mizdebsk/radii-tests
filter: tier:0 & tag:hwdata-nv
execute:
how: tmt

View File

@ -1,13 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.6.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
Name: radii-hwdata-nv
Version: 0.23.48.01
Release: %autorelease
@ -39,7 +29,4 @@ jq empty %{buildroot}%{_datadir}/%{name}/hwdata-nv.json
%doc README.md
%changelog
## START: Generated by rpmautospec
* Wed Mar 18 2026 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.23.48.01-1
- Initial packaging
## END: Generated by rpmautospec
%autochangelog