Accepting request 1043326 from Base:System

- build for x86_64 subarchs the same way like for baseline

OBS-URL: https://build.opensuse.org/request/show/1043326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=70
This commit is contained in:
Dominique Leuenberger 2022-12-17 19:36:16 +00:00 committed by Git OBS Bridge
commit 9b32e7628f
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 16 12:38:40 UTC 2022 - Dirk Müller <dmueller@suse.com>
- build for x86_64 subarchs the same way like for baseline
-------------------------------------------------------------------
Fri Nov 11 09:44:17 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -37,7 +37,7 @@ BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
%ifarch x86_64
%ifarch x86_64 %{?x86_64}
BuildRequires: pkgconfig(libnl-3.0)
%endif
Requires(pre): %fillup_prereq
@ -67,7 +67,7 @@ Text UI for the IRQ balance daemon.
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
%ifarch x86_64
%ifarch x86_64 %{?x86_64}
--enable-thermal
%endif