diff --git a/bash.changes b/bash.changes index 66264ca5..7cdde1b6 100644 --- a/bash.changes +++ b/bash.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 18 06:10:49 UTC 2015 - meissner@suse.com + +- move info deletion to %preun sections + ------------------------------------------------------------------- Wed Mar 4 22:52:17 CET 2015 - jdelvare@suse.de diff --git a/bash.spec b/bash.spec index 2ddf6827..23cacb5b 100644 --- a/bash.spec +++ b/bash.spec @@ -1,7 +1,7 @@ # # spec file for package bash # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -650,7 +650,7 @@ EOF %post -n bash-doc %install_info --info-dir=%{_infodir} %{_infodir}/bash.info.gz -%postun -n bash-doc +%preun -n bash-doc %install_info_delete --info-dir=%{_infodir} %{_infodir}/bash.info.gz %post -n libreadline6 -p /sbin/ldconfig @@ -661,7 +661,7 @@ EOF %install_info --info-dir=%{_infodir} %{_infodir}/history.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/readline.info.gz -%postun -n readline-doc +%preun -n readline-doc %install_info_delete --info-dir=%{_infodir} %{_infodir}/history.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz