Displaying 4 results from an estimated 4 matches for "supermin_yum_rpm".
2013 Jun 06
1
[supermin PATCH] RFC: Add a --names-only flag.
...6 +++---
src/supermin_cmdline.ml | 13 ++++++++++---
src/supermin_cmdline.mli | 10 +++++++---
src/supermin_debian.ml | 7 +++++--
src/supermin_package_handlers.ml | 2 +-
src/supermin_package_handlers.mli | 4 ++--
src/supermin_pacman.ml | 2 +-
src/supermin_yum_rpm.ml | 2 +-
src/supermin_zypp_rpm.ml | 10 +++++-----
10 files changed, 36 insertions(+), 22 deletions(-)
diff --git a/src/.depend b/src/.depend
index 624191e..8342f31 100644
--- a/src/.depend
+++ b/src/.depend
@@ -5,11 +5,11 @@ supermin_cmdline.cmo: config.cmo supermin_cmdline....
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.
2013 Apr 09
2
[PATCH 1/2] add run_shell helper
The new run_shell helper is a copy of run_python,
and will be used by upcoming changes.
Signed-off-by: Olaf Hering <olaf at aepfle.de>
---
src/supermin_utils.ml | 9 +++++++++
src/supermin_utils.mli | 5 +++++
2 files changed, 14 insertions(+)
diff --git a/src/supermin_utils.ml b/src/supermin_utils.ml
index f98e09a..cb8a27e 100644
--- a/src/supermin_utils.ml
+++ b/src/supermin_utils.ml
2014 Feb 25
2
[PATCH supermin v4] Supermin 5 rewrite.
...rc/supermin_package_handlers.mli | 73 -----
src/supermin_pacman.ml | 145 ---------
src/supermin_pacman_g2.ml | 149 ---------
src/supermin_urpmi_rpm.ml | 132 --------
src/supermin_utils.ml | 158 ---------
src/supermin_utils.mli | 78 -----
src/supermin_yum_rpm.ml | 262 ---------------
src/supermin_zypp_rpm.ml | 269 ----------------
src/types.ml | 19 ++
src/utils.ml | 207 ++++++++++++
src/utils.mli | 95 ++++++
76 files changed, 4497 insertions(+), 7269 deletions(-)
de...