summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-server.spec.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-05-07 09:33:00 -0400
committerRob Crittenden <rcritten@redhat.com>2008-05-07 09:41:32 -0400
commit8e7561cff6df60e470f1a576f8dca3f025db0586 (patch)
tree8a40271f260d1e026f02bcf601bd77594a6d34bf /ipa-server/ipa-server.spec.in
parent5ad2af3429580bc45bdfb7de53601ddf615266bf (diff)
downloadfreeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.tar.gz
freeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.tar.xz
freeipa-8e7561cff6df60e470f1a576f8dca3f025db0586.zip
Refine our web space some more so that everything we reference is in /ipa
UI: /ipa/ui XML-RPC: /ipa/xml errors: /ipa/errors config: /ipa/config I had to hardcode that URI into the CSS pages but TurboGears handles the rest of the translations with tg.url(). Added a version to ipa.conf and ipa-rewrite.conf so we can update them in the future if needed with ipa-upgradeconfig 440443
Diffstat (limited to 'ipa-server/ipa-server.spec.in')
-rw-r--r--ipa-server/ipa-server.spec.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in
index 4390dff37..281fa07fe 100644
--- a/ipa-server/ipa-server.spec.in
+++ b/ipa-server/ipa-server.spec.in
@@ -1,6 +1,6 @@
Name: ipa-server
Version: VERSION
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: IPA authentication server
Group: System Environment/Base
@@ -93,6 +93,7 @@ fi
/bin/chown apache /var/log/ipa_error.log
/bin/chmod 600 /var/log/ipa_error.log
restorecon /var/log/ipa_error.log
+/usr/sbin/ipa-upgradeconfig
%preun
if [ $1 = 0 ]; then
@@ -118,6 +119,7 @@ fi
%{_sbindir}/ipactl
%{_sbindir}/ipa_kpasswd
%{_sbindir}/ipa_webgui
+%{_sbindir}/ipa-upgradeconfig
%attr(755,root,root) %{_initrddir}/ipa_kpasswd
%attr(755,root,root) %{_initrddir}/ipa_webgui
@@ -166,6 +168,9 @@ fi
%{_mandir}/man1/ipa-server-install.1.gz
%changelog
+* Tue May 5 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-2
+- Add ipa-upgradeconfig command and run it at post
+
* Thu Apr 3 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-1
- Version bump for release