[redhat-rpm-config] The attached patch kills a bogus comment in redhat-rpm-config (it should have been killed along 2cbb

Panu Matilainen pmatilai at fedoraproject.org
Tue Sep 16 06:32:49 UTC 2014


commit caec3fe92f75a5fffa2a045fff6e17ed0b97c5f1
Author: Thierry Vignaud <thierry.vignaud at gmail.com>
Date:   Mon Sep 15 17:05:14 2014 +0200

    The attached patch kills a bogus comment in redhat-rpm-config
    (it should have been killed along 2cbbbb322e8c3f12b9a44117a728dd51f146e5b3
    
    Signed-off-by: Panu Matilainen <pmatilai at redhat.com>

 find-provides |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/find-provides b/find-provides
index 6ae4375..be1669d 100755
--- a/find-provides
+++ b/find-provides
@@ -10,8 +10,6 @@ fi
 
 filelist=`sed "s/['\"]/\\\&/g"`
 
-#
-# --- libtool
 [ -x /usr/lib/rpm/rpmdeps -a -n "$filelist" ] &&
     echo $filelist | tr '[:blank:]' \\n | /usr/lib/rpm/rpmdeps --provides
 


More information about the scm-commits mailing list