From 890d92fc99963e34ccb2b7d58e1e8ed4a4df891acb941db9f5f40d15924355f6 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 18 May 2015 07:44:27 +0000 Subject: [PATCH] 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 --- bash.changes | 5 +++++ bash.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/bash.changes b/bash.changes index b272e08..c2c957c 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 5f03598..85ec495 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