The package rpms/copr-dist-git.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/copr-dist-git.git/commit/?id=8a003a3....
Change: +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le powerpc64le s390x %{mips}
Thanks.
Full change: ============
commit e9f398714ccf1429949ca323e172d192b5c0874f Merge: 02cd0cf 8a003a3 Author: clime clime@redhat.com Date: Fri Jun 2 10:23:47 2017 +0200
Merge branch 'master' into f25
commit 8a003a3a7febb6f04af32edf75020e267aa99897 Author: clime clime@redhat.com Date: Fri Jun 2 10:23:26 2017 +0200
Update copr-dist-git to 0.29-1
diff --git a/.gitignore b/.gitignore index f0c6150..e16b313 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /copr-dist-git-0.24.tar.gz /copr-dist-git-0.26.tar.gz /copr-dist-git-0.27.tar.gz +/copr-dist-git-0.29.tar.gz diff --git a/copr-dist-git.spec b/copr-dist-git.spec index 11ddd79..fe4651a 100644 --- a/copr-dist-git.spec +++ b/copr-dist-git.spec @@ -1,5 +1,5 @@ Name: copr-dist-git -Version: 0.27 +Version: 0.29 Release: 1%{?dist} Summary: Copr services for Dist Git server
@@ -13,7 +13,7 @@ URL: https://pagure.io/copr/copr Source0: %{name}-%{version}.tar.gz
BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips} +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le powerpc64le s390x %{mips}
BuildRequires: systemd BuildRequires: dist-git @@ -54,7 +54,6 @@ Requires: python2-psutil %endif Requires: python-jinja2 Requires: pyrpkg >= 1.47 -Requires: mock-scm Requires: docker Requires: httpd %{?fedora:Requires(post): policycoreutils-python-utils} @@ -147,6 +146,17 @@ restorecon -rv /var/lib/copr-dist-git %ghost %{_var}/log/copr-dist-git/*.log
%changelog +* Thu Jun 01 2017 clime clime@redhat.com 0.29-1 +- Bug 1457888 - Mock SCM method fails to build a package +- increase depth for git clone so that required tags that tito needs are downloaded + +* Wed May 31 2017 clime clime@redhat.com 0.28-1 +- add --depth 1 for git clone in GitProvider +- add missing 'which' for tito && git-annex builds +- arbitrary dist-git branching support +- use MockScmProvider without mock-scm to solve performance problems +- add "powerpc64le" into list of archs to allow building for + * Mon May 15 2017 clime clime@redhat.com 0.27-1 - Bug 1447102 - fedpkg build fail during import phase
diff --git a/sources b/sources index 5c64220..0fa70eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (copr-dist-git-0.27.tar.gz) = a514ddff4cb6d3d1e56d98703aea8d281e1351b78b59e6d5f7d1cdcdc95fe489c2940dcc1e7e62da63aeee135ba870d5375886f0a110326a1df5af70a5655cdb +SHA512 (copr-dist-git-0.29.tar.gz) = c0eb3b92f991f7630d8a862ef2a422e184286630dd32c44b7e6ffe5c1d68765534a22790d065e96e5e949af6b6d1fb97c7423ccda183defa5eba5c94823c726f
arch-excludes@lists.fedoraproject.org