diff --git a/libreoffice.spec b/libreoffice.spec index b7ce9ec..58ebca5 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -40,8 +40,8 @@ %else # Hack in the bundled libs to not pop up on requires/provides to avoid # faking libreoffice provide some system packages -%global __provides_exclude_from ^%{_libdir}/libreoffice/lib{gpg,assuan}*\\.pc$ -%global __requires_exclude_from ^%{_libdir}/libreoffice/lib{gpg,assuan}*\\.pc$ +%global __provides_exclude_from ^%{_libdir}/libreoffice/lib(gpg|assuan).*\\.so.*$ +%global __requires_exclude_from ^%{_libdir}/libreoffice/lib(gpg|assuan).*\\.so.*$ %bcond_with system_gpgme %endif Name: libreoffice