Hello community,

here is the log from the commit of package irqbalance for openSUSE:Factory 
checked in at 2020-04-29 20:42:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/irqbalance (Old)
 and      /work/SRC/openSUSE:Factory/.irqbalance.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "irqbalance"

Wed Apr 29 20:42:03 2020 rev:52 rq:798326 version:1.6.0+git20190711.f7fdebb

Changes:
--------
--- /work/SRC/openSUSE:Factory/irqbalance/irqbalance.changes    2019-07-16 
08:38:27.499082005 +0200
+++ /work/SRC/openSUSE:Factory/.irqbalance.new.2738/irqbalance.changes  
2020-04-29 20:42:27.139653589 +0200
@@ -1,0 +2,12 @@
+Fri Apr 24 11:18:18 UTC 2020 - Fabian Vogt <fv...@suse.com>
+
+- Package COPYING and README.md
+- Add some deps for the -ui subpackage
+
+-------------------------------------------------------------------
+Thu Apr 23 21:19:15 UTC 2020 - Thorsten Kukuk <ku...@suse.com>
+
+- Use fillup_prereq macro
+- Move ui into sub-package to get minimal core much smaller
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ irqbalance.spec ++++++
--- /var/tmp/diff_new_pack.8g9giT/_old  2020-04-29 20:42:27.695655038 +0200
+++ /var/tmp/diff_new_pack.8g9giT/_new  2020-04-29 20:42:27.695655038 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package irqbalance
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Summary:        Daemon to balance IRQs on SMP machines
 License:        GPL-2.0-or-later
 Group:          System/Daemons
-Url:            https://github.com/Irqbalance/irqbalance
+URL:            https://github.com/Irqbalance/irqbalance
 #Source:         
https://github.com/Irqbalance/irqbalance/archive/v%%{version}.tar.gz
 Source:         %{name}-%{version}.tar.gz
 Source3:        sysconfig.irqbalance
@@ -38,9 +38,9 @@
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
 BuildRequires:  pkgconfig(glib-2.0)
-Requires(pre):  coreutils
-Requires(pre):  fillup
+Requires(pre):  %fillup_prereq
 ExcludeArch:    s390 s390x
+Recommends:     %{name}-ui
 %{?systemd_requires}
 %ifnarch %{arm}
 BuildRequires:  libnuma-devel
@@ -50,6 +50,14 @@
 irqbalance dynamically switches the CPUs for IRQs to prevent cpu0 from
 being used for all IRQs.
 
+%package ui
+Summary:        UI for IRQ balance Daemon
+Group:          System/Daemons
+Requires:       %{name} = %{version}
+
+%description ui
+Text UI for the IRQ balance daemon.
+
 %prep
 %setup -q
 %autopatch -p1
@@ -85,11 +93,15 @@
 %service_del_postun irqbalance.service
 
 %files
+%license COPYING
+%doc AUTHORS README.md
 %{_sbindir}/irqbalance
-%{_sbindir}/irqbalance-ui
 %{_sbindir}/rcirqbalance
 %{_unitdir}/irqbalance.service
 %{_mandir}/man1/irqbalance.1%{?ext_man}
 %{_fillupdir}/sysconfig.irqbalance
 
+%files ui
+%{_sbindir}/irqbalance-ui
+
 %changelog


Reply via email to