Accepting request 626529 from devel:languages:haskell

Drop config.log from doc to fix build-compare.

OBS-URL: https://build.opensuse.org/request/show/626529
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alex?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2018-07-31 14:03:42 +00:00 committed by Git OBS Bridge
commit e700f99f09
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 30 03:30:56 UTC 2018 - bwiedemann@suse.com
- Drop config.log from doc to fix build-compare
-------------------------------------------------------------------
Wed Jul 18 14:26:08 UTC 2018 - psimons@suse.com

View File

@ -55,7 +55,7 @@ test -f configure || autoreconf
%ghc_bin_install
mkdir -p %{buildroot}/%{_mandir}/man1
cp doc/alex.1 %{buildroot}/%{_mandir}/man1
rm doc/autom4te.cache/requests # varies across builds, breaking build-compare
rm -f doc/autom4te.cache/requests doc/config.log # varies across builds, breaking build-compare
%check
# Ensure that the test suite can find the alex binary.