Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Silence extra output on rpmspeq query on Buildsystem specs
Dynamic spec parsing emits "Reading <path>" messages to make it clear something out of the ordinary is going on, but this is undesireable on rpmspeq queries. Luckily there's a trivial solution: rpmbuild where you want these messages runs in verbose mode by default whereas rpmspec does not. So just moving the message to INFO level does exactly the right thing in both the above cases and as an added bonus, rpmbuild --quiet too. Add a test to go. Fies: rpm-software-management#3413
- Loading branch information