3de29f2 repoquery: also get vendor information

Authored and Committed by Michel Alexandre Salim a year ago
    repoquery: also get vendor information
    
    Also query for vendor since we want to use that in auditing, and
    refactor to:
    
    - use namedtuple for the result type (we can add more fields here)
    - reflect on that to specify the CSV header when parsing
    
    Signed-off-by: Michel Alexandre Salim <salimma@centosproject.org>