add $ to ghc.attr library path; update changelog date

This commit is contained in:
Jens Petersen 2014-10-16 17:04:18 +09:00
parent 33502e39eb
commit 9914f51b1b
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ EOF
%changelog
* Mon Sep 29 2014 Jens Petersen <petersen@redhat.com> - 1.3.7-1
* Thu Oct 16 2014 Jens Petersen <petersen@redhat.com> - 1.3.7-1
- ghc.attr needs to handle requires for /usr/bin files too
* Wed Sep 10 2014 Jens Petersen <petersen@redhat.com> - 1.3.6-1

View File

@ -1,3 +1,3 @@
%__ghc_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir}
%__ghc_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}
%__ghc_path ^%{ghclibdir}/.*/libHS.*\\.(so|a) || ^%{_bindir}/.*
%__ghc_path ^%{ghclibdir}/.*/libHS.*\\.(so|a)$ || ^%{_bindir}/.*