Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e670f2264 |
@ -1 +0,0 @@
|
||||
1
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/radii-hwdata-nv-0.23.48.01.tar.gz
|
||||
radii-hwdata-nv-0.23.48.01.tar.gz
|
||||
|
||||
@ -1,7 +0,0 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user