From 7c3e047e59aa79f803e74d5179d6619b3588c103 Mon Sep 17 00:00:00 2001 From: yu_boyun <1215979730@qq.com> Date: Tue, 1 Sep 2020 14:31:22 +0800 Subject: [PATCH] add yaml file --- net-snmp.spec | 8 +++++++- net-snmp.yaml | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 net-snmp.yaml diff --git a/net-snmp.spec b/net-snmp.spec index 361c71f..1d1ce63 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Name: net-snmp Version: 5.8 -Release: 10 +Release: 11 Epoch: 1 Summary: SNMP Daemon License: BSD @@ -321,6 +321,12 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_mandir}/man1/fixproc* %changelog +* Tue Sep 01 2020 yuboyun - 5.8-11 +- Type:NA +- ID:NA +- SUG:NA +- DESC: add yaml file + * Thu Jul 09 2020 zhouyihang - 5.8-10 - Type:cves - ID:CVE-2019-20892 diff --git a/net-snmp.yaml b/net-snmp.yaml new file mode 100644 index 0000000..8c08fcf --- /dev/null +++ b/net-snmp.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: https://git.code.sf.net/p/net-snmp/code +tag_prefix: ^v +seperator: . -- Gitee