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
This commit is contained in:
parent
5f6514874a
commit
70524cd248
@ -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
|
Thu Apr 9 13:12:46 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1295,7 +1295,6 @@ if [ $1 -gt 1 ] ; then
|
|||||||
chown --reference=./%{sysconfdir}/httpd.conf $tmpfile
|
chown --reference=./%{sysconfdir}/httpd.conf $tmpfile
|
||||||
cmp -s $tmpfile ./%{sysconfdir}/httpd.conf || cp -p $tmpfile ./%{sysconfdir}/httpd.conf
|
cmp -s $tmpfile ./%{sysconfdir}/httpd.conf || cp -p $tmpfile ./%{sysconfdir}/httpd.conf
|
||||||
fi
|
fi
|
||||||
exit 0
|
|
||||||
|
|
||||||
rm -rf $tmpdir
|
rm -rf $tmpdir
|
||||||
%{_datadir}/%{name}/apache-20-22-upgrade
|
%{_datadir}/%{name}/apache-20-22-upgrade
|
||||||
|
Loading…
Reference in New Issue
Block a user