From cc067d041b6737fa6f2d75201506a4e2d3ca09ca Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Sun, 15 Jul 2018 12:54:16 -0500 Subject: Switched from __provides_exclude_from to __provides_exclude to inhibit lldb being included as a dependency --- swift-lang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/swift-lang.spec b/swift-lang.spec index 820e46c..e5e8c78 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -3,10 +3,10 @@ %global swiftgithash 107e307 %global swiftgitdate 20180703 %global swiftbuild swift-source -%global __provides_exclude_from ^/usr/lib/swift-lldb/.*\\.so.* +%global __provides_exclude ^/usr/lib/swift-lldb/.*\\.so.* Name: swift-lang Version: 4.2 -Release: 0.32.%{swiftgitdate}git%{swiftgithash}%{?dist} +Release: 0.33.%{swiftgitdate}git%{swiftgithash}%{?dist} Summary: Apple's Swift programming language License: ASL 2.0 URL: https://swift.org @@ -202,6 +202,9 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m %changelog +* Sun Jul 15 2018 Ron Olson 4.2-0.33.20180703git107e307 +- Switched from __provides_exclude_from to __provides_exclude to inhibit + lldb being included as a dependency * Thu Jul 12 2018 Ron Olson 4.2-0.32.20180703git107e307 - Reverted to swift-4.2-DEVELOPMENT-SNAPSHOT-2018-07-03-a as loading modules in the REPL seems to have been broken as of the 2018-07-04 builds. -- cgit