diff options
author | Michael Schroeder <mls@suse.de> | 2013-03-22 16:42:44 +0100 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-03-22 16:42:44 +0100 |
commit | 646a92ed488b5aaddaacbb825a03c1f4cbfc1d9e (patch) | |
tree | cf31ea4d9a62dfefc201a14b18657c0a87de625b /ext | |
parent | f213feee97c4b5b7365e3e3b4d25a7e6365f1486 (diff) | |
download | libsolv-646a92ed488b5aaddaacbb825a03c1f4cbfc1d9e.tar.gz libsolv-646a92ed488b5aaddaacbb825a03c1f4cbfc1d9e.tar.bz2 libsolv-646a92ed488b5aaddaacbb825a03c1f4cbfc1d9e.zip |
rename "NOOBSOLETES" to "MULTIVERSION"
The name was always not very fitting, but newer rpm versions do look
at the obsoletes and just don't remove packages with the same name,
which makes the old name even worse. So rename to "multiversion",
which seems to be what many package managers use anyway.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/testcase.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/testcase.c b/ext/testcase.c index 48e4c21..72f9dc8 100644 --- a/ext/testcase.c +++ b/ext/testcase.c @@ -38,7 +38,8 @@ static struct job2str { { SOLVER_ERASE, "erase" }, { SOLVER_UPDATE, "update" }, { SOLVER_WEAKENDEPS, "weakendeps" }, - { SOLVER_NOOBSOLETES, "noobsoletes" }, + { SOLVER_MULTIVERSION, "multiversion" }, + { SOLVER_MULTIVERSION, "noobsoletes" }, /* old name */ { SOLVER_LOCK, "lock" }, { SOLVER_DISTUPGRADE, "distupgrade" }, { SOLVER_VERIFY, "verify" }, |