From 85779fa14ffd9058320711e32486151548504c32 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sat, 22 Jan 2011 23:02:28 +1000 Subject: [PATCH] fix Requires misindent in ghc_devel_requires --- ghc-rpm-macros.ghc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}\