From 03bff296b2c94fa57355218df71a74c32b551886 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Apr 25 2019 20:06:40 +0000 Subject: Remove Excessive Linking For https://pagure.io/fedora-docs/release-notes/issue/213. --- diff --git a/modules/release-notes/pages/sysadmin/Distribution.adoc b/modules/release-notes/pages/sysadmin/Distribution.adoc index 877d733..4a6485e 100644 --- a/modules/release-notes/pages/sysadmin/Distribution.adoc +++ b/modules/release-notes/pages/sysadmin/Distribution.adoc @@ -17,3 +17,10 @@ if such situation is detected. Plenty of installation scriplets in packages are not necessary anymore. Their removal should make installation and upgrades of packages a bit faster. + +== Binaries provided by the distribution have optimized linking + +The link flags used for Fedora packages have been updated to skip +libraries which are not used by the executable. This removes the +dependencies on those librararies from various packages, making +their installation slightly more efficient.