From 2bcd7fd59cd6e51e8c46ac5f47422265d5f1bf5f Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 13 Oct 2020 16:36:54 +0800 Subject: [PATCH] add yaml file --- lorax.spec | 5 ++++- lorax.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 lorax.yaml diff --git a/lorax.spec b/lorax.spec index e75a2d0..3ed4224 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ Name: lorax Version: 33.6 -Release: 1 +Release: 2 Summary: A set of tools used to create bootable images License: GPLv2+ URL: https://github.com/weldr/lorax @@ -203,6 +203,9 @@ getent passwd weldr >/dev/null 2>&1 || useradd -r -g weldr -d / -s /sbin/nologin %{_mandir}/man1/*.1* %changelog +* Feb Oct 13 2020 yuboyun - 33.6-2 +- add yaml file + * Mon Aug 3 2020 zhujunhao - 33.6-1 - update to 33.6 diff --git a/lorax.yaml b/lorax.yaml new file mode 100644 index 0000000..a8ade08 --- /dev/null +++ b/lorax.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: weldr/lorax +tag_prefix: ^v +seperator: . -- Gitee