Fix default verify flags for %doc rh#235353
authorPaul Nasrat <pnasrat@redhat.com>
Mon, 16 Apr 2007 15:13:27 +0000 (16:13 +0100)
committerPaul Nasrat <pnasrat@redhat.com>
Mon, 16 Apr 2007 15:13:27 +0000 (16:13 +0100)
Patch from Michael Schroeder

build/files.c

index c38b0d3..6346389 100644 (file)
@@ -2135,7 +2135,7 @@ static int processPackageFiles(Spec spec, Package pkg,
        fl.isDir = 0;
        fl.inFtw = 0;
        fl.currentFlags = 0;
-       fl.currentVerifyFlags = 0;
+       fl.currentVerifyFlags = fl.defVerifyFlags;
 
        fl.noGlob = 0;
        fl.devtype = 0;