Accepting request 359224 from hardware
1 OBS-URL: https://build.opensuse.org/request/show/359224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wireless-regdb?expand=0&rev=30
This commit is contained in:
commit
d109de138d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:013e07d988f5cd7d24e4aa7a6cd406615d441ea6b882a02d2a46a78edeb2cfb6
|
|
||||||
size 15712
|
|
3
wireless-regdb-2016.02.08.tar.xz
Normal file
3
wireless-regdb-2016.02.08.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce957b7f4fe103d8fb4d160d3b39825ad0b0da639b7453d4022d71415b6c9f9f
|
||||||
|
size 15800
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 13 10:36:18 UTC 2016 - afaerber@suse.de
|
||||||
|
|
||||||
|
- Explicitly require xz, fixing tar errors for SLE11 builds
|
||||||
|
- Work around a mismatch of lib vs. lib64 on SLE11 x86_64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 9 21:51:01 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 2016.02.08
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 22 13:11:55 UTC 2015 - mpluskal@suse.com
|
Tue Dec 22 13:11:55 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wireless-regdb
|
# spec file for package wireless-regdb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: wireless-regdb
|
Name: wireless-regdb
|
||||||
Version: 2015.12.14
|
Version: 2016.02.08
|
||||||
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -31,13 +32,18 @@ BuildArch: noarch
|
|||||||
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 frequency ranges for 802.11 wireless drivers.
|
allowed 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
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
make %{?_smp_mflags} DESTDIR=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -45,6 +51,6 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
|||||||
%dir %{_libexecdir}/crda/pubkeys
|
%dir %{_libexecdir}/crda/pubkeys
|
||||||
%{_libexecdir}/crda/regulatory.bin
|
%{_libexecdir}/crda/regulatory.bin
|
||||||
%{_libexecdir}/crda/pubkeys/*pem
|
%{_libexecdir}/crda/pubkeys/*pem
|
||||||
%{_mandir}/man5/regulatory.bin.5.gz
|
%{_mandir}/man5/regulatory.bin.5%{ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user