Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:FrontRunner
irqbalance.13274
irqbalance.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File irqbalance.spec of Package irqbalance.13274
# # spec file for package irqbalance # # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # #Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif Name: irqbalance Version: 1.2.0 Release: 0 Summary: Balance IRQs on SMP Machines License: GPL-2.0+ Group: System/Daemons Url: https://github.com/Irqbalance/irqbalance Source: https://github.com/Irqbalance/irqbalance/archive/v%{version}.tar.gz Source3: sysconfig.irqbalance Patch2: Set-fd-limit.patch Patch3: install-man-pages.patch Patch4: aarch64-compile-fixes.patch Patch5: 0001-Revert-remove-affinity_hint-infrastructure.patch Patch6: 0001-Teach-irqbalance-about-Intel-CoD.patch Patch7: set-numa-node.patch BuildRequires: libcap-ng-devel BuildRequires: libtool BuildRequires: ncurses-devel BuildRequires: systemd-rpm-macros BuildRequires: pkgconfig(glib-2.0) Requires(pre): coreutils Requires(pre): fillup ExcludeArch: s390 s390x %{?systemd_requires} %ifnarch %arm BuildRequires: libnuma-devel %endif %description irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from being used for all IRQs. %prep %setup -q %patch2 -p1 %patch3 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %build NOCONFIGURE=1 ./autogen.sh %configure make %{?_smp_mflags} LDFLAGS="-Wl,-z,relro,-z,now" CFLAGS="%{optflags} -fPIE -pie -std=c99 $(ncurses6-config --cflags)" LDFLAGS="$(ncurses6-config --libs)" cp %{SOURCE3} . %install %make_install mkdir -p %{buildroot}%{_fillupdir}/ install -m 0644 sysconfig.irqbalance %{buildroot}%{_fillupdir}/ sed -ie "s|EnvironmentFile=.*|EnvironmentFile=%{_sysconfdir}/sysconfig/irqbalance|g" misc/irqbalance.service # Remove syslog.target in systemd service file; not provided by systemd anymore sed -ie "s|After=syslog.target||g" misc/irqbalance.service install -D -m 0644 misc/irqbalance.service %{buildroot}%{_unitdir}/irqbalance.service ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rcirqbalance %pre %service_add_pre irqbalance.service %post %fillup_only %{name} %service_add_post irqbalance.service %preun %service_del_preun irqbalance.service %postun %service_del_postun irqbalance.service %files %defattr(-,root,root,-) %{_sbindir}/irqbalance %{_sbindir}/irqbalance-ui %{_sbindir}/rcirqbalance %{_unitdir}/irqbalance.service %{_mandir}/man1/irqbalance.1.gz %{_fillupdir}/sysconfig.irqbalance %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor