Description of problem: The preunintall script for w3m-el-common is truncated. Version-Release number of selected component (if applicable): w3m-el-common-1.3.5-2 How reproducible: always Steps to Reproduce: 1. rpm -e `rpm -qa | grep w3m` (or rpm -e w3m-el-common after other w3m packages are uninstalled) Actual results: An error message such as this: /var/tmp/rpm-tmp.41944: line 6: syntax error: unexpected end of file error: %preun(w3m-el-common-1.3.5-2) scriptlet failed, exit status 2 is issued. The package is not uninstalled. Expected results: The package should have uninstalled. Additional info: rpm -qi --scripts shows the preuninstall script to be as follows: if [ "$1" = 0 ]; then /sbin/install-info --delete /usr/share/info/emacs-w3m.info \ /usr/share/info/dir --section="GNU Emacs Lisp" /sbin/install-info --delete /usr/share/info/emacs-w3m-ja.info \ /usr/share/info/dir --section="GNU Emacs Lisp" Someone lost the fi. I've heard of a giant who has some for a fee, fo, and fum.
I fixed it locally. just waiting bug #102093 will be fixed to build this.
fixed.