Accepting request 1132636 from Base:System
- Update to version 1.9.3.10.git+1a7d461: * filter console only output when using journal mode - build with libsystemd for logging (bsc#1217754) (forwarded request 1131454 from aschnell) OBS-URL: https://build.opensuse.org/request/show/1132636 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/irqbalance?expand=0&rev=73
This commit is contained in:
commit
9f24acc2ba
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Irqbalance/irqbalance.git</param>
|
||||
<param name="changesrevision">c963f4883652a4ea4a4a40aabb80c934fd13abef</param></service></servicedata>
|
||||
<param name="changesrevision">1a7d461c27fb49c8c149aca313a12b7b0365d456</param></service></servicedata>
|
3
irqbalance-1.9.3.10.git+1a7d461.obscpio
Normal file
3
irqbalance-1.9.3.10.git+1a7d461.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fec83f003d46fe9e02abce0117d5046a7fedb02bba7b9747ea46cd2271d97b3
|
||||
size 235531
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06870e1c60763f2c16e8894edb8d6d70e2d3befb6c88d0f3c4e5cb478c1a2ebf
|
||||
size 235531
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 06 11:21:22 UTC 2023 - aschnell@suse.com
|
||||
|
||||
- Update to version 1.9.3.10.git+1a7d461:
|
||||
* filter console only output when using journal mode
|
||||
- build with libsystemd for logging (bsc#1217754)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 19:56:47 UTC 2023 - trenn@suse.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: irqbalance
|
||||
version: 1.9.3.8.git+c963f48
|
||||
mtime: 1700561449
|
||||
commit: c963f4883652a4ea4a4a40aabb80c934fd13abef
|
||||
version: 1.9.3.10.git+1a7d461
|
||||
mtime: 1701427667
|
||||
commit: 1a7d461c27fb49c8c149aca313a12b7b0365d456
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: irqbalance
|
||||
Version: 1.9.3.8.git+c963f48
|
||||
Version: 1.9.3.10.git+1a7d461
|
||||
Release: 0
|
||||
Summary: Daemon to balance IRQs on SMP machines
|
||||
License: GPL-2.0-or-later
|
||||
@ -36,6 +36,7 @@ BuildRequires: libtool
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(libsystemd)
|
||||
Requires(pre): %fillup_prereq
|
||||
Recommends: %{name}-ui
|
||||
ExcludeArch: s390 s390x
|
||||
@ -66,6 +67,7 @@ Text UI for the IRQ balance daemon.
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--with-systemd \
|
||||
%ifarch x86_64 %{?x86_64}
|
||||
--enable-thermal
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user