diff --git a/dhcp.spec b/dhcp.spec index 6325e0c2c65c3da43edfa794ec64eb827566097e..d25a9c0da29cf675d3b98c14a06ec8fcba729998 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 0000000000000000000000000000000000000000..cedcff4559212e11dc23849be90090a601d7ff54 --- /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: "_"