don't auto-generate requires either

This commit is contained in:
Matthias Clasen 2006-08-01 04:01:05 +00:00
parent 2fa332518a
commit 4fbf66162a

View File

@ -1,6 +1,6 @@
Name: esc Name: esc
Version: 1.0.0 Version: 1.0.0
Release: 3%{?dist} Release: 4%{?dist}
Summary: Enterprise Security Client Smart Card Client Summary: Enterprise Security Client Smart Card Client
License: GPL License: GPL
URL: http://directory.fedora.redhat.com/wiki/CoolKey URL: http://directory.fedora.redhat.com/wiki/CoolKey
@ -21,13 +21,14 @@ BuildRequires: pcsc-lite-devel coolkey-devel
BuildRequires: desktop-file-utils zip binutils BuildRequires: desktop-file-utils zip binutils
Requires: pcsc-lite ifd-egate coolkey Requires: pcsc-lite ifd-egate coolkey
Requires: zip Requires: zip
Requires: gtk2 libstdc++
# 390 does not have coolkey or smartCards # 390 does not have coolkey or smartCards
# Xulrunner won't compile on ppc64 right now. # Xulrunner won't compile on ppc64 right now.
ExcludeArch: s390 s390x ppc64 ExcludeArch: s390 s390x ppc64
# We can't allow the internal xulrunner to leak out # We can't allow the internal xulrunner to leak out
AutoProv: 0 AutoReqProv: 0
#%define __prelink_undo_cmd %{nil} #%define __prelink_undo_cmd %{nil}
%define escname %{name}-%{version} %define escname %{name}-%{version}
@ -159,6 +160,9 @@ if [ -x %{_bindir}/gtk-update-icon-cache ]; then
fi fi
%changelog %changelog
* Tue Aug 1 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-4
- Don't auto-generate requires either
* Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-3 * Mon Jul 31 2006 Matthias Clasen <mclasen@redhat.com> - 1.0.0-3
- Don't provide mozilla libraries - Don't provide mozilla libraries