From 48b4878e76bf54ed817c0f329fea347d297a69c2 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Sun, 15 Jul 2018 12:51:08 -0500 Subject: Switched from __provides_exclude_from to __provides_exclude to inhibit lldb being included as a dependency --- swift-lang.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-lang.spec b/swift-lang.spec index d73c199..a67d1d6 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -3,7 +3,7 @@ %global swiftgithash 104c96a %global swiftgitdate 20180711 %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.31.%{swiftgitdate}git%{swiftgithash}%{?dist} -- cgit