Compare commits

...

1 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
a1667cc997 import CS radii-1.0.0-1.el10 2026-04-07 06:33:38 -04:00
5 changed files with 16 additions and 18 deletions

View File

@ -1 +0,0 @@
1

4
.gitignore vendored
View File

@ -1,2 +1,2 @@
/radii-1.0.0-vendor.tar.gz
/radii-1.0.0.tar.gz
radii-1.0.0-vendor.tar.gz
radii-1.0.0.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 CI test plan
discover:
how: fmf
url: https://github.com/mizdebsk/radii-tests
filter: tier:0
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
%global goipath github.com/mizdebsk/radii
%global tag %{version}
%gometa -L -f
@ -63,4 +73,7 @@ install -p -m 644 completions/rhel-drivers.bash %{buildroot}%{_datadir}/bash-com
%{_datadir}/bash-completion
%changelog
%autochangelog
## START: Generated by rpmautospec
* Wed Mar 18 2026 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:1.0.0-1
- Initial packaging
## END: Generated by rpmautospec