]> git.pld-linux.org Git - packages/adapter.git/commitdiff
- do not replace recommends with suggests
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Mar 2021 19:24:54 +0000 (20:24 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Mar 2021 19:24:54 +0000 (20:24 +0100)
- 1.516

adapter.awk

index e84d29ec6df1010f9597af5cf30499c770ee18a3..cc57f8a6d0056c5c5c00bd5ae6429081daea2c2d 100644 (file)
@@ -788,11 +788,6 @@ preamble == 1 {
                $1 = "URL:"
        }
 
-       # suse
-       if (field ~ /recommends:/) {
-               $1 = "Suggests:"
-       }
-
        if ($3 == "==" && $1 !~ /%/) {
                $3 = "="
        }
This page took 0.270235 seconds and 4 git commands to generate.