From 230efa2eba9f6578cfbc7c3905c8c0295518c3e5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 29 May 2008 15:35:58 -0400 Subject: Added a condrestart for Apache in the rpm post to ensure that any changes to the mod python handlers are applied. --- cobbler.spec | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cobbler.spec') 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 - 1.0.1-1 - Upstream changes (see CHANGELOG) - stop owning files in tftpboot +- condrestart for Apache * Wed May 27 2008 Michael DeHaan - 1.0.0-2 - Upstream changes (see CHANGELOG) -- cgit