[packages/smokeping] next fix for _noautoreq_perl
    sls 
    sls at pld-linux.org
       
    Sat Feb 27 22:51:22 CET 2016
    
    
  
commit 7f3397ca6bbe485a51a3208266c8ca173c2a0954
Author: Szymon Siwek <sls at pld-linux.org>
Date:   Sat Feb 27 17:14:48 2016 +0100
    next fix for _noautoreq_perl
 smokeping.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/smokeping.spec b/smokeping.spec
index e5e774e..48a9013 100644
--- a/smokeping.spec
+++ b/smokeping.spec
@@ -58,7 +58,8 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 # 4. xclip -o | sed 's/ perl/\nperl/g' | awk '{print $1}' | sort -u > perlprov
 # 5. select Requires from repackage output
 # 6. xclip -o | sed 's/ perl/\nperl/g' | awk '{print $1}' | sort -u > perlreq
-# 7. cat perlprov perlprov perlreq | awk '{print $1}' | sort | uniq -c | grep '^      2 ' | awk '{print $2}' | tr '\n' ' '
+# 7. cat perlprov perlprov perlreq | awk '{print $1}' | sort | uniq -c | \
+#      grep '^      2 ' | sed 's/.*perl(//; s/)//' | tr '\n' ' '
 
 %define		_sysconfdir	/etc/%{name}
 %define		_webapps	/etc/webapps
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/smokeping.git/commitdiff/0a283877296cc0f2d22c4def4d63d9953199308f
    
    
More information about the pld-cvs-commit
mailing list