diff --git a/esc.spec b/esc.spec index 77a0d02..21a951a 100644 --- a/esc.spec +++ b/esc.spec @@ -1,6 +1,6 @@ Name: esc Version: 1.0.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Enterprise Security Client Smart Card Client License: GPL URL: http://directory.fedora.redhat.com/wiki/CoolKey @@ -26,6 +26,9 @@ Requires: zip # Xulrunner won't compile on ppc64 right now. ExcludeArch: s390 s390x ppc64 +# We can't allow the internal xulrunner to leak out +AutoProv: 0 + #%define __prelink_undo_cmd %{nil} %define escname %{name}-%{version} %define escdir %{_libdir}/%{escname} @@ -156,6 +159,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then fi %changelog +* Mon Jul 31 2006 Matthias Clasen - 1.0.0-3 +- Don't provide mozilla libraries + * Fri Jul 28 2006 Ray Strode - 1.0.0-2 - remove bogus gtk+ requires (and some others that will be automatic)