Accepting request 359183 from home:a_faerber:branches:hardware
Fix SLE11 builds OBS-URL: https://build.opensuse.org/request/show/359183 OBS-URL: https://build.opensuse.org/package/show/hardware/wireless-regdb?expand=0&rev=37
This commit is contained in:
parent
453ae342fc
commit
4a7db06c8c
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Feb 9 21:51:01 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ 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,6 +32,11 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user