it is not distver but releasever
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Sat, 11 Oct 2008 11:01:41 +0000 (11:01 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Sat, 11 Oct 2008 11:01:41 +0000 (11:01 +0000)
tools/repo_products.c

index deb7d24..95a9fc2 100644 (file)
@@ -275,9 +275,10 @@ endElement(void *userData, const char *name)
 
       // output distver if requested, only if the product is
       // a base product
+      // this is yum $releasever variable
       if (pd->currentproduct == pd->baseproduct
          && pd->attribute
-         && !strcmp(pd->attribute, "distver"))
+         && !strcmp(pd->attribute, "releasever"))
        {
          printf("%s\n", pd->tmpvers);
        }