diff --git a/autoconf-archive.changes b/autoconf-archive.changes index 5ea321c..e646689 100644 --- a/autoconf-archive.changes +++ b/autoconf-archive.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 17 17:22:31 UTC 2021 - Dominique Leuenberger + +- Drop info Requires(pre|post) and usage of install_info and + install_info_delete in the pre/post scriptlets: info files are + handled by file triggers. + ------------------------------------------------------------------- Thu Oct 17 13:55:45 UTC 2019 - Richard Brown diff --git a/autoconf-archive.spec b/autoconf-archive.spec index 7f86239..ed590e5 100644 --- a/autoconf-archive.spec +++ b/autoconf-archive.spec @@ -1,7 +1,7 @@ # # spec file for package autoconf-archive # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,8 +26,6 @@ Source0: https://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}. Source1: https://ftp.gnu.org/pub/gnu/autoconf-archive/%{name}-%{version}.tar.xz.sig # http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x99089D72 Source2: %{name}.keyring -Requires(post): info -Requires(pre): info BuildArch: noarch %description @@ -60,12 +58,6 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/ # install via macro later rm -v %{buildroot}%{_docdir}/%{name}/COPYING* -%post -%install_info --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info%{ext_info} - -%preun -%install_info_delete --info-dir=%{_infodir} %{_infodir}/autoconf-archive.info%{ext_info} - %files %license COPYING* %doc AUTHORS README