Commit Graph

6 Commits

Author SHA1 Message Date
Panu Matilainen 0600287d5d Rearrange new cli utilities' popt tables for nicer output
- Use a separate table for the tool-specific options, include that from
  the "master" option table to get option group summary in --help.
2010-11-15 09:07:10 +02:00
Panu Matilainen b611e57e66 Rpm option descriptions begin with lowercase letters, follow suit in rpmspec 2010-10-12 15:10:26 +03:00
Panu Matilainen 6f8125c9fd Only queryformat is relevant for specfiles
- Instead of including the entire rpmQueryPoptTable in rpmspec and
  showing several bogus options, support --qf/--queryformat "manually"
2010-10-12 15:07:38 +03:00
Panu Matilainen 999431a4ab Support overriding target for rpmspec queries too 2010-10-12 14:56:18 +03:00
Panu Matilainen fb369ee0cc Support both binary/source queries in rpmspec tool (RhBug:540807, ticket #89) 2010-10-12 14:46:39 +03:00
Panu Matilainen e8a1f5da3e Lift specfile query out of main rpm(query) into separate binary
- Avoids having to link /bin/rpm with librpmbuild and everything it
  might bring in (eg libmagic) which are not needed for core operation.
- Minimally preserve backwards compatibility with popt exec alias
2010-10-04 14:31:55 +03:00