From 9e82321ead38cd46a154035009aded80a76d2c0d Mon Sep 17 00:00:00 2001 From: zengweifeng Date: Sat, 5 Sep 2020 10:44:07 +0800 Subject: [PATCH] add yaml file --- vsftpd.spec | 8 +++++++- vsftpd.yaml | 4 ++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 vsftpd.yaml diff --git a/vsftpd.spec b/vsftpd.spec index aafceda..d2c3558 100644 --- a/vsftpd.spec +++ b/vsftpd.spec @@ -2,7 +2,7 @@ Name: vsftpd Version: 3.0.3 -Release: 30 +Release: 31 Summary: It is a secure FTP server for Unix-like systems # OpenSSL link exception License: GPLv2 with exceptions @@ -147,6 +147,12 @@ cp -f %{SOURCE1} ./ %{_mandir}/man8/vsftpd.* %changelog +* Sat Sep 05 2020 zengwefeng - 3.0.3-31 +- Type:NA +- Id:NA +- SUG:NA +- DESC: add yaml file + * Fri Dec 20 2019 openEuler Buildteam - 3.0.3-30 - Type:bugfix - Id:NA diff --git a/vsftpd.yaml b/vsftpd.yaml new file mode 100644 index 0000000..6681dbb --- /dev/null +++ b/vsftpd.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: dagwieers/vsftpd +tag_prefix: ^v +separator: . -- Gitee