Compare commits

..

No commits in common. "c9-beta" and "c9s" have entirely different histories.
c9-beta ... c9s

10 changed files with 36 additions and 3 deletions

5
.gitignore vendored
View File

@ -1 +1,4 @@
SOURCES/wireless-regdb-2023.09.01.tar.xz /wireless-regdb-2020.04.29.tar.xz
/wireless-regdb-2020.11.20.tar.xz
/wireless-regdb-2023.09.01.tar.xz
/wireless-regdb-2024.01.23.tar.xz

View File

@ -1 +0,0 @@
7497261fb28a7a64586dc4edee4e8f85d70a1341 SOURCES/wireless-regdb-2023.09.01.tar.xz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (wireless-regdb-2024.01.23.tar.xz) = 09cf2308e459bbc5755cf648aa9afcfac7232391f189403000091eef3ae4265c99c0df3364160ef48a2efa3ce6443099ac735c1d82e03f0f24f7017872afbdba

11
tests/scripts/run_tests.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
#
# Begin wih a very simple, "does the file exist?" check...
#
if [ ! -f /usr/lib/firmware/regulatory.db ]
then
exit 1 # no regulatory database installed, so fail
fi
exit 0 # got here? indicate success...

9
tests/tests.yml Normal file
View File

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: scripts
run: ./run_tests.sh

View File

@ -1,7 +1,7 @@
%global _firmwarepath /usr/lib/firmware %global _firmwarepath /usr/lib/firmware
Name: wireless-regdb Name: wireless-regdb
Version: 2023.09.01 Version: 2024.01.23
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regulatory database for 802.11 wireless networking Summary: Regulatory database for 802.11 wireless networking
@ -62,6 +62,10 @@ rm -rf %{buildroot}/usr/lib/crda
%changelog %changelog
* Wed Apr 24 2024 Jose Ignacio Tornos Martinez <jtornosm@redhat.com> - 2024.01.23-1
- Update to version 2024.01.23 from upstream
- Resolves: RHEL-33980
* Wed Sep 06 2023 Jose Ignacio Tornos Martinez <jtornosm@redhat.com> - 2023.09.01-1 * Wed Sep 06 2023 Jose Ignacio Tornos Martinez <jtornosm@redhat.com> - 2023.09.01-1
- Update to version 2023.09.01 from upstream - Update to version 2023.09.01 from upstream
- Resolves: RHEL-2362 - Resolves: RHEL-2362