Compare commits

1 Commits
main ... 1.1

7 changed files with 19 additions and 67 deletions

View File

@@ -1,15 +1,12 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git</param>
<service mode="disabled" name="obs_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git</param>
<param name="scm">git</param>
<param name="revision">master-2025-02-20</param>
<param name="changesgenerate">enable</param>
<param name="filename">wireless-regdb</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">master-(.*)-(.*)-(.*)</param>
<param name="versionrewrite-replacement">\1\2\3</param>
<param name="versionformat">%cd</param>
</service>
<service mode="manual" name="set_version"/>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>

View File

@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/wens/wireless-regdb.git</param>
<param name="changesrevision">c2f11e2333f0d6dc66141d2c48c522815f6331d6</param>
</service>
</servicedata>
<service name="tar_scm">
<param name="url">git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git</param>
<param name="changesrevision">68a8f2f89cc58989bf4c1ade4757b2d5b680127e</param></service><service name="tar_scm">
<param name="url">https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git</param>
<param name="changesrevision">43f81b4d0819ae1f9f6e31af7f563e9135aec9b6</param></service></servicedata>

BIN
wireless-regdb-20230503.obscpio LFS Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,46 +1,3 @@
-------------------------------------------------------------------
Sat Mar 29 23:14:18 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 20250220 (boo#1240356):
* Update regulatory info for Oman (OM)
* Update regulatory rules for Iran (IR) on both 2.4 and 5Ghz for 2021
* Update regulatory info for Cayman Islands (KY) for 2024
* Update regulatory rules for Austria (AT)
* Permit 320 MHz bandwidth in 6 GHz band in ETSI/CEPT
* Update regulatory rules for Armenia (AM) on 2.4 and 5 GHz
* Update regulatory info for Azerbaijan (AZ) on 6GHz for 2024
-------------------------------------------------------------------
Thu Jan 4 08:42:09 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
- Update to version 20231201:
* wireless-regdb: Update keys and maintainer information
-------------------------------------------------------------------
Mon Sep 18 10:24:11 UTC 2023 - Ivan Ivanov <ivan.ivanov@suse.com>
- Define %{_firmwaredir} if not defined. This fixes RPM build errors.
-------------------------------------------------------------------
Thu Sep 7 08:26:03 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Update to version 20230901:
* wireless-regdb: update regulatory database based on preceding changes
* wireless-regdb: Update regulatory rules for Australia (AU) for June 2023
-------------------------------------------------------------------
Fri Jul 28 08:47:49 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Update to version 20230721:
* wireless-regdb: Update regulatory info for Türkiye (TR)
* wireless-regdb: Update regulatory rules for Egypt (EG) from March 2022 guidelines
-------------------------------------------------------------------
Fri Jun 9 11:44:24 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Update to version 20230601:
* wireless-regdb: Update regulatory rules for Philippines (PH)
-------------------------------------------------------------------
Tue May 9 10:43:40 UTC 2023 - Martin Pluskal <mpluskal@suse.com>

View File

@@ -1,4 +1,4 @@
name: wireless-regdb
version: 20250220
mtime: 1740041137
commit: c2f11e2333f0d6dc66141d2c48c522815f6331d6
version: 20230503
mtime: 1683135642
commit: 43f81b4d0819ae1f9f6e31af7f563e9135aec9b6

View File

@@ -1,8 +1,7 @@
#
# spec file for package wireless-regdb
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +16,12 @@
#
%{?!_firmwaredir:%define _firmwaredir /lib/firmware}
Name: wireless-regdb
Version: 20250220
Version: 20230503
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
@@ -33,7 +31,7 @@ The 802.11 regulatory domain database is used by CRDA and provides allowed
frequency ranges for 802.11 wireless drivers.
%prep
%autosetup
%setup -q
%build