diff options
author | Simo Sorce <simo@redhat.com> | 2014-08-12 12:47:03 -0400 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2014-08-12 12:47:03 -0400 |
commit | a0715948b4499f1c2c1952fa34d53abe645ced13 (patch) | |
tree | 94bcd4e1fbdf01b41bd6e402d922d83d16786eb0 | |
parent | 8721be95bc5c07f5bf592a6bf75cc091d9c9b6de (diff) | |
download | mod_auth_gssapi-a0715948b4499f1c2c1952fa34d53abe645ced13.tar.gz mod_auth_gssapi-a0715948b4499f1c2c1952fa34d53abe645ced13.tar.xz mod_auth_gssapi-a0715948b4499f1c2c1952fa34d53abe645ced13.zip |
Add openssl BuildRequires
-rw-r--r-- | contrib/mod_auth_gssapi.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/mod_auth_gssapi.spec b/contrib/mod_auth_gssapi.spec index ec8832f..8d72b9c 100644 --- a/contrib/mod_auth_gssapi.spec +++ b/contrib/mod_auth_gssapi.spec @@ -8,7 +8,7 @@ License: MIT URL: https://github.com/modauthgssapi/mod_auth_gssapi Source0: https://github.com/modauthgssapi/%{name}/releases/download/v%{version}/%name-%{version}.tar.gz -BuildRequires: httpd-devel, krb5-devel +BuildRequires: httpd-devel, krb5-devel, openssl-devel Requires: httpd-mmn = %{_httpd_mmn} Requires: krb5-libs >= 1.11.5 |