]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- php virtual deps are not always correct
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Jun 2007 09:17:13 +0000 (09:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.357

adapter.awk

index 50371bfb290db0b832eb50a3f04f179809581258..95421bc69ec4b35b1a546c29ac94631bc7155ddf 100644 (file)
@@ -1654,7 +1654,7 @@ function replace_php_virtual_deps()
 
        if (pkg ~ /^php-[a-z]/ && pkg !~ /^php-(pear|common|cli|devel|fcgi|cgi|dirs|program|pecl-)/) {
                sub(/^php-/, "php(", pkg);
-               sub(/$/, ")", pkg);
+               sub(/$/, ") # verify this correctness -- it may be wanted to use specific not virtual dep", pkg);
                $2 = pkg
        }
 
This page took 0.037266 seconds and 4 git commands to generate.