Hello community,

here is the log from the commit of package ipmitool for openSUSE:Factory 
checked in at 2019-09-04 09:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipmitool (Old)
 and      /work/SRC/openSUSE:Factory/.ipmitool.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipmitool"

Wed Sep  4 09:34:09 2019 rev:36 rq:728023 version:1.8.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipmitool/ipmitool.changes        2018-10-02 
19:49:00.069732623 +0200
+++ /work/SRC/openSUSE:Factory/.ipmitool.new.7948/ipmitool.changes      
2019-09-04 09:34:13.438708044 +0200
@@ -1,0 +2,7 @@
+Mon Sep  2 16:22:47 UTC 2019 - [email protected]
+
+- Enable USB interface by explicit passing --enable-intf-usb (jira#SLE-7780)
+- Enable free interface by adding freeipmi-devel package to
+  build requires
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ipmitool.spec ++++++
--- /var/tmp/diff_new_pack.MQckBb/_old  2019-09-04 09:34:15.154707664 +0200
+++ /var/tmp/diff_new_pack.MQckBb/_new  2019-09-04 09:34:15.154707664 +0200
@@ -37,6 +37,11 @@
 BuildRequires:  openssl-devel
 BuildRequires:  readline-devel
 BuildRequires:  systemd-rpm-macros
+# Taken over from freeipmi.spec:
+# Necessary as only those archs implement iopl and friends (#368541)
+%ifarch %{ix86} x86_64 ia64 alpha aarch64
+BuildRequires:  freeipmi-devel
+%endif
 %{?systemd_requires}
 
 %description
@@ -74,7 +79,8 @@
 autoreconf -fiv
 # file-security: enables more security checks on files
 %configure \
-  --enable-file-security
+  --enable-file-security \
+  --enable-intf-usb
 make %{?_smp_mflags}
 
 %install


Reply via email to