- Update to version 20191029:

* regdb: fix compatibility with python2
  * wireless-regdb: Update regulatory rules for Russia (RU)
  * wireless-regdb: Harmonize ranges of CEPT countries (stand of July 2019)
  * wireless-regdb: Fix ranges of EU countries as they are harmonized since 2014
  * wireless-regdb: Extend 5470-5725 MHz range to 5730 MHz for Taiwan (TW)
  * wireless-regdb: Fix overlapping ranges for Switzerland and Liechtenstein
  * wireless-regdb: update regulatory database based on preceding changes
- Switch to _service
- Update project url

OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=59
This commit is contained in:
Martin Pluskal 2020-03-23 07:57:22 +00:00 committed by Git OBS Bridge
parent d8b7b8e861
commit c199741b75
7 changed files with 45 additions and 7 deletions

15
_service Normal file
View File

@ -0,0 +1,15 @@
<services>
<service mode="disabled" name="obs_scm">
<param name="url">git://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 name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<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">651e39dee8605995b736b6056c6f7dc5c5a9c948</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd917ed86b63ce8d93947979f1f18948f03a4ac0ad89ec25227b36ac00dc54bf
size 23176

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c41404b83e8996cc2ce8554e68b590dfbed8af18efb9c5ee457806cbc242e708
size 128523

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Mar 23 07:55:41 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 20191029:
* regdb: fix compatibility with python2
* wireless-regdb: Update regulatory rules for Russia (RU)
* wireless-regdb: Harmonize ranges of CEPT countries (stand of July 2019)
* wireless-regdb: Fix ranges of EU countries as they are harmonized since 2014
* wireless-regdb: Extend 5470-5725 MHz range to 5730 MHz for Taiwan (TW)
* wireless-regdb: Fix overlapping ranges for Switzerland and Liechtenstein
* wireless-regdb: update regulatory database based on preceding changes
- Switch to _service
- Update project url
-------------------------------------------------------------------
Thu Jun 13 14:05:22 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

5
wireless-regdb.obsinfo Normal file
View File

@ -0,0 +1,5 @@
name: wireless-regdb
version: 20191029
mtime: 1572357053
commit: 651e39dee8605995b736b6056c6f7dc5c5a9c948

View File

@ -1,7 +1,7 @@
#
# spec file for package wireless-regdb
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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 +17,13 @@
Name: wireless-regdb
Version: 2019.06.03
Version: 20191029
Release: 0
Summary: 802.11 regulatory domain database
License: ISC
Group: Hardware/Wifi
URL: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
URL: https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
Source: %{name}-%{version}.tar.gz
BuildArch: noarch
%description