Re: [Rpm-maint] [rpm] Fix broken -q on %setup. (#20)

2015-11-13 Thread Florian Festi
Thanks for the fix! Pushed. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/20#issuecomment-156067274___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-m

Re: [Rpm-maint] [rpm] Fix broken -q on %setup. (#20)

2015-11-13 Thread Florian Festi
Closed #20. --- Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/20#event-462296518___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint

[Rpm-maint] [rpm] Fix broken -q on %setup. (#20)

2015-10-13 Thread Andreas Scherer
popt would set 'quietly' not until poptGetNextOpt would encounter '-q'. Any extraction that occurred prior to this would be 'verbose'. By looking for '-q' in the full '%setup' line beforehand, this is fixed. You can view, comment on, or merge this pull request online at: https://github.com/rpm-s