Displaying 2 results from an estimated 2 matches for "bcba4c1a1".
2018 Oct 01
1
[PATCH] build: support openSUSE Leap 15.0
...E-related IDs. While there is already --with-distro=ID to force the
ID without using os-release, this makes it possible to build OOTB.
---
m4/guestfs-appliance.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4
index 5c2bc3e8d..bcba4c1a1 100644
--- a/m4/guestfs-appliance.m4
+++ b/m4/guestfs-appliance.m4
@@ -105,7 +105,7 @@ AC_ARG_WITH([distro],
DISTRO="`. /etc/os-release && echo $ID | tr '@<:@:lower:@:>@' '@<:@:upper:@:>@'`"
AS_CASE([$DISTRO],...
2018 Oct 02
1
[PATCH] rpm: generalize openSUSE support
...for that prefix at once, keeping
compatibility for the old "opensuse" ID.
Followup of commit a4e53bcbc52594f8863e7866448640f7ac8ab0f9.
---
m4/guestfs-appliance.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4
index bcba4c1a1..0a3d6133a 100644
--- a/m4/guestfs-appliance.m4
+++ b/m4/guestfs-appliance.m4
@@ -105,7 +105,7 @@ AC_ARG_WITH([distro],
DISTRO="`. /etc/os-release && echo $ID | tr '@<:@:lower:@:>@' '@<:@:upper:@:>@'`"
AS_CASE([$DISTRO],...