Accepting request 768746 from server:mail

- Be aware that it might be that the version is not found (boo#1162245)

OBS-URL: https://build.opensuse.org/request/show/768746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mutt?expand=0&rev=89
This commit is contained in:
Dominique Leuenberger 2020-01-30 15:20:19 +00:00 committed by Git OBS Bridge
commit 23d982067e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 30 13:54:17 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Be aware that it might be that the version is not found (boo#1162245)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 28 13:42:02 UTC 2020 - Dr. Werner Fink <werner@suse.de> Tue Jan 28 13:42:02 UTC 2020 - Dr. Werner Fink <werner@suse.de>

View File

@ -285,7 +285,7 @@ install -D -m 644 doc/manual.txt.gz %{buildroot}%{_docdir}/%name/
%pre %pre
if test $1 -gt 1 -a -e %{_docdir}/%name/manual.txt.gz if test $1 -gt 1 -a -e %{_docdir}/%name/manual.txt.gz
then then
zcat %{_docdir}/%name/manual.txt.gz | grep -F 'version %{version}' > /run/mutt-version zcat %{_docdir}/%name/manual.txt.gz | grep -F 'version %{version}' > /run/mutt-version || :
fi fi
%post %post