[shogun/el5] the doc-pkg should Requires: %%{name}-data instead of BuildRequires

Björn Esser besser82 at fedoraproject.org
Mon Jan 6 10:53:04 UTC 2014


commit 4d216032629452ac34ac5fc6c7c345363c8936a2
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Mon Jan 6 11:52:44 2014 +0100

    the doc-pkg should Requires: %%{name}-data instead of BuildRequires

 shogun.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 87bf7fe..163c2ed 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -307,7 +307,7 @@ BuildRequires:		texlive-appendix
 BuildRequires:		texlive-lastpage
 BuildRequires:		texlive-todonotes
 
-BuildRequires:		%{name}-data		=  %{data_ver}
+Requires:		%{name}-data		=  %{data_ver}
 
 %description doc
 %{?common_description}


More information about the scm-commits mailing list