Hello community, here is the log from the commit of package emacs for openSUSE:Factory checked in at 2018-07-23 17:57:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/emacs (Old) and /work/SRC/openSUSE:Factory/.emacs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "emacs" Mon Jul 23 17:57:12 2018 rev:140 rq:624234 version:26.1 Changes: -------- --- /work/SRC/openSUSE:Factory/emacs/emacs.changes 2018-07-14 20:14:14.694503159 +0200 +++ /work/SRC/openSUSE:Factory/.emacs.new/emacs.changes 2018-07-23 17:57:15.597210628 +0200 @@ -1,0 +2,6 @@ +Fri Jul 20 09:33:08 UTC 2018 - [email protected] + +- Avoid error message on info.info(.info) as this file should not be + installed due it is part of the system package info (boo#1101652) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ emacs.spec ++++++ --- /var/tmp/diff_new_pack.kiVfVy/_old 2018-07-23 17:57:19.381205900 +0200 +++ /var/tmp/diff_new_pack.kiVfVy/_new 2018-07-23 17:57:19.385205895 +0200 @@ -646,12 +646,14 @@ %post info for f in %info_files; do + test "$f" = "info.info" && continue test -e "$f" || f="${f}.info" %install_info --info-dir=%{_infodir} "%{_infodir}/$f.gz" done %preun info for f in %info_files; do + test "$f" = "info.info" && continue test -e "$f" || f="${f}.info" %install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f.gz" done
