xbps-dgraph: parse the "provides" obj for virtual packages.
This commit is contained in:
parent
da607becf9
commit
7b159d6f33
3
NEWS
3
NEWS
@ -1,5 +1,8 @@
|
||||
xbps-0.8.0 (???):
|
||||
|
||||
* xbps-dgraph: now parses the "provides" object in the package properties
|
||||
metadata plist file for packages providing virtual packages.
|
||||
|
||||
* xbps-bin(8): added -R option for the "remove" target, to recursively
|
||||
remove packages that were installed automatically by the package(s)
|
||||
that we want to remove, and no other package currently depends on.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*-
|
||||
* Copyright (c) 2010 Juan Romero Pardines.
|
||||
* Copyright (c) 2010-2011 Juan Romero Pardines.
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@ -45,7 +45,7 @@
|
||||
*/
|
||||
static const char *optional_objs[] = {
|
||||
"conflicts", "conf_files", "replaces", "run_depends", "preserve",
|
||||
"requiredby"
|
||||
"requiredby", "provides"
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user