diff --git a/ShellCheck.changes b/ShellCheck.changes index bdd9fc7..4631e60 100644 --- a/ShellCheck.changes +++ b/ShellCheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 1 10:05:21 UTC 2020 - Peter Simons + +- Drop bogus Setup.hs file to let the build succeed with ghc-8.8.x. +- Fix download URL. + ------------------------------------------------------------------- Fri Nov 8 16:15:21 UTC 2019 - Peter Simons diff --git a/ShellCheck.spec b/ShellCheck.spec index c3ac0ac..9eebb83 100644 --- a/ShellCheck.spec +++ b/ShellCheck.spec @@ -1,7 +1,7 @@ # # spec file for package ShellCheck # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -80,6 +80,7 @@ rm Setup.hs %install %ghc_lib_install %ghc_fix_rpath %{pkg_name}-%{version} +install -Dpm 0644 shellcheck.1 %{buildroot}%{_mandir}/man1/shellcheck.1 %check %cabal_test @@ -94,6 +95,7 @@ rm Setup.hs %license LICENSE %doc README.md %{_bindir}/shellcheck +%{_mandir}/man1/shellcheck.1%{?ext_man} %files -n ghc-%{name} -f ghc-%{name}.files %license LICENSE