From 70524cd248a5ccaf5254692c944a3d45c6488aabdc47eef9fde4ab30f5768156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Fri, 10 Apr 2015 01:12:40 +0000 Subject: [PATCH] Accepting request 295209 from home:kstreitova:branches:Apache - remove 'exit 0' from the %post section in the specfile that was placed here incorrectly and caused that the rest of the %post section couldn't be executed. OBS-URL: https://build.opensuse.org/request/show/295209 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=442 --- apache2.changes | 7 +++++++ apache2.spec | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apache2.changes b/apache2.changes index ac90b58..8a9e3aa 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 9 15:53:27 UTC 2015 - kstreitova@suse.com + +- remove 'exit 0' from the %post section in the specfile that was + placed here incorrectly and caused that the rest of the %post + section couldn't be executed. + ------------------------------------------------------------------- Thu Apr 9 13:12:46 UTC 2015 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index ce83508..aee5c99 100644 --- a/apache2.spec +++ b/apache2.spec @@ -1295,7 +1295,6 @@ if [ $1 -gt 1 ] ; then chown --reference=./%{sysconfdir}/httpd.conf $tmpfile cmp -s $tmpfile ./%{sysconfdir}/httpd.conf || cp -p $tmpfile ./%{sysconfdir}/httpd.conf fi -exit 0 rm -rf $tmpdir %{_datadir}/%{name}/apache-20-22-upgrade