From 7222eaa1c064def2fe354d8a94db7a918a3f8473 Mon Sep 17 00:00:00 2001 From: zhang__3125 Date: Fri, 27 Nov 2020 13:47:24 +0800 Subject: [PATCH 1/4] 20201127 add yaml file --- hddtemp.spec | 2 +- hddtemp.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 hddtemp.yaml diff --git a/hddtemp.spec b/hddtemp.spec index 7949852..10fb8d5 100644 --- a/hddtemp.spec +++ b/hddtemp.spec @@ -1,6 +1,6 @@ Name: hddtemp Version: 0.3 -Release: 1.beta15%{?dist} +Release: 2 Summary: Hard disk temperature tool License: GPLv2+ URL: http://savannah.nongnu.org/projects/hddtemp/ diff --git a/hddtemp.yaml b/hddtemp.yaml new file mode 100644 index 0000000..4fc4076 --- /dev/null +++ b/hddtemp.yaml @@ -0,0 +1,4 @@ +version_control: git +src_repo: +tag_prefix: "hddtemp-" +seperator: "." -- Gitee From 48e52a359aab1036cb3490cf2d34d435722af60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=90=B3?= Date: Wed, 2 Dec 2020 18:08:39 +0800 Subject: [PATCH 2/4] update hddtemp.yaml. --- hddtemp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hddtemp.yaml b/hddtemp.yaml index 4fc4076..62e7cfd 100644 --- a/hddtemp.yaml +++ b/hddtemp.yaml @@ -1,4 +1,4 @@ -version_control: git -src_repo: -tag_prefix: "hddtemp-" -seperator: "." +version_control: ftp +src_repo: http://download.savannah.nongnu.org/releases/hddtemp +tag_pattern: "hddtemp-(.*)-beta15.tar.bz2" +seperator: "." \ No newline at end of file -- Gitee From 8cfb3396220f32e0581387e5147004c477a68f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=90=B3?= Date: Wed, 2 Dec 2020 18:17:31 +0800 Subject: [PATCH 3/4] update hddtemp.spec. --- hddtemp.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hddtemp.spec b/hddtemp.spec index 10fb8d5..b9f9039 100644 --- a/hddtemp.spec +++ b/hddtemp.spec @@ -1,6 +1,6 @@ Name: hddtemp Version: 0.3 -Release: 2 +Release: 2.beta15 Summary: Hard disk temperature tool License: GPLv2+ URL: http://savannah.nongnu.org/projects/hddtemp/ @@ -13,7 +13,8 @@ Source4: %{name}.pam Source5: %{name}.consoleapp Patch0: 0001-Try-attribute-190-if-194-doesn-t-exist.patch -Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-53.diff.gz +#Patch1: http://ftp.debian.org/debian/pool/main/h/hddtemp/hddtemp_0.3-beta15-53.diff.gz +Patch1: hddtemp_0.3-beta15-53.diff.gz Patch2: %{name}-0.3-beta15-autodetect-717479.patch Patch3: 0001-Allow-binding-to-a-listen-address-that-doesn-t-exist.patch Patch4: fix-model-length.patch -- Gitee From 279b082ce0708af6edabc2dcce153d41b15f6fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=90=B3?= Date: Wed, 2 Dec 2020 18:18:46 +0800 Subject: [PATCH 4/4] update hddtemp.yaml. --- hddtemp.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hddtemp.yaml b/hddtemp.yaml index 62e7cfd..6ca2310 100644 --- a/hddtemp.yaml +++ b/hddtemp.yaml @@ -1,4 +1,5 @@ version_control: ftp src_repo: http://download.savannah.nongnu.org/releases/hddtemp +tag_prefix: tag_pattern: "hddtemp-(.*)-beta15.tar.bz2" seperator: "." \ No newline at end of file -- Gitee