search for: c827f13

Displaying 1 result from an estimated 1 matches for "c827f13".

Did you mean: 2827,13
2018 Oct 02
1
[supermin PATCH] rpm: generalize openSUSE support
..."sled"; "sles" ] || + string_prefix "opensuse" (Os_release.get_id ()) || try (stat "/etc/SuSE-release").st_kind = S_REG with Unix_error _ -> false) let mageia_detect () = diff --git a/tests/test-harder.sh b/tests/test-harder.sh index 54362de..c827f13 100755 --- a/tests/test-harder.sh +++ b/tests/test-harder.sh @@ -29,7 +29,7 @@ if [ -f /etc/os-release ]; then distro=$(. /etc/os-release && echo $ID) case "$distro" in fedora|rhel|centos) distro=redhat ;; - opensuse-leap|opensuse|sled|sles) distro=suse ;...