From f258c99e0cb8963c5919b8e89b24e4c73d36fd6d Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Mon, 1 Apr 2019 14:40:38 -0500 Subject: Changes to allow runtime to completely remove the swift directory under lib --- swift-lang.spec | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/swift-lang.spec b/swift-lang.spec index 7f8a450..cf46a3c 100644 --- a/swift-lang.spec +++ b/swift-lang.spec @@ -260,16 +260,8 @@ end %files runtime -/usr/lib/swift/linux/libBlocksRuntime.so -/usr/lib/swift/linux/libdispatch.so -/usr/lib/swift/linux/libFoundation.so -/usr/lib/swift/linux/libswiftCore.so -/usr/lib/swift/linux/libswiftDispatch.so -/usr/lib/swift/linux/libswiftGlibc.so -/usr/lib/swift/linux/libswiftRemoteMirror.so -/usr/lib/swift/linux/libswiftSIMDOperators.so -/usr/lib/swift/linux/libswiftSwiftOnoneSupport.so -/usr/lib/swift/linux/libXCTest.so +%dir /usr/lib/swift +/usr/lib/swift/linux/ %ifarch aarch64 /usr/lib/swift/linux/aarch64/ %else -- cgit