!62 don't compile irqbalance-ui which is not delivered

From: @SuperSix173 
Reviewed-by: @wangbin224 
Signed-off-by: @wangbin224
This commit is contained in:
openeuler-ci-bot 2022-02-21 03:45:40 +00:00 committed by Gitee
commit dec878bcf9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
Summary: A dynamic adaptive IRQ balancing daemon
Name: irqbalance
Version: 1.8.0
Release: 6
Release: 7
Epoch: 3
License: GPLv2
Source0: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz#/irqbalance-%{version}.tar.gz
@ -10,7 +10,7 @@ Source2: irq_balancer
Url: https://github.com/irqbalance/irqbalance
BuildRequires: autoconf automake libtool libcap-ng systemd
BuildRequires: glib2-devel pkgconf libcap-ng-devel ncurses-devel
BuildRequires: glib2-devel pkgconf libcap-ng-devel
Requires: ncurses-libs
@ -38,7 +38,7 @@ handlers.
%build
./autogen.sh
%configure
%configure --without-irqbalance-ui
CFLAGS="%{optflags}" %make_build CFLAGS+='-fstack-protector-strong '
%install
@ -79,6 +79,12 @@ fi
/sbin/chkconfig --del %{name} >/dev/null 2>&1 || :
%changelog
* Mon Feb 21 2022 Liu Chao <liuchao173@huawei.com> - 3:1.8.0-7
- Type:bugfix
- ID:NA
- SUG:restart
- DESC:don't compile irqbalance-ui which is not delivered
* Sat Jan 15 2022 Liu Chao <liuchao173@huawei.com> - 3:1.8.0-6
- Type:bugfix
- ID:NA