Displaying 2 results from an estimated 2 matches for "a598ef5".
2013 Aug 19
5
[PATCH v2 0/3 supermin] URPMI & xz support.
Joseph,
Please try my modified versions of these patches. These are
compile-tested on Fedora and they don't break any existing
functionality, but I don't have either urpmi nor a statically-linked
xz so I cannot fully test them.
I have also fixed detection of zlib (2/3).
Rich.
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...solve_dependencies_and_download;
- ph_list_files = pacman_g2_list_files;
- ph_get_file_from_package = pacman_g2_get_file_from_package;
- } in
- register_package_handler "pacman-g2" ph
diff --git a/src/supermin_urpmi_rpm.ml b/src/supermin_urpmi_rpm.ml
deleted file mode 100644
index a598ef5..0000000
--- a/src/supermin_urpmi_rpm.ml
+++ /dev/null
@@ -1,132 +0,0 @@
-(* supermin 4
- * Copyright (C) 2009-2013 Red Hat Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Softwar...