Accepting request 307691 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/307691
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=123
This commit is contained in:
Dominique Leuenberger 2015-05-20 21:15:26 +00:00 committed by Git OBS Bridge
commit 9b15088ac4
2 changed files with 8 additions and 3 deletions

View File

@ -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 Wed Mar 4 22:52:17 CET 2015 - jdelvare@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package bash # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -650,7 +650,7 @@ EOF
%post -n bash-doc %post -n bash-doc
%install_info --info-dir=%{_infodir} %{_infodir}/bash.info.gz %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 %install_info_delete --info-dir=%{_infodir} %{_infodir}/bash.info.gz
%post -n libreadline6 -p /sbin/ldconfig %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}/history.info.gz
%install_info --info-dir=%{_infodir} %{_infodir}/readline.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}/history.info.gz
%install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/readline.info.gz