xbps: fix patch.
This commit is contained in:
parent
dab4f5a08a
commit
c53e4c10dc
|
@ -9,19 +9,6 @@ Subject: [PATCH] Check if an update for conflicting pkg is in the transaction
|
||||||
lib/transaction_revdeps.c | 21 +++++++++++++++++++--
|
lib/transaction_revdeps.c | 21 +++++++++++++++++++--
|
||||||
2 files changed, 22 insertions(+), 2 deletions(-)
|
2 files changed, 22 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/NEWS b/NEWS
|
|
||||||
index ec6f96c..024ef75 100644
|
|
||||||
--- a/NEWS
|
|
||||||
+++ b/NEWS
|
|
||||||
@@ -1,5 +1,8 @@
|
|
||||||
xbps-0.26 (???):
|
|
||||||
|
|
||||||
+ * Do not abort transaction if updates for conflicting packages are in
|
|
||||||
+ the transaction due to checks of reverse dependencies in virtual packages.
|
|
||||||
+
|
|
||||||
xbps-0.25 (2013-07-05):
|
|
||||||
|
|
||||||
* Added support to validate reverse dependencies when updating packages.
|
|
||||||
diff --git a/lib/transaction_revdeps.c b/lib/transaction_revdeps.c
|
diff --git a/lib/transaction_revdeps.c b/lib/transaction_revdeps.c
|
||||||
index 316d937..b21c5b5 100644
|
index 316d937..b21c5b5 100644
|
||||||
--- lib/transaction_revdeps.c
|
--- lib/transaction_revdeps.c
|
||||||
|
|
Loading…
Reference in New Issue