Compare commits

...

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

10 changed files with 32 additions and 8 deletions

3
.gitignore vendored
View File

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

View File

@ -1 +1 @@
7497261fb28a7a64586dc4edee4e8f85d70a1341 SOURCES/wireless-regdb-2023.09.01.tar.xz
b7652a04b38e371282286863be0a587f79d29b60 wireless-regdb-2020.11.20.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-2020.11.20.tar.xz) = 93764e677c4d5cdcb4e927bff206c646061fe1e65896dd63f683e145d45917545b4e08caa14bfb3ea04ffb85438935503bbde386cbabfef2804905e508ecf7a0

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,8 +1,8 @@
%global _firmwarepath /usr/lib/firmware
Name: wireless-regdb
Version: 2023.09.01
Release: 1%{?dist}
Version: 2020.11.20
Release: 6%{?dist}
Summary: Regulatory database for 802.11 wireless networking
License: ISC
@ -62,10 +62,6 @@ rm -rf %{buildroot}/usr/lib/crda
%changelog
* Wed Sep 06 2023 Jose Ignacio Tornos Martinez <jtornosm@redhat.com> - 2023.09.01-1
- Update to version 2023.09.01 from upstream
- Resolves: RHEL-2362
* Mon Nov 22 2021 Michal Schmidt <mschmidt@redhat.com> - 2020.11.20-6
- To let the Obsoletes fix land, enable gating, bump release.
- Resolves: rhbz#1997398