
Please, next time add the tag [PATCH] when sending patches to the ML. You can follow the instructions at https://github.com/kimchi-project/kimchi/wiki/How-to-Contribute for more details on how configure your git-sendmail properly. On 01/06/2016 12:10 PM, Ramon Medeiros wrote:
Signed-off-by: Ramon Medeiros <ramonn@linux.vnet.ibm.com> --- distros.d/opensuse.json | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/distros.d/opensuse.json b/distros.d/opensuse.json index f51de97..7df2d86 100644 --- a/distros.d/opensuse.json +++ b/distros.d/opensuse.json @@ -19,5 +19,12 @@ "os_arch": "x86_64", "os_version": "13.2", "path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/13.2/iso/openSUSE-13.2..." + }, + { + "name": "opensuse-42.1", + "os_distro": "opensuse", + "os_arch": "x86_64", + "os_version": "42.1", + "path": "http://suse.mirrors.tds.net/pub/opensuse/distribution/leap/42.1/iso/openSUSE..." } ]