[plowshare] Solved problem with rpmlint

Elder Marco eldermarco at fedoraproject.org
Thu Aug 11 23:42:38 UTC 2011


commit 3830697627e4c37f668fd1b58ee7a519c756e882
Author: Elder Marco <eldermarco at fedoraproject.org>
Date:   Thu Aug 11 20:43:19 2011 -0300

    Solved problem with rpmlint
    
        This warning: macro-in-comment %doc

 plowshare.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plowshare.spec b/plowshare.spec
index ede2f72..4a17647 100644
--- a/plowshare.spec
+++ b/plowshare.spec
@@ -50,7 +50,7 @@ PREFIX=%{_prefix}     \
 bash setup.sh install
 
 # We remove at destination, so we still have install
-# for the %doc section
+# for the doc section
 rm -rf %{buildroot}%{_docdir}/%{name}
 
 %clean


More information about the scm-commits mailing list