diff --git a/0ad.spec b/0ad.spec index 3a16040..a4ad9c7 100644 --- a/0ad.spec +++ b/0ad.spec @@ -17,6 +17,10 @@ %bcond_without system_nvtt %bcond_without nvtt +# Exclude private libraries from autogenerated provides and requires +%global __provides_exclude_from ^%{_libdir}/0ad/ +%global __requires_exclude ^(libAtlasUI.*\.so|libCollada.*\.so|libmozjs38.*\.so) + Name: 0ad Version: 0.0.23b Release: 9%{?dist} @@ -242,6 +246,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/0ad.desktop %changelog * Wed Sep 11 2019 Kalev Lember - 0.0.23b-9 - Correctly install bundled mozjs38 (#1751250) +- Exclude private libraries from autogenerated provides and requires * Tue Aug 13 2019 dftxbs3e - 0.0.23b-8 - Fix build on ppc64le