Compare commits
No commits in common. "c10s" and "c8s-stream-5.30" have entirely different histories.
c10s
...
c8s-stream
@ -1 +0,0 @@
|
|||||||
1
|
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
/Test-FailWarnings-0.003.tar.gz
|
SOURCES/Test-FailWarnings-0.008.tar.gz
|
||||||
/Test-FailWarnings-0.005.tar.gz
|
|
||||||
/Test-FailWarnings-0.006.tar.gz
|
|
||||||
/Test-FailWarnings-0.007.tar.gz
|
|
||||||
/Test-FailWarnings-0.008.tar.gz
|
|
||||||
|
1
.perl-Test-FailWarnings.metadata
Normal file
1
.perl-Test-FailWarnings.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
1143fb4d9882fed555b37cd6869a4f577cde6ad5 SOURCES/Test-FailWarnings-0.008.tar.gz
|
120
SPECS/perl-Test-FailWarnings.spec
Normal file
120
SPECS/perl-Test-FailWarnings.spec
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
Name: perl-Test-FailWarnings
|
||||||
|
Version: 0.008
|
||||||
|
Release: 13%{?dist}
|
||||||
|
Summary: Add test failures if warnings are caught
|
||||||
|
License: ASL 2.0
|
||||||
|
|
||||||
|
URL: http://search.cpan.org/dist/Test-FailWarnings/
|
||||||
|
Source0: http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildArch: noarch
|
||||||
|
BuildRequires: perl-interpreter
|
||||||
|
BuildRequires: perl-generators
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.17
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
# Run-time:
|
||||||
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(Cwd)
|
||||||
|
BuildRequires: perl(File::Spec)
|
||||||
|
BuildRequires: perl(Test::More) >= 0.86
|
||||||
|
# Tests:
|
||||||
|
BuildRequires: perl(Capture::Tiny) >= 0.12
|
||||||
|
BuildRequires: perl(constant)
|
||||||
|
BuildRequires: perl(File::Spec::Functions)
|
||||||
|
BuildRequires: perl(File::Temp)
|
||||||
|
BuildRequires: perl(IO::Handle)
|
||||||
|
BuildRequires: perl(IPC::Open3)
|
||||||
|
BuildRequires: perl(lib)
|
||||||
|
BuildRequires: perl(List::Util)
|
||||||
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
|
|
||||||
|
%{?perl_default_filter}
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module hooks $SIG{__WARN__} and converts warnings to Test::More's
|
||||||
|
fail() calls. It is designed to be used with done_testing, when you don't
|
||||||
|
need to know the test count in advance.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n Test-FailWarnings-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
||||||
|
|
||||||
|
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc Changes CONTRIBUTING LICENSE README
|
||||||
|
%{perl_vendorlib}/*
|
||||||
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-13
|
||||||
|
- Rebuild with enable hardening (bug #1636329)
|
||||||
|
|
||||||
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-10
|
||||||
|
- Perl 5.26 rebuild
|
||||||
|
|
||||||
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-8
|
||||||
|
- Perl 5.24 rebuild
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-6
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-5
|
||||||
|
- Perl 5.22 rebuild
|
||||||
|
|
||||||
|
* Fri Jan 09 2015 Petr Pisar <ppisar@redhat.com> - 0.008-4
|
||||||
|
- Specify all dependencies
|
||||||
|
|
||||||
|
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
|
||||||
|
- Perl 5.20 rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Sep 29 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.008-1
|
||||||
|
- Update to 0.008
|
||||||
|
|
||||||
|
* Sun Sep 01 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.007-1
|
||||||
|
- Update to 0.007
|
||||||
|
|
||||||
|
* Sun Aug 25 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.006-1
|
||||||
|
- Update to 0.006
|
||||||
|
|
||||||
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-3
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.005-2
|
||||||
|
- Perl 5.18 rebuild
|
||||||
|
|
||||||
|
* Wed May 08 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.005-1
|
||||||
|
- Update to 0.005
|
||||||
|
|
||||||
|
* Fri May 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.003-2
|
||||||
|
- Take into account review comments (#957466)
|
||||||
|
|
||||||
|
* Sun Apr 28 2013 Emmanuel Seyman <emmanuel@seyman.fr> 0.003-1
|
||||||
|
- Specfile autogenerated by cpanspec 1.78.
|
@ -1,7 +0,0 @@
|
|||||||
# RHEL
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-*
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
|
@ -1,222 +0,0 @@
|
|||||||
Name: perl-Test-FailWarnings
|
|
||||||
Version: 0.008
|
|
||||||
Release: 36%{?dist}
|
|
||||||
Summary: Add test failures if warnings are caught
|
|
||||||
License: Apache-2.0
|
|
||||||
|
|
||||||
URL: https://metacpan.org/release/Test-FailWarnings
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Test-FailWarnings-%{version}.tar.gz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: make
|
|
||||||
BuildRequires: perl-generators
|
|
||||||
BuildRequires: perl-interpreter
|
|
||||||
BuildRequires: perl(Config)
|
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
||||||
BuildRequires: perl(strict)
|
|
||||||
BuildRequires: perl(warnings)
|
|
||||||
# Run-time:
|
|
||||||
BuildRequires: perl(Carp)
|
|
||||||
BuildRequires: perl(Cwd)
|
|
||||||
BuildRequires: perl(File::Spec)
|
|
||||||
BuildRequires: perl(Test::More) >= 0.86
|
|
||||||
# Tests:
|
|
||||||
BuildRequires: perl(blib)
|
|
||||||
BuildRequires: perl(Capture::Tiny) >= 0.12
|
|
||||||
BuildRequires: perl(constant)
|
|
||||||
BuildRequires: perl(File::Spec::Functions)
|
|
||||||
BuildRequires: perl(File::Temp)
|
|
||||||
BuildRequires: perl(IO::Handle)
|
|
||||||
BuildRequires: perl(IPC::Open3)
|
|
||||||
BuildRequires: perl(lib)
|
|
||||||
BuildRequires: perl(List::Util)
|
|
||||||
|
|
||||||
%{?perl_default_filter}
|
|
||||||
|
|
||||||
# Remove private test modules
|
|
||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(Noisy\\)$
|
|
||||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(Noisy\\)$
|
|
||||||
|
|
||||||
%description
|
|
||||||
This module hooks $SIG{__WARN__} and converts warnings to Test::More's
|
|
||||||
fail() calls. It is designed to be used with done_testing, when you don't
|
|
||||||
need to know the test count in advance.
|
|
||||||
|
|
||||||
%package tests
|
|
||||||
Summary: Tests for %{name}
|
|
||||||
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
||||||
Requires: perl-Test-Harness
|
|
||||||
|
|
||||||
%description tests
|
|
||||||
Tests from %{name}. Execute them
|
|
||||||
with "%{_libexecdir}/%{name}/test".
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q -n Test-FailWarnings-%{version}
|
|
||||||
# Help generators to recognize Perl scripts
|
|
||||||
for F in t/*.t t/bin/*; do
|
|
||||||
perl -i -MConfig -ple 'print $Config{startperl} if $. == 1 && !s{\A#!.*perl\b}{$Config{startperl}}' "$F"
|
|
||||||
chmod +x "$F"
|
|
||||||
done
|
|
||||||
|
|
||||||
%build
|
|
||||||
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
||||||
%{make_build}
|
|
||||||
|
|
||||||
%install
|
|
||||||
%{make_install}
|
|
||||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
|
||||||
# Install tests
|
|
||||||
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
|
||||||
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
|
||||||
# Remove author tests.
|
|
||||||
rm -f %{buildroot}%{_libexecdir}/%{name}/t/00-compile.t
|
|
||||||
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
|
|
||||||
#!/bin/sh
|
|
||||||
cd %{_libexecdir}/%{name} && exec prove -I . -j "$(getconf _NPROCESSORS_ONLN)"
|
|
||||||
EOF
|
|
||||||
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
|
|
||||||
|
|
||||||
%check
|
|
||||||
%{make_build} test
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc Changes CONTRIBUTING LICENSE README
|
|
||||||
%{perl_vendorlib}/*
|
|
||||||
%{_mandir}/man3/*
|
|
||||||
|
|
||||||
%files tests
|
|
||||||
%{_libexecdir}/%{name}
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.008-36
|
|
||||||
- Bump release for October 2024 mass rebuild:
|
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Tue Aug 20 2024 Michal Josef Špaček <mspacek@redhat.com> - 0.008-35
|
|
||||||
- Package tests
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.008-34
|
|
||||||
- Bump release for June 2024 mass rebuild
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-33
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-32
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-31
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 01 2023 Michal Josef Špaček <mspacek@redhat.com> - 0.008-30
|
|
||||||
- Update license to SPDX format
|
|
||||||
|
|
||||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-29
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-28
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-27
|
|
||||||
- Perl 5.36 rebuild
|
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-26
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Dec 24 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 0.008-25
|
|
||||||
- Replace %%{__perl} with /usr/bin/perl
|
|
||||||
- Use %%{make_build} and %%{make_install} where appropriate
|
|
||||||
- Pass NO_PACKLIST and NO_PERLLOCAL to Makefile.PL
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-24
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-23
|
|
||||||
- Perl 5.34 rebuild
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-22
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-21
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-20
|
|
||||||
- Perl 5.32 rebuild
|
|
||||||
|
|
||||||
* Tue Mar 17 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-19
|
|
||||||
- Add perl(blib) for tests
|
|
||||||
|
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-18
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-17
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-16
|
|
||||||
- Perl 5.30 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-14
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-13
|
|
||||||
- Perl 5.28 rebuild
|
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-10
|
|
||||||
- Perl 5.26 rebuild
|
|
||||||
|
|
||||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-8
|
|
||||||
- Perl 5.24 rebuild
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.008-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-5
|
|
||||||
- Perl 5.22 rebuild
|
|
||||||
|
|
||||||
* Fri Jan 09 2015 Petr Pisar <ppisar@redhat.com> - 0.008-4
|
|
||||||
- Specify all dependencies
|
|
||||||
|
|
||||||
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.008-3
|
|
||||||
- Perl 5.20 rebuild
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.008-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Sep 29 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.008-1
|
|
||||||
- Update to 0.008
|
|
||||||
|
|
||||||
* Sun Sep 01 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.007-1
|
|
||||||
- Update to 0.007
|
|
||||||
|
|
||||||
* Sun Aug 25 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.006-1
|
|
||||||
- Update to 0.006
|
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.005-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 23 2013 Petr Pisar <ppisar@redhat.com> - 0.005-2
|
|
||||||
- Perl 5.18 rebuild
|
|
||||||
|
|
||||||
* Wed May 08 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.005-1
|
|
||||||
- Update to 0.005
|
|
||||||
|
|
||||||
* Fri May 03 2013 Emmanuel Seyman <emmanuel@seyman.fr> - 0.003-2
|
|
||||||
- Take into account review comments (#957466)
|
|
||||||
|
|
||||||
* Sun Apr 28 2013 Emmanuel Seyman <emmanuel@seyman.fr> 0.003-1
|
|
||||||
- Specfile autogenerated by cpanspec 1.78.
|
|
@ -1,5 +0,0 @@
|
|||||||
summary: Sanity tests
|
|
||||||
discover:
|
|
||||||
how: fmf
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
@ -1,12 +0,0 @@
|
|||||||
summary: Upstream tests
|
|
||||||
contact: Michal Josef Spacek <mspacek@redhat.com>
|
|
||||||
component: perl-Test-FailWarnings
|
|
||||||
require: perl-Test-FailWarnings-tests
|
|
||||||
test: /usr/libexec/perl-Test-FailWarnings/test
|
|
||||||
enabled: true
|
|
||||||
tag:
|
|
||||||
- rhel-buildroot
|
|
||||||
adjust:
|
|
||||||
- enabled: false
|
|
||||||
when: distro < rhel-10 or distro < centos-stream-10
|
|
||||||
continue: false
|
|
Loading…
Reference in New Issue
Block a user