Accepting request 561971 from hardware
- Update to version 2017.12.23 (boo#1074838): * update regulatory database based on preceding changes * Document regulatory.db in the manual page * Install regulatory.db and regulatory.db.p7s to /lib/firmware * Better support for generating public certificates * Add sforshee's x509 certificate * Restore generation of old format database files * regdb: write firmware file format (version code 20) OBS-URL: https://build.opensuse.org/request/show/561971 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireless-regdb?expand=0&rev=34
This commit is contained in:
commit
80e8938603
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:371eafa3b26ece916ef83aca02c4bed2e54099eb5b8c6d22d3a4358dce6535b9
|
|
||||||
size 16848
|
|
3
wireless-regdb-2017.12.23.tar.xz
Normal file
3
wireless-regdb-2017.12.23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0e53e605dd98e7f34429242b5b2afea6dbc91bb913892fa01101e0ec481a4ab9
|
||||||
|
size 21444
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 5 14:53:37 UTC 2018 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2017.12.23 (boo#1074838):
|
||||||
|
* update regulatory database based on preceding changes
|
||||||
|
* Document regulatory.db in the manual page
|
||||||
|
* Install regulatory.db and regulatory.db.p7s to /lib/firmware
|
||||||
|
* Better support for generating public certificates
|
||||||
|
* Add sforshee's x509 certificate
|
||||||
|
* Restore generation of old format database files
|
||||||
|
* regdb: write firmware file format (version code 20)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Mar 18 19:53:47 UTC 2017 - mpluskal@suse.com
|
Sat Mar 18 19:53:47 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wireless-regdb
|
# spec file for package wireless-regdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,26 +17,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: wireless-regdb
|
Name: wireless-regdb
|
||||||
Version: 2017.03.07
|
Version: 2017.12.23
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: 802.11 regulatory domain database
|
Summary: 802.11 regulatory domain database
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: Hardware/Wifi
|
Group: Hardware/Wifi
|
||||||
Url: http://wireless.kernel.org/en/developers/Regulatory#The_regulatory_database
|
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
|
Source: https://www.kernel.org/pub/software/network/wireless-regdb/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: xz
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The 802.11 regulatory domain database is used by CRDA and provides
|
The 802.11 regulatory domain database is used by CRDA and provides allowed
|
||||||
allowed frequency ranges for 802.11 wireless drivers.
|
frequency ranges for 802.11 wireless drivers.
|
||||||
|
|
||||||
%if 0%{?suse_version} == 1110
|
|
||||||
# _libexecdir points to /usr/lib64 for SLE11
|
|
||||||
|
|
||||||
%define _libexecdir %{_prefix}/lib
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -47,11 +39,14 @@ allowed frequency ranges for 802.11 wireless drivers.
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%doc LICENSE README
|
||||||
|
/lib/firmware/regulatory.db
|
||||||
|
/lib/firmware/regulatory.db.p7s
|
||||||
%dir %{_libexecdir}/crda
|
%dir %{_libexecdir}/crda
|
||||||
%dir %{_libexecdir}/crda/pubkeys
|
|
||||||
%{_libexecdir}/crda/regulatory.bin
|
%{_libexecdir}/crda/regulatory.bin
|
||||||
|
%dir %{_libexecdir}/crda/pubkeys
|
||||||
%{_libexecdir}/crda/pubkeys/*pem
|
%{_libexecdir}/crda/pubkeys/*pem
|
||||||
|
%{_mandir}/man5/regulatory.db.5%{ext_man}
|
||||||
%{_mandir}/man5/regulatory.bin.5%{ext_man}
|
%{_mandir}/man5/regulatory.bin.5%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user