diff options
author | Ron Olson <tachoknight@gmail.com> | 2018-07-05 16:30:10 -0500 |
---|---|---|
committer | Ron Olson <tachoknight@gmail.com> | 2018-07-05 16:30:10 -0500 |
commit | 34e3686927b97ade4638df84b6184725df7ca9a1 (patch) | |
tree | 3207b9f5b476a94392501fb41310ae69e3fd375d | |
parent | c66acf0283e57bfe8062a3b26d8d10d09a46a755 (diff) | |
download | swift-lang-34e3686927b97ade4638df84b6184725df7ca9a1.tar.gz swift-lang-34e3686927b97ade4638df84b6184725df7ca9a1.tar.xz swift-lang-34e3686927b97ade4638df84b6184725df7ca9a1.zip |
Removed unnecessary requires for libatomic and libbsd and changed the files section in -runtime so it owns the linux directory
-rw-r--r-- | swift-lang.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/swift-lang.spec b/swift-lang.spec index a8f6a21..5cbb7fa 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -6,7 +6,7 @@ %global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 4.2 -Release: 0.27.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.28.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -53,8 +53,6 @@ BuildRequires: ninja-build Requires: glibc-devel Requires: clang -Requires: libatomic -Requires: libbsd Requires: %{name}-runtime = %{version}-%{release} ExcludeArch: s390x i686 armv7hl ppc64le aarch64 ppc64 @@ -193,7 +191,7 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %files runtime -/usr/lib/swift/linux/*.so +/usr/lib/swift/linux/ %{_sysconfdir}/ld.so.conf.d/swift-lang-runtime.conf @@ -202,6 +200,9 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.28.20180704gitf56a941 +- Removed explicit requirement on libatomic and libbsd, modifed files section + of the runtime package so it can own the directory * Thu Jul 05 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.27.20180704gitf56a941 - Updated to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-04-a * Mon Jul 03 2018 Ron Olson <tachoknight@gmail.com> 4.2-0.26.20180703git107e307 |