From 1bd31390f60d19229a0bf524190f44a512e70bff Mon Sep 17 00:00:00 2001 From: Chao Liu Date: Mon, 21 Feb 2022 02:42:23 +0000 Subject: [PATCH] don't compile irqbalance-ui which is not delivered Signed-off-by: Chao Liu --- irqbalance.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/irqbalance.spec b/irqbalance.spec index 513e423..2ee1a30 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -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 - 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 - 3:1.8.0-6 - Type:bugfix - ID:NA