summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-server.spec
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-server/ipa-server.spec')
-rwxr-xr-xipa-server/ipa-server.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/ipa-server/ipa-server.spec b/ipa-server/ipa-server.spec
index 041c0944..049d71c1 100755
--- a/ipa-server/ipa-server.spec
+++ b/ipa-server/ipa-server.spec
@@ -1,6 +1,6 @@
Name: ipa-server
Version: 0.99.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: IPA authentication server
Group: System Environment/Base
@@ -92,7 +92,7 @@ fi
/bin/touch /var/log/ipa_error.log
/bin/chown apache /var/log/ipa_error.log
/bin/chmod 600 /var/log/ipa_error.log
-
+restorecon /var/log/ipa_error.log
%preun
if [ $1 = 0 ]; then
@@ -166,6 +166,9 @@ fi
%{_mandir}/man1/ipa-server-install.1.gz
%changelog
+* Fri Mar 14 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-5
+- Run restorecon on /var/log/ipa_error.log to ensure correct selinux context
+
* Fri Mar 14 2008 Rob Crittenden <rcritten@redhat.com> - 0.99.0-4
- Add missing man pages
- Add Conflicts for mod_ssl