forked from pool/apache2
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:
committed by
Git OBS Bridge
parent
5f6514874a
commit
70524cd248
@@ -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
|
||||
|
Reference in New Issue
Block a user