The package rpms/source-to-image.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/source-to-image.git/commit/?id=5a22….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 5a2282a58c5588baf03eda513307700142690a87
Author: Till Maas <opensource(a)till.name>
Date: Mon Jun 26 22:27:35 2017 +0200
Do not build on ppc64 (does not contain docker)
diff --git a/source-to-image.spec b/source-to-image.spec
index 4b00cbb..46ca4ac 100644
--- a/source-to-image.spec
+++ b/source-to-image.spec
@@ -40,7 +40,7 @@
Name: %{repo}
Version: 1.0.9
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A tool for building artifacts from source and injecting into docker images
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -48,6 +48,9 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+# there is no docker on ppc64, only on ppc64le
+# https://bugzilla.redhat.com/show_bug.cgi?id=1465159
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -252,6 +255,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Till Maas <opensource(a)till.name> - 1.0.9-5
+- Do not build on ppc64 (does not contain docker)
+
* Mon May 15 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.9-4
- Fix go-1.8 -X importpath/name=value syntax
The package rpms/source-to-image.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/source-to-image.git/commit/?id=5a22….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 5a2282a58c5588baf03eda513307700142690a87
Author: Till Maas <opensource(a)till.name>
Date: Mon Jun 26 22:27:35 2017 +0200
Do not build on ppc64 (does not contain docker)
diff --git a/source-to-image.spec b/source-to-image.spec
index 4b00cbb..46ca4ac 100644
--- a/source-to-image.spec
+++ b/source-to-image.spec
@@ -40,7 +40,7 @@
Name: %{repo}
Version: 1.0.9
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A tool for building artifacts from source and injecting into docker images
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -48,6 +48,9 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+# there is no docker on ppc64, only on ppc64le
+# https://bugzilla.redhat.com/show_bug.cgi?id=1465159
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -252,6 +255,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Till Maas <opensource(a)till.name> - 1.0.9-5
+- Do not build on ppc64 (does not contain docker)
+
* Mon May 15 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.9-4
- Fix go-1.8 -X importpath/name=value syntax
The package rpms/gofed.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/gofed.git/commit/?id=5ef23502b6889b….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 5ef23502b6889b25607cbba57467ba3cc215e120
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 14:39:36 2017 +0200
Exclude ppc64 architecture (missing docker rpm)
- resolves: #1465019
diff --git a/gofed.spec b/gofed.spec
index 1042cb7..99808e6 100644
--- a/gofed.spec
+++ b/gofed.spec
@@ -31,7 +31,7 @@
Name: gofed
Version: 1.0.0
-Release: 0.9.rc1%{?dist}
+Release: 0.10.rc1%{?dist}
Summary: Tool for development of golang devel packages
License: GPLv2+
URL: https://github.com/%{project}/%{repo}
@@ -45,6 +45,7 @@ Patch0: set-correct-paths.patch
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -374,6 +375,10 @@ getent passwd gofed >/dev/null || useradd -r -g gofed -d / -s /sbin/nologin \
/usr/share/%{name}/*.py
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.0-0.10.rc1
+- Exclude ppc64 architecture (missing docker rpm)
+ resolves: #1465019
+
* Wed Mar 01 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.0-0.9.rc1
- Provide a simple man page
resolves: #1426854
The package rpms/gofed.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/gofed.git/commit/?id=5ef23502b6889b….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 5ef23502b6889b25607cbba57467ba3cc215e120
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 14:39:36 2017 +0200
Exclude ppc64 architecture (missing docker rpm)
- resolves: #1465019
diff --git a/gofed.spec b/gofed.spec
index 1042cb7..99808e6 100644
--- a/gofed.spec
+++ b/gofed.spec
@@ -31,7 +31,7 @@
Name: gofed
Version: 1.0.0
-Release: 0.9.rc1%{?dist}
+Release: 0.10.rc1%{?dist}
Summary: Tool for development of golang devel packages
License: GPLv2+
URL: https://github.com/%{project}/%{repo}
@@ -45,6 +45,7 @@ Patch0: set-correct-paths.patch
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -374,6 +375,10 @@ getent passwd gofed >/dev/null || useradd -r -g gofed -d / -s /sbin/nologin \
/usr/share/%{name}/*.py
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.0-0.10.rc1
+- Exclude ppc64 architecture (missing docker rpm)
+ resolves: #1465019
+
* Wed Mar 01 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 1.0.0-0.9.rc1
- Provide a simple man page
resolves: #1426854
The package rpms/golang-github-docker-go-connections.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/golang-github-docker-go-connections….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit e31c3faa4e92c5a2ef6a1a70917fbb77e85068fe
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 15:19:06 2017 +0200
Excluder ppc64 (as the docker-devel is missing)
- resolves: #1465046
diff --git a/golang-github-docker-go-connections.spec b/golang-github-docker-go-connections.spec
index 04491b7..350b10a 100644
--- a/golang-github-docker-go-connections.spec
+++ b/golang-github-docker-go-connections.spec
@@ -30,7 +30,7 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0.1.2
-Release: 0.3.git%{shortcommit}%{?dist}
+Release: 0.4.git%{shortcommit}%{?dist}
Summary: Utility package to work with network connections
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -38,6 +38,7 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -158,6 +159,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 0.1.2-0.4.git6e4c13d
+- Excluder ppc64 (as the docker-devel is missing)
+ resolves: #1465046
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-0.3.git6e4c13d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
The package rpms/golang-github-docker-go-connections.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/golang-github-docker-go-connections….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit e31c3faa4e92c5a2ef6a1a70917fbb77e85068fe
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 15:19:06 2017 +0200
Excluder ppc64 (as the docker-devel is missing)
- resolves: #1465046
diff --git a/golang-github-docker-go-connections.spec b/golang-github-docker-go-connections.spec
index 04491b7..350b10a 100644
--- a/golang-github-docker-go-connections.spec
+++ b/golang-github-docker-go-connections.spec
@@ -30,7 +30,7 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0.1.2
-Release: 0.3.git%{shortcommit}%{?dist}
+Release: 0.4.git%{shortcommit}%{?dist}
Summary: Utility package to work with network connections
License: ASL 2.0
URL: https://%{provider_prefix}
@@ -38,6 +38,7 @@ Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcomm
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -158,6 +159,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 0.1.2-0.4.git6e4c13d
+- Excluder ppc64 (as the docker-devel is missing)
+ resolves: #1465046
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.1.2-0.3.git6e4c13d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
The package rpms/golang-github-fsouza-go-dockerclient.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/golang-github-fsouza-go-dockerclien….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 2b710d81df9d260ed0410c325a0962fdfd9fef6b
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 14:45:17 2017 +0200
No docker on ppc64 so far
- related: #1215656
diff --git a/golang-github-fsouza-go-dockerclient.spec b/golang-github-fsouza-go-dockerclient.spec
index 5555de5..4d8ab2d 100644
--- a/golang-github-fsouza-go-dockerclient.spec
+++ b/golang-github-fsouza-go-dockerclient.spec
@@ -31,7 +31,7 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0.2.1
-Release: 18.git%{shortcommit}%{?dist}
+Release: 19.git%{shortcommit}%{?dist}
Summary: Client for the Docker remote API
License: BSD
URL: https://%{provider_prefix}
@@ -40,6 +40,7 @@ Patch0: remove-external-from-imported-packages.patch
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -174,6 +175,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 0.2.1-19.git2350d7b
+- No docker on ppc64 so far
+ related: #1215656
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.1-18.git2350d7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
The package rpms/golang-github-fsouza-go-dockerclient.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/golang-github-fsouza-go-dockerclien….
Change:
+ExcludeArch: ppc64
Thanks.
Full change:
============
commit 2b710d81df9d260ed0410c325a0962fdfd9fef6b
Author: Jan Chaloupka <jchaloup(a)redhat.com>
Date: Mon Jun 26 14:45:17 2017 +0200
No docker on ppc64 so far
- related: #1215656
diff --git a/golang-github-fsouza-go-dockerclient.spec b/golang-github-fsouza-go-dockerclient.spec
index 5555de5..4d8ab2d 100644
--- a/golang-github-fsouza-go-dockerclient.spec
+++ b/golang-github-fsouza-go-dockerclient.spec
@@ -31,7 +31,7 @@
Name: golang-%{provider}-%{project}-%{repo}
Version: 0.2.1
-Release: 18.git%{shortcommit}%{?dist}
+Release: 19.git%{shortcommit}%{?dist}
Summary: Client for the Docker remote API
License: BSD
URL: https://%{provider_prefix}
@@ -40,6 +40,7 @@ Patch0: remove-external-from-imported-packages.patch
# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required
ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}}
+ExcludeArch: ppc64
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
@@ -174,6 +175,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
+* Mon Jun 26 2017 Jan Chaloupka <jchaloup(a)redhat.com> - 0.2.1-19.git2350d7b
+- No docker on ppc64 so far
+ related: #1215656
+
* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.2.1-18.git2350d7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild