From 487e2e6aadcf0fd27e79ae1e141d042309ab3d11aeb1283f4c9c32ee50433308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sun, 17 May 2015 16:07:26 +0000 Subject: [PATCH] Accepting request 307597 from home:msmeissn:branches:devel:tools:building - move delete of info file to preun section - move delete of info file to preun section OBS-URL: https://build.opensuse.org/request/show/307597 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/automake?expand=0&rev=48 --- automake-testsuite.changes | 5 +++++ automake-testsuite.spec | 4 ++-- automake.changes | 5 +++++ automake.spec | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/automake-testsuite.changes b/automake-testsuite.changes index 5dcd734..0957070 100644 --- a/automake-testsuite.changes +++ b/automake-testsuite.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 17 13:18:57 UTC 2015 - meissner@suse.com + +- move delete of info file to preun section + ------------------------------------------------------------------- Tue Feb 10 11:37:28 CET 2015 - pth@suse.de diff --git a/automake-testsuite.spec b/automake-testsuite.spec index 0011e35..82635c1 100644 --- a/automake-testsuite.spec +++ b/automake-testsuite.spec @@ -1,7 +1,7 @@ # # spec file for package automake-testsuite # -# 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 @@ -94,7 +94,7 @@ rm -rf %{buildroot}%{_infodir}/dir %post %install_info --info-dir=%{_infodir} %{_infodir}/automake.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz %if "%{name}" == "automake" diff --git a/automake.changes b/automake.changes index 5dcd734..0957070 100644 --- a/automake.changes +++ b/automake.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 17 13:18:57 UTC 2015 - meissner@suse.com + +- move delete of info file to preun section + ------------------------------------------------------------------- Tue Feb 10 11:37:28 CET 2015 - pth@suse.de diff --git a/automake.spec b/automake.spec index a3d2adc..9e3298f 100644 --- a/automake.spec +++ b/automake.spec @@ -1,7 +1,7 @@ # # spec file for package automake # -# 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 @@ -94,7 +94,7 @@ rm -rf %{buildroot}%{_infodir}/dir %post %install_info --info-dir=%{_infodir} %{_infodir}/automake.info.gz -%postun +%preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/automake.info.gz %if "%{name}" == "automake"