Mailinglist Archive: opensuse-bugs (8956 mails)

< Previous Next >
[Bug 212276] bogus provides of NX break Firefox
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 17 Oct 2006 09:50:24 -0600 (MDT)
  • Message-id: <20061017155024.136E025C88A@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=212276





------- Comment #8 from ro@xxxxxxxxxx 2006-10-17 09:50 MST -------
the "fedora variant" from comment#4 looks correct, see also specfiles
of seamonkey or mozilla from any suse-distro, they use something similar.

%define my_provides /tmp/my-provides
cat << EOF > %{my_provides}
grep -vE "libnss3.so|libnssckbi.so|libsmime3.so|libsoftokn3.so|libssl3.so" |
%{__find_provides}
EOF
chmod 755 %{my_provides}
%define __find_provides %{my_provides}
%clean
rm -f %{my_provides}


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >
References