wireless-regdb/wireless-regdb.spec
Martin Pluskal 14d352e12b Accepting request 997606 from home:dirkmueller:Factory
- Update to version 20220812:
  * wireless-regdb: update regulatory database based on preceding changes
  * wireless-regdb: update 5 GHz rules for PK and add 60 GHz rule
  * wireless-regdb: add 5 GHz rules for GY
  * wireless-regdb: update regulatory database based on preceding changes
  * wireless-regdb: Unify 6 GHz rules for EU contries
  * wireless-regdb: Remove AUTO-BW from 6 GHz rules
  * wireless-regdb: update regulatory rules for Bulgaria (BG) on 6GHz
  * Regulatory update for 6 GHz operation in FI
  * Regulatory update for 6 GHz operation in United States (US)
  * Regulatory update for 6 GHz operation in Canada (CA)

OBS-URL: https://build.opensuse.org/request/show/997606
OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=89
2022-08-23 08:58:31 +00:00

54 lines
1.5 KiB
RPMSpec

#
# spec file for package wireless-regdb
#
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: wireless-regdb
Version: 20220812
Release: 0
Summary: 802.11 regulatory domain database
License: ISC
Group: Hardware/Wifi
URL: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
%description
The 802.11 regulatory domain database is used by CRDA and provides allowed
frequency ranges for 802.11 wireless drivers.
%prep
%setup -q
%build
%install
%make_install FIRMWARE_PATH="%{_firmwaredir}"
%files
%license LICENSE
%doc README
%{_firmwaredir}/regulatory.db
%{_firmwaredir}/regulatory.db.p7s
%dir %{_prefix}/lib/crda
%{_prefix}/lib/crda/regulatory.bin
%dir %{_prefix}/lib/crda/pubkeys
%{_prefix}/lib/crda/pubkeys/*pem
%{_mandir}/man5/regulatory.db.5%{?ext_man}
%{_mandir}/man5/regulatory.bin.5%{?ext_man}
%changelog