diff options
author | Rob Crittenden <rcritten@redhat.com> | 2007-10-19 11:41:59 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2007-10-19 11:41:59 -0400 |
commit | f018c2123c2b0018af5d41ec007ac8ddf0f04d31 (patch) | |
tree | ccc64828651f973fddc0b75abfd130c7ef1756d6 /ipa-server | |
parent | ba0adcffb1a12b1aedc982c801268f5d9556c835 (diff) | |
download | freeipa-f018c2123c2b0018af5d41ec007ac8ddf0f04d31.tar.gz freeipa-f018c2123c2b0018af5d41ec007ac8ddf0f04d31.tar.xz freeipa-f018c2123c2b0018af5d41ec007ac8ddf0f04d31.zip |
Require mod_nss-1.0.7-2 or higher. This version fixes an issue when
using mod_nss with mod_proxy.
Diffstat (limited to 'ipa-server')
-rwxr-xr-x | ipa-server/freeipa-server.spec | 8 | ||||
-rw-r--r-- | ipa-server/freeipa-server.spec.in | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec index 59f69c811..4ca05cd53 100755 --- a/ipa-server/freeipa-server.spec +++ b/ipa-server/freeipa-server.spec @@ -1,6 +1,6 @@ Name: freeipa-server Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: FreeIPA authentication server Group: System Environment/Base @@ -11,7 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel -Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntp cyrus-sasl-gssapi nss TurboGears mod_nss +Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntp cyrus-sasl-gssapi nss TurboGears +Requires: mod_nss >= 1.0.7-2 %define httpd_conf /etc/httpd/conf.d %define plugin_dir %{_libdir}/dirsrv/plugins @@ -59,6 +60,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 19 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-4 +- Require mod_nss-1.0.7-2 for mod_proxy fixes + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3 - Convert to autotools-based build diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in index 2d9d43011..1ac6672ae 100644 --- a/ipa-server/freeipa-server.spec.in +++ b/ipa-server/freeipa-server.spec.in @@ -1,6 +1,6 @@ Name: freeipa-server Version: VERSION -Release: 3%{?dist} +Release: 4%{?dist} Summary: FreeIPA authentication server Group: System Environment/Base @@ -11,7 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel -Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntp cyrus-sasl-gssapi nss TurboGears mod_nss +Requires: python fedora-ds-base krb5-server krb5-server-ldap nss-tools openldap-clients httpd mod_python mod_auth_kerb python-ldap freeipa-python ntp cyrus-sasl-gssapi nss TurboGears +Requires: mod_nss >= 1.0.7-2 %define httpd_conf /etc/httpd/conf.d %define plugin_dir %{_libdir}/dirsrv/plugins @@ -59,6 +60,9 @@ rm -rf %{buildroot} %changelog +* Fri Oct 19 2007 Rob Crittenden <rcritten@redhat.com> - 0.4.0-4 +- Require mod_nss-1.0.7-2 for mod_proxy fixes + * Thu Oct 18 2007 Karl MacMillan <kmacmill@redhat.com> - 0.4.0-3 - Convert to autotools-based build |