Accept files as command line arguments again in rpmdeps (RhBug:807767)
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 29 Mar 2012 08:26:57 +0000 (11:26 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 29 Mar 2012 08:26:57 +0000 (11:26 +0300)
commitfe252f21b370331016a952b085465cd97837aaef
tree1b32e2ef401225aa194d8da794ff37c5f042db2f
parentcc1e2328c1fe8ec8efdbef55259b34fa0f337837
Accept files as command line arguments again in rpmdeps (RhBug:807767)

- Commit a25c3c7bac95ab7eb55f0ecf0b8793d8da341611 removed what was
  supposedly a non-supported method of passing files as arguments
  (instead of the normal stdin method) to rpmdeps. Turns out
  rpmdeps is even documented to take files as cli args, and that's
  how Fedora's %filter_setup macros are calling it...
- Allow files as arguments again, but in a way that doesn't cause
  argvFoo() vs popt crash-n-burn.
tools/rpmdeps.c