diff options
Diffstat (limited to 'redhat/applications/kerberostray/kerberostray.spec')
-rw-r--r-- | redhat/applications/kerberostray/kerberostray.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/redhat/applications/kerberostray/kerberostray.spec b/redhat/applications/kerberostray/kerberostray.spec index c73827101..043d884d1 100644 --- a/redhat/applications/kerberostray/kerberostray.spec +++ b/redhat/applications/kerberostray/kerberostray.spec @@ -113,6 +113,15 @@ BuildRequires: libcom_err-devel BuildRequires: %{_lib}ext2fs-devel %endif +# ACL support +BuildRequires: libacl-devel + +# IDN support +BuildRequires: libidn-devel + +# OPENSSL support +BuildRequires: openssl-devel + %description Kerberos ticket manager which sits in the system tray and allows viewing/control of Kerberos tickets |