The package rpms/kiwi.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/kiwi.git/commit/?id=114103b6adf04fa….
Change:
+%ifnarch ppc64 %{ix86}
Thanks.
Full change:
============
commit 23dd0953f92cdad4e14e29cc47b5df6bc90df1af
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sun Mar 31 19:15:06 2019 -0400
Bump release
diff --git a/kiwi.spec b/kiwi.spec
index 5afb9ef..0719799 100644
--- a/kiwi.spec
+++ b/kiwi.spec
@@ -19,7 +19,7 @@ and cloud systems like Xen, KVM, VMware, EC2 and more.
Name: kiwi
Version: 9.17.34
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://suse.github.io/kiwi/
Summary: Flexible operating system image builder
License: GPLv3+
@@ -362,6 +362,9 @@ done
# Empty metapackage
%changelog
+* Sun Mar 31 2019 Neal Gompa <ngompa13(a)gmail.com> - 9.17.34-2
+- Do not require buildah on x86_32 and ppc64
+
* Sun Mar 31 2019 Neal Gompa <ngompa13(a)gmail.com> - 9.17.34-1
- Upgrade to 9.17.34 (RH#1688338)
- Patch to use buildah by default instead of umoci for OCI image builds
commit 114103b6adf04fa3d7cfc6523b30e692b5fe74bd
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sun Mar 31 19:13:42 2019 -0400
Also do not require buildah on x86_32
diff --git a/kiwi.spec b/kiwi.spec
index e9220e7..5afb9ef 100644
--- a/kiwi.spec
+++ b/kiwi.spec
@@ -97,8 +97,8 @@ Requires: tar >= 1.2.7
Recommends: debootstrap
Recommends: jing
%endif
-%ifnarch ppc64
-# buildah isn't available on ppc64
+%ifnarch ppc64 %{ix86}
+# buildah isn't available on ppc64 or x86_32
Requires: buildah
%endif
%ifarch %{arm} aarch64
The package rpms/kiwi.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/kiwi.git/commit/?id=114103b6adf04fa….
Change:
+%ifnarch ppc64 %{ix86}
Thanks.
Full change:
============
commit 23dd0953f92cdad4e14e29cc47b5df6bc90df1af
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sun Mar 31 19:15:06 2019 -0400
Bump release
diff --git a/kiwi.spec b/kiwi.spec
index 5afb9ef..0719799 100644
--- a/kiwi.spec
+++ b/kiwi.spec
@@ -19,7 +19,7 @@ and cloud systems like Xen, KVM, VMware, EC2 and more.
Name: kiwi
Version: 9.17.34
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://suse.github.io/kiwi/
Summary: Flexible operating system image builder
License: GPLv3+
@@ -362,6 +362,9 @@ done
# Empty metapackage
%changelog
+* Sun Mar 31 2019 Neal Gompa <ngompa13(a)gmail.com> - 9.17.34-2
+- Do not require buildah on x86_32 and ppc64
+
* Sun Mar 31 2019 Neal Gompa <ngompa13(a)gmail.com> - 9.17.34-1
- Upgrade to 9.17.34 (RH#1688338)
- Patch to use buildah by default instead of umoci for OCI image builds
commit 114103b6adf04fa3d7cfc6523b30e692b5fe74bd
Author: Neal Gompa <ngompa13(a)gmail.com>
Date: Sun Mar 31 19:13:42 2019 -0400
Also do not require buildah on x86_32
diff --git a/kiwi.spec b/kiwi.spec
index e9220e7..5afb9ef 100644
--- a/kiwi.spec
+++ b/kiwi.spec
@@ -97,8 +97,8 @@ Requires: tar >= 1.2.7
Recommends: debootstrap
Recommends: jing
%endif
-%ifnarch ppc64
-# buildah isn't available on ppc64
+%ifnarch ppc64 %{ix86}
+# buildah isn't available on ppc64 or x86_32
Requires: buildah
%endif
%ifarch %{arm} aarch64
The package rpms/flint.git has added or updated architecture specific content in its
spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s):
https://src.fedoraproject.org/cgit/rpms/flint.git/commit/?id=be7ed008faae9c….
Change:
+%ifarch %{ix86} %{arm} s390 %{mips32}
Thanks.
Full change:
============
commit be7ed008faae9c97e2bd783f284b757be8208c65
Author: Jerry James <loganjerry(a)gmail.com>
Date: Sun Mar 31 08:01:32 2019 -0600
Drop the workaround for bz 1555151, now fixed.
diff --git a/flint.spec b/flint.spec
index a742513..a63bf2c 100644
--- a/flint.spec
+++ b/flint.spec
@@ -7,7 +7,7 @@
Name: flint
Version: 2.5.2
-Release: 25%{?dist}
+Release: 26%{?dist}
Summary: Fast Library for Number Theory
License: GPLv2+
URL: http://www.flintlib.org/
@@ -147,14 +147,9 @@ export CFLAGS="%{optflags} -fwrapv -D_FILE_OFFSET_BITS=64"
# We set HAVE_FAST_COMPILER to 0 on i686, ARM, s390, and 32-bit MIPS because
# otherwise the tests exhaust virtual memory. If other architectures run out
#of virtual memory while building flintxx/test/t-fmpzxx.cpp, then do likewise.
-%ifarch %{arm}
-# Work around bz 1555151
-CFLAGS="$CFLAGS -DHAVE_FAST_COMPILER=0 -fno-tree-tail-merge"
-%else
-%ifarch %{ix86} s390 %{mips32}
+%ifarch %{ix86} %{arm} s390 %{mips32}
CFLAGS="$CFLAGS -DHAVE_FAST_COMPILER=0"
%endif
-%endif
export CXXFLAGS="$CFLAGS"
# Build the non-gc version
@@ -249,6 +244,9 @@ popd
%changelog
+* Sat Mar 30 2019 Jerry James <loganjerry(a)gmail.com> - 2.5.2-26
+- Drop the workaround for bz 1555151, now fixed
+
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.5.2-25
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild