Hello community,

here is the log from the commit of package fcoe-utils for openSUSE:Factory 
checked in at 2020-09-04 10:53:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fcoe-utils (Old)
 and      /work/SRC/openSUSE:Factory/.fcoe-utils.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fcoe-utils"

Fri Sep  4 10:53:00 2020 rev:20 rq:830918 version:1.0.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/fcoe-utils/fcoe-utils.changes    2020-07-17 
20:47:35.708715378 +0200
+++ /work/SRC/openSUSE:Factory/.fcoe-utils.new.3399/fcoe-utils.changes  
2020-09-04 10:53:11.966433302 +0200
@@ -1,0 +2,7 @@
+Thu Aug 20 09:49:22 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add patch to fix build on architectures where char is 
+  unsigned (%arm, aarch64):
+  * fcoe-utils-fix-arm.patch
+
+-------------------------------------------------------------------

New:
----
  fcoe-utils-fix-arm.patch

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

Other differences:
------------------
++++++ fcoe-utils.spec ++++++
--- /var/tmp/diff_new_pack.agBH64/_old  2020-09-04 10:53:14.562434693 +0200
+++ /var/tmp/diff_new_pack.agBH64/_new  2020-09-04 10:53:14.566434696 +0200
@@ -38,6 +38,8 @@
 Group:          System/Daemons
 Source:         %{name}-%{version}.tar.xz
 Patch1:         Handle-NIC-names-longer-than-7-characters.patch
+# PATCH-FIX-UPSTREAM - https://github.com/openSUSE/fcoe-utils/pull/14
+Patch2:         fcoe-utils-fix-arm.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{?systemd_requires}
 
@@ -49,6 +51,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -vi

++++++ fcoe-utils-fix-arm.patch ++++++
--- fcoe-utils-1.0.33.orig/fcnsq.c      2020-08-20 09:43:36.227637286 +0000
+++ fcoe-utils-1.0.33/fcnsq.c   2020-08-20 09:43:50.307246472 +0000
@@ -381,7 +381,7 @@ int main(int argc, char *argv[])
        u64 wwnn = 0;
        int rc = 0;
        enum commands cmd = 0;
-       char c;
+       signed char c;
        uintmax_t wwnn_tmp = 0;
 
        while(1) {

Reply via email to