From 409318ddc32077f8089bce8a09007ee5f67fa5d4 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 15 Aug 2007 18:29:07 -0400 Subject: Fix dependency and install ipa-kpasswd init script --- ipa-server/freeipa-server.spec | 4 ++-- ipa-server/freeipa-server.spec.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ipa-server') diff --git a/ipa-server/freeipa-server.spec b/ipa-server/freeipa-server.spec index 2da36a96a..75a05dd1f 100755 --- a/ipa-server/freeipa-server.spec +++ b/ipa-server/freeipa-server.spec @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel mhash-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 ntpd cyrus-sasl-gssapi nss TurboGears +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 %define httpd_conf /etc/httpd/conf.d %define plugin_dir /usr/lib/fedora-ds/plugins @@ -43,7 +43,7 @@ rm -rf %{buildroot} %{_sbindir}/ipa-server-install %{_sbindir}/ipa-server-setupssl %{_sbindir}/ipa_kpasswd - +%attr(755,root,root) %{_initrddir}/ipa-kpasswd %dir %{_usr}/share/ipa %{_usr}/share/ipa/* diff --git a/ipa-server/freeipa-server.spec.in b/ipa-server/freeipa-server.spec.in index aa75917da..ac101e764 100644 --- a/ipa-server/freeipa-server.spec.in +++ b/ipa-server/freeipa-server.spec.in @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: fedora-ds-base-devel openldap-devel krb5-devel nss-devel mozldap-devel openssl-devel mhash-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 ntpd cyrus-sasl-gssapi nss TurboGears +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 %define httpd_conf /etc/httpd/conf.d %define plugin_dir /usr/lib/fedora-ds/plugins @@ -43,7 +43,7 @@ rm -rf %{buildroot} %{_sbindir}/ipa-server-install %{_sbindir}/ipa-server-setupssl %{_sbindir}/ipa_kpasswd - +%attr(755,root,root) %{_initrddir}/ipa-kpasswd %dir %{_usr}/share/ipa %{_usr}/share/ipa/* -- cgit