diff options
author | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-07-24 14:34:43 -0400 |
---|---|---|
committer | Rob Crittenden <rcrit@ipa.greyoak.com> | 2008-07-25 09:05:14 -0400 |
commit | a19d27717aef5089d35f589be7726e5627d1469b (patch) | |
tree | a630a496fe5d2ad81403541b6fdced88b11e3c2b /ipa-server/ipa-server.spec.in | |
parent | 4d88900c223502323d557ff5de8a308206b1443e (diff) | |
download | freeipa.git-a19d27717aef5089d35f589be7726e5627d1469b.tar.gz freeipa.git-a19d27717aef5089d35f589be7726e5627d1469b.tar.xz freeipa.git-a19d27717aef5089d35f589be7726e5627d1469b.zip |
Move the self-signed CA serialno file to /var/lib/ipa to adhere to the FHS
455064
Diffstat (limited to 'ipa-server/ipa-server.spec.in')
-rw-r--r-- | ipa-server/ipa-server.spec.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ipa-server/ipa-server.spec.in b/ipa-server/ipa-server.spec.in index f8b07dd8..acc932bf 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: 2%{?dist} +Release: 3%{?dist} Summary: IPA authentication server Group: System Environment/Base @@ -89,6 +89,9 @@ if [ $1 = 1 ]; then /sbin/chkconfig --add ipa_kpasswd /sbin/chkconfig --add ipa_webgui fi +if [ -e /usr/share/ipa/serial ]; then + mv /usr/share/ipa/serial /var/lib/ipa/ca_serialno +fi /bin/touch /var/log/ipa_error.log /bin/chown apache /var/log/ipa_error.log /bin/chmod 600 /var/log/ipa_error.log @@ -168,6 +171,9 @@ fi %{_mandir}/man1/ipa-server-install.1.gz %changelog +* Wed Jul 23 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-3 +- Move location of the self-signed CA serial number + * Tue May 5 2008 Rob Crittenden <rcritten@redhat.com> - 1.0.0-2 - Add ipa-upgradeconfig command and run it at post |