From 613b30bf8ad72cb1b33c696706588bfa9a68e7b0 Mon Sep 17 00:00:00 2001 From: zengweifeng Date: Thu, 3 Sep 2020 09:49:19 +0800 Subject: [PATCH] add yaml file --- sendmail.spec | 8 +++++++- sendmail.yaml | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 sendmail.yaml diff --git a/sendmail.spec b/sendmail.spec index 83489a7..0ac6844 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -1,6 +1,6 @@ Name: sendmail Version: 8.16.1 -Release: 2 +Release: 3 Summary: A classic mail transfer agent from the Unix world License: Sendmail URL: http://www.sendmail.org/ @@ -466,6 +466,12 @@ exit 0 %changelog +* Thu Sep 03 2020 zengwefeng - 8.16.1-3 +- Type:NA +- ID:NA +- SUG:NA +- DESC:add yaml file + * Wed Aug 05 2020 zengwefeng - 8.16.1-2 - Type:requirement - ID:NA diff --git a/sendmail.yaml b/sendmail.yaml new file mode 100644 index 0000000..0ba3361 --- /dev/null +++ b/sendmail.yaml @@ -0,0 +1,5 @@ +version_control: NA +src_repo: NA +tag_prefix: NA +separator: NA +url: http://ftp.sendmail.org -- Gitee