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:
Ismail Dönmez 2016-02-13 16:32:28 +00:00 committed by Git OBS Bridge
parent 453ae342fc
commit 4a7db06c8c
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -24,6 +24,7 @@ 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
BuildRequires: xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -31,6 +32,11 @@ BuildArch: noarch
The 802.11 regulatory domain database is used by CRDA and provides
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
%setup -q