Accepting request 911415 from home:trenn:branches:Base:System

- Update to version 1.8.0.14.ga7f8148:
  * irqbalance: Check validity of numa_node
  * configure.ac: use pkg-config to find numa
  * Disable the communication socket when UI is disabled
- Use %{?systemd_ordering} instead of %{?systemd_requires}

OBS-URL: https://build.opensuse.org/request/show/911415
OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=92
This commit is contained in:
Thomas Renninger 2021-08-11 10:26:51 +00:00 committed by Git OBS Bridge
parent a7b87641b9
commit 7775a7ec48
5 changed files with 17 additions and 9 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f8dddaecf08f981e9914e6beccf7b3ccf87d4d808ed1edf3727e8dc50460b4b
size 207883

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc6b334074f6f9832e00a5ef60c860e759bf0b7c07d50b1dbfcb04d0e737e368
size 206859

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 11 10:16:57 UTC 2021 - trenn@suse.de
- Update to version 1.8.0.14.ga7f8148:
* irqbalance: Check validity of numa_node
* configure.ac: use pkg-config to find numa
* Disable the communication socket when UI is disabled
- Use %{?systemd_ordering} instead of %{?systemd_requires}
-------------------------------------------------------------------
Mon Jul 12 17:14:08 UTC 2021 - trenn@suse.de

View File

@ -1,5 +1,5 @@
name: irqbalance
version: 1.8.0.8.gbd5aaf5
mtime: 1621251731
commit: bd5aaf5a8613c8eadfbf9f0908fd8260125aae28
version: 1.8.0.14.ga7f8148
mtime: 1628273389
commit: a7f81483a95a94d6a62ca7fb999a090e01c0de9b

View File

@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: irqbalance
Version: 1.8.0.8.gbd5aaf5
Version: 1.8.0.14.ga7f8148
Release: 0
Summary: Daemon to balance IRQs on SMP machines
License: GPL-2.0-or-later
@ -35,12 +35,11 @@ BuildRequires: libcap-ng-devel
BuildRequires: libtool
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(glib-2.0)
Requires(pre): %fillup_prereq
Recommends: %{name}-ui
ExcludeArch: s390 s390x
%{?systemd_requires}
%{?systemd_ordering}
%ifnarch %{arm}
BuildRequires: libnuma-devel
%endif