[ghc-rpm-macros] fix Requires misindent in ghc_devel_requires

Jens Petersen petersen at fedoraproject.org
Sat Jan 22 13:38:37 UTC 2011


commit 85779fa14ffd9058320711e32486151548504c32
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Jan 22 23:02:28 2011 +1000

    fix Requires misindent in ghc_devel_requires

 ghc-rpm-macros.ghc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc b/ghc-rpm-macros.ghc
index b73269e..95982c8 100644
--- a/ghc-rpm-macros.ghc
+++ b/ghc-rpm-macros.ghc
@@ -68,7 +68,7 @@ install --mode=0644 %{pkgnamever}.conf %{buildroot}%{ghclibdir}/package.conf.d\
 
 # devel pkg basic requires
 %ghc_devel_requires Requires:       ghc = %{ghc_version}\
- Requires(post): ghc = %{ghc_version}\
+Requires(post): ghc = %{ghc_version}\
 Requires(postun): ghc = %{ghc_version}\
 %if 0%{!?without_shared:1}\
 Requires:       ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}\


More information about the scm-commits mailing list