From 7a7a83c0429b2b8266e37ff731d6e7f5cbf39f5b Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 1 Sep 2020 14:19:20 +0800 Subject: [PATCH] add yaml file --- dhcp.spec | 8 +++++++- dhcp.yaml | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 dhcp.yaml diff --git a/dhcp.spec b/dhcp.spec index 6325e0c..d25a9c0 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -3,7 +3,7 @@ Name: dhcp Version: 4.4.2 -Release: 1 +Release: 2 Summary: Dynamic host configuration protocol software #Please don't change the epoch on this package Epoch: 12 @@ -289,6 +289,12 @@ exit 0 %{_mandir}/man3/omapi.3.gz %changelog +* Tue Sep 01 2020 yuboyun - 4.4.2-2 +- Type:NA +- ID:NA +- SUG:NA +- DESC: add yaml file + * Wed Jul 22 2020 gaihuiying - 4.4.2-1 - Type:requirement - ID:NA diff --git a/dhcp.yaml b/dhcp.yaml new file mode 100644 index 0000000..cedcff4 --- /dev/null +++ b/dhcp.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://gitlab.isc.org/isc-projects/dhcp.git +tag_prefix: v +seperator: "_" -- Gitee