]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- handle Requires(sth,sthelse):
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 9 Dec 2002 09:34:24 +0000 (09:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adapter.awk -> 1.106

adapter.awk

index d4fef6dd64e4fd39db9a265f2070f8dac81bd0d2..ae250ea1628fe95436438988b666183ece8911fa 100644 (file)
@@ -514,7 +514,7 @@ function fixedsub(s1,s2,t,      ind) {
 function format_preamble()
 {
        sub(/:[ \t]*/, ":")
-       if (match($0, /[A-Za-z0-9()#_ \t]+[ \t]*:[ \t]*/) == 1) {
+       if (match($0, /[A-Za-z0-9(),#_ \t]+[ \t]*:[ \t]*/) == 1) {
                if (RLENGTH < 8)
                        sub(/:/, ":\t\t")
                else
This page took 0.034762 seconds and 4 git commands to generate.