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"