diff options
author | Ron Olson <tachoknight@gmail.com> | 2018-07-11 11:28:08 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2018-07-11 11:28:08 -0500 |
commit | 1081a0ec7744b5abd44e3ac856d151f35d80adfa (patch) | |
tree | 3632f22a3d2f1cbd783947342983a38822230419 | |
parent | 3e42ae845ad94f1ea528b2c0c8697c16295711bc (diff) | |
download | swift-lang-1081a0ec7744b5abd44e3ac856d151f35d80adfa.tar.gz swift-lang-1081a0ec7744b5abd44e3ac856d151f35d80adfa.tar.xz swift-lang-1081a0ec7744b5abd44e3ac856d151f35d80adfa.zip |
Per suggestion by Dan Horák, switched to ExclusiveArch instead of ExcludeArch
-rw-r--r-- | swift-lang.spec | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/swift-lang.spec b/swift-lang.spec index 30eeca9..459a6a3 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -58,7 +58,7 @@ Requires: glibc-devel Requires: clang Requires: %{name}-runtime = %{version}-%{release} -ExcludeArch: s390x i686 armv7hl ppc64le aarch64 ppc64 +ExclusiveArch: x86_64 %description @@ -205,7 +205,8 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m include python-unversioned-command for verisons greated than 28 while working on making patches/pull requests upstream to be explicit about which version of Python to use. Also removed patch for time struct issue - as the fix has been handled upstream. + as the fix has been handled upstream. Also switched to ExclusiveArch + instead of ExcludeArch per suggestion from Dan Horák. * Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.29.20180705git1e2dc99 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-05-a * Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.28.20180704gitf56a941 |