From ea9f8a75d82f64313a1059d981a408a80bae6e2c Mon Sep 17 00:00:00 2001 From: Alzim Date: Tue, 11 Aug 2020 03:21:37 +0300 Subject: [PATCH] Fix %global __requires_exclude --- firefox-esr78.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/firefox-esr78.spec b/firefox-esr78.spec index 51b2708..d94c0a4 100644 --- a/firefox-esr78.spec +++ b/firefox-esr78.spec @@ -48,13 +48,13 @@ # for i in /usr/lib64/firefox/* ; do if file $i | grep -q ELF ; then echo ; echo -- $i ; LC_ALL=C ldd $i | grep found ; fi; done # To make this list: # ( for i in /usr/lib64/firefox/* ; do if file $i | grep -q ELF ; then LC_ALL=C ldd $i | grep found | awk '{print $1}' | awk -F '\\.so' '{print $1}' ; fi; done ) | sort -u | tr '\n' '|' -%global __requires_exclude ^(liblgpllibs|libmozavutil|libmozgtk|libmozsandbox|libmozsqlite3|libnspr4|libnss3|libnssutil3|libplc4|libplds4|libsmime3|libssl3|libxul)\\.so(|\\(.*)$ +%global __requires_exclude ^(liblgpllibs|libmozavutil|libmozgtk|libmozsandbox|libmozsqlite3|libnspr4|libnss3|libnssutil3|libplc4|libplds4|libsmime3|libssl3|libxul)\\.so\\(.*)$ Summary: Next generation web browser Name: firefox-esr78 Version: %{major} Epoch: %{ff_epoch} -Release: 2 +Release: 1 License: MPLv1+ Group: Networking/WWW Url: http://www.mozilla.com/firefox/