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