[ghc-rpm-macros] fix missing \ in -m conditional

Jens Petersen petersen at fedoraproject.org
Wed Jun 5 03:50:31 UTC 2013


commit aae062eae8cbee80a86c1ab1c8a1fa0fbe9a44f5
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Jun 5 12:50:18 2013 +0900

    fix missing \ in -m conditional

 ghc-rpm-macros.ghc-extra |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-rpm-macros.ghc-extra b/ghc-rpm-macros.ghc-extra
index f9a4dba..014b877 100644
--- a/ghc-rpm-macros.ghc-extra
+++ b/ghc-rpm-macros.ghc-extra
@@ -69,7 +69,7 @@ Summary:        %{?common_summary}%{!?common_summary:Haskell %{pkgname} library}
 Requires(post): ghc-compiler = %{ghc_version}\
 Requires(postun): ghc-compiler = %{ghc_version}\
 %if 0%{!?-m:1}\
-Requires:       ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}
+Requires:       ghc-%{?pkg_name}%{!?pkg_name:%{pkgname}} = %{?pkgver}%{!?pkgver:%{version}}-%{release}\
 %endif
 
 # ghc_devel_package [-c cdepslist] [-l licensetag] [-m] [name] [version]


More information about the scm-commits mailing list