SHA256
3
0
forked from pool/bash

Accepting request 307684 from home:msmeissn:branches:Base:System

- move info deletion to %preun sections

OBS-URL: https://build.opensuse.org/request/show/307684
OBS-URL: https://build.opensuse.org/package/show/Base:System/bash?expand=0&rev=202
This commit is contained in:
Dr. Werner Fink 2015-05-18 07:44:27 +00:00 committed by Git OBS Bridge
parent 02430567d9
commit 890d92fc99
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

View File

@ -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