Sync from SUSE:SLFO:Main wireless-regdb revision 0afcf4aeec8b5468201c3b07343f5714
This commit is contained in:
parent
294e6adeb2
commit
e9a9ada0bd
4
_service
4
_service
@ -1,12 +1,12 @@
|
||||
<services>
|
||||
<service mode="disabled" name="obs_scm">
|
||||
<service mode="manual" 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="changesgenerate">enable</param>
|
||||
<param name="filename">wireless-regdb</param>
|
||||
<param name="versionformat">%cd</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version"/>
|
||||
<service mode="manual" name="set_version"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -3,4 +3,4 @@
|
||||
<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>
|
||||
<param name="changesrevision">37dcea0e6e5effb4228fe385e906edba3cbee389</param></service></servicedata>
|
BIN
wireless-regdb-20230503.obscpio
(Stored with Git LFS)
BIN
wireless-regdb-20230503.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
wireless-regdb-20231201.obscpio
(Stored with Git LFS)
Normal file
BIN
wireless-regdb-20231201.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: wireless-regdb
|
||||
version: 20230503
|
||||
mtime: 1683135642
|
||||
commit: 43f81b4d0819ae1f9f6e31af7f563e9135aec9b6
|
||||
version: 20231201
|
||||
mtime: 1701443277
|
||||
commit: 37dcea0e6e5effb4228fe385e906edba3cbee389
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wireless-regdb
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,12 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!_firmwaredir:%define _firmwaredir /lib/firmware}
|
||||
|
||||
Name: wireless-regdb
|
||||
Version: 20230503
|
||||
Version: 20231201
|
||||
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
|
||||
@ -31,7 +32,7 @@ The 802.11 regulatory domain database is used by CRDA and provides allowed
|
||||
frequency ranges for 802.11 wireless drivers.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user