From 63736f045883f2fdecd07636ff3abf83006c0b233a6b0b69f5068531e887def2 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 21 Dec 2015 08:34:00 +0000 Subject: [PATCH] Accepting request 349588 from home:cboltz:branches:Apache - fix typo in %apache_request_restart OBS-URL: https://build.opensuse.org/request/show/349588 OBS-URL: https://build.opensuse.org/package/show/Apache/apache-rpm-macros-control?expand=0&rev=3 --- apache-rpm-macros-control.changes | 5 +++++ macros.apache-control | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apache-rpm-macros-control.changes b/apache-rpm-macros-control.changes index 0054789..9533834 100644 --- a/apache-rpm-macros-control.changes +++ b/apache-rpm-macros-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 18 23:37:37 UTC 2015 - opensuse@cboltz.de + +- fix typo in %apache_request_restart + ------------------------------------------------------------------- Tue Nov 10 15:12:08 UTC 2015 - pgajdos@suse.com diff --git a/macros.apache-control b/macros.apache-control index f3550f0..5952e5a 100644 --- a/macros.apache-control +++ b/macros.apache-control @@ -27,7 +27,7 @@ # restart only specified instance, %%{apache_restart_flag}@ \ # means _only_ apache2.service \ echo "$instance_name" > %{apache_restart_flag}@$instance_name \ - echo "Requesting apache restart ($instance_name intance)" \ + echo "Requesting apache restart ($instance_name instance)" \ fi \ done \ fi \