]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
rpms2solv failed to write out most solvable data (bnc #422338).
authorMichael Andres <ma@suse.de>
Mon, 29 Sep 2008 12:56:20 +0000 (12:56 +0000)
committerMichael Andres <ma@suse.de>
Mon, 29 Sep 2008 12:56:20 +0000 (12:56 +0000)
VERSION.cmake
package/libsatsolver.changes
tools/rpms2solv.c

index 1059ec30c53ecb817d8bd499d1e9fe56804ccde8..cb95f45b5d96f33f3ea061e272aa455602e8c52d 100644 (file)
@@ -46,6 +46,6 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "10")
-SET(LIBSATSOLVER_PATCH "16")
+SET(LIBSATSOLVER_PATCH "17")
 
 # last released 0.10.16
index 74d4daf63027d4608123462f1a286fe28ddb00ec..4ba3b5b065f5ac67be3a4d09f9f85f74934a6e7a 100644 (file)
@@ -1,3 +1,9 @@
+-------------------------------------------------------------------
+Mon Sep 29 14:53:09 CEST 2008 - ma@suse.de
+
+- rpms2solv failed to write out most solvable data (bnc #422338).
+- revision 11201
+
 -------------------------------------------------------------------
 Fri Sep 26 11:54:34 CEST 2008 - kkaempf@suse.de
 
index 0965e71d8a5908a5e2d419a9510609054624471a..d4a228eb5c9bc3cafe34193fdcbb7f29e21ad033 100644 (file)
@@ -77,9 +77,9 @@ main(int argc, char **argv)
   repo = repo_create(pool, "rpms2solv");
   repodata = repo_add_repodata(repo, 0);
   repo_add_rpms(repo, repodata, rpms, nrpms);
-  tool_write(repo, basefile, 0);
   if (repodata)
     repodata_internalize(repodata);
+  tool_write(repo, basefile, 0);
   pool_free(pool);
   for (c = 0; c < nrpms; c++)
     free((char *)rpms[c]);