Compare commits

...

1 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
1e670f2264 import CS radii-hwdata-nv-0.23.48.01-1.el10 2026-04-07 06:33:48 -04:00
5 changed files with 15 additions and 17 deletions

View File

@ -1 +0,0 @@
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

View File

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

View File

@ -1,7 +0,0 @@
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,3 +1,13 @@
## 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
@ -29,4 +39,7 @@ jq empty %{buildroot}%{_datadir}/%{name}/hwdata-nv.json
%doc README.md
%changelog
%autochangelog
## START: Generated by rpmautospec
* Wed Mar 18 2026 Mikolaj Izdebski <mizdebsk@redhat.com> - 0.23.48.01-1
- Initial packaging
## END: Generated by rpmautospec