summaryrefslogtreecommitdiffstats
path: root/cobbler.spec
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-29 15:35:58 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-29 15:35:58 -0400
commit230efa2eba9f6578cfbc7c3905c8c0295518c3e5 (patch)
tree188da0f8c14bdd2aad15a52bcb42cd9f39f546d6 /cobbler.spec
parent1a1b827947e3c50e7e1e31595df6909371c8d256 (diff)
downloadthird_party-cobbler-230efa2eba9f6578cfbc7c3905c8c0295518c3e5.tar.gz
third_party-cobbler-230efa2eba9f6578cfbc7c3905c8c0295518c3e5.tar.xz
third_party-cobbler-230efa2eba9f6578cfbc7c3905c8c0295518c3e5.zip
Added a condrestart for Apache in the rpm post to ensure that any changes to the mod python
handlers are applied.
Diffstat (limited to 'cobbler.spec')
-rw-r--r--cobbler.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler.spec b/cobbler.spec
index 6819e42..959a7a7 100644
--- a/cobbler.spec
+++ b/cobbler.spec
@@ -73,6 +73,7 @@ fi
%postun
if [ "$1" -ge "1" ]; then
/sbin/service cobblerd condrestart >/dev/null 2>&1 || :
+ /sbin/service httpd condrestart >/dev/null 2>&1 || :
fi
%clean
@@ -191,6 +192,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
* Thu May 28 2008 Michael DeHaan <mdehaan@redhat.com> - 1.0.1-1
- Upstream changes (see CHANGELOG)
- stop owning files in tftpboot
+- condrestart for Apache
* Wed May 27 2008 Michael DeHaan <mdehaan@redhat.com> - 1.0.0-2
- Upstream changes (see CHANGELOG)