From 7f991db7edaf54ddd4b53b5cecf6dcee10140ee5 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Tue, 21 Aug 2007 13:09:03 +0000 Subject: [PATCH] fix invalid capability creation (#301690) --- VERSION.cmake | 2 +- src/zypper-misc.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.cmake b/VERSION.cmake index 22a30db..7969abb 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -20,4 +20,4 @@ SET(VERSION_MAJOR "0") SET(VERSION_MINOR "8") -SET(VERSION_PATCH "14") +SET(VERSION_PATCH "155555") diff --git a/src/zypper-misc.cc b/src/zypper-misc.cc index deab5b5..61cb617 100644 --- a/src/zypper-misc.cc +++ b/src/zypper-misc.cc @@ -258,7 +258,7 @@ Capability safe_parse_cap (const ResObject::Kind &kind, const string & capstr) { { cout_vv << "installed resolvable named " << capstr << " found, changing capability to " << new_capstr << endl; - new_capstr = capstr + ">" + vg.edition.asString(); + new_capstr = capstr + " > " + vg.edition.asString(); } } } -- 2.7.4