pacman/src/pacman
Allan McRae 7d1ea0b814 Handle provides with -Q
It is useful to be able to use "pacman -Qi" on any dependency, even if that
dependency is a provide.  For example, on Arch Linux systems, "sh" is provided
by the "bash" package, and many packages depend on "sh". Querying the
package that provides the "sh" dependency currently requires first searching
for "sh".

This patch allows the use of "pacman -Qi" on a provide.

Fixes FS#20650.

Signed-off-by: Allan McRae <allan@archlinux.org>
2016-05-05 13:52:23 +10:00
..
po Regenerate translations for 5.0.1 2016-02-23 13:09:39 +10:00
.gitignore Remove pacman.static build from build files 2008-07-15 19:05:24 -05:00
Makefile.am move signal handlers to sighandler.[ch] 2015-12-05 18:09:39 +10:00
callback.c Print replacements when using -Sup 2016-05-05 13:52:23 +10:00
callback.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
check.c Do not add root prefix twice when checking database files 2016-03-28 17:16:27 +10:00
check.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
conf.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
conf.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
database.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
deptest.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
files.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
ini.c move ini parser into common 2015-09-20 17:36:53 +10:00
ini.h move ini parser into common 2015-09-20 17:36:53 +10:00
package.c dump_pkg_info: fix wide character title alignment 2016-02-20 14:01:52 +10:00
package.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pacman.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
pacman.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
query.c Handle provides with -Q 2016-05-05 13:52:23 +10:00
remove.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
sighandler.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
sighandler.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00
sync.c Remove notification of system upgrade when only printing URLs 2016-05-05 13:52:23 +10:00
upgrade.c Update copyright years for 2016 2016-01-04 13:27:08 +10:00
util-common.c Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util-common.h Split common utility functions for libalpm and pacman 2013-01-04 21:49:37 +10:00
util.c use multi-byte character matching for user input 2016-02-26 15:52:25 +10:00
util.h Update copyright years for 2016 2016-01-04 13:27:08 +10:00