From 5d545f8de291557340a65f41d2d86f6ec966a3c9 Mon Sep 17 00:00:00 2001 From: hht8 Date: Wed, 6 May 2020 03:56:00 +0000 Subject: [PATCH 1/5] Add libewf.yaml --- libewf.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 libewf.yaml diff --git a/libewf.yaml b/libewf.yaml new file mode 100644 index 0000000..8a5f0d8 --- /dev/null +++ b/libewf.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: ArchAssault-Project/libewf +tag_pattern: ^v +seperator: . From 73aa0eb2a8c69e996a13109f44e0ac086a5906c3 Mon Sep 17 00:00:00 2001 From: hht8 Date: Mon, 29 Jun 2020 19:26:35 +0800 Subject: [PATCH 2/5] modify yaml --- libewf.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libewf.yaml b/libewf.yaml index 8a5f0d8..055a435 100644 --- a/libewf.yaml +++ b/libewf.yaml @@ -1,4 +1,5 @@ +git_url: https://github.com/ArchAssault-Project/libewf.git version_control: github src_repo: ArchAssault-Project/libewf -tag_pattern: ^v -seperator: . +tag_prefix: "^v" +seperator: "." From 771bd6b5535396b785000232f67e82c2d5ae48c2 Mon Sep 17 00:00:00 2001 From: hht8 Date: Fri, 17 Jul 2020 15:28:50 +0800 Subject: [PATCH 3/5] modify tags in yaml --- libewf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libewf.yaml b/libewf.yaml index 055a435..2bd389c 100644 --- a/libewf.yaml +++ b/libewf.yaml @@ -1,5 +1,5 @@ git_url: https://github.com/ArchAssault-Project/libewf.git version_control: github src_repo: ArchAssault-Project/libewf -tag_prefix: "^v" +tag_prefix: "v." seperator: "." From fc312e7aee4c68d9f2ee12c8e403c3356a177a93 Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Wed, 2 Sep 2020 15:45:49 +0800 Subject: [PATCH 4/5] modify Source0 Url --- libewf.spec | 3 +-- libewf-20140608.tar.gz => v.20140608.tar.gz | Bin 2 files changed, 1 insertion(+), 2 deletions(-) rename libewf-20140608.tar.gz => v.20140608.tar.gz (100%) diff --git a/libewf.spec b/libewf.spec index 45d5c96..957d86e 100644 --- a/libewf.spec +++ b/libewf.spec @@ -4,8 +4,7 @@ Release: 13 Summary: Library to access the Expert Witness Compression Format (EWF) License: LGPLv3+ URL: http://sourceforge.net/projects/libewf/ -#Source0 url: https://github.com/ArchAssault-Project/libewf/archive/v.20140608.tar.gz -Source0: %{name}-%{version}.tar.gz +Source0: https://github.com/ArchAssault-Project/libewf/archive/v.20140608.tar.gz BuildRequires: gcc-c++ fuse-devel libuuid-devel openssl-devel zlib-devel python2-devel %description diff --git a/libewf-20140608.tar.gz b/v.20140608.tar.gz similarity index 100% rename from libewf-20140608.tar.gz rename to v.20140608.tar.gz From 1958ebd5067af4a0aaa6ef950498d3609c4445a2 Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Wed, 2 Sep 2020 16:12:37 +0800 Subject: [PATCH 5/5] modify source0 url --- libewf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libewf.spec b/libewf.spec index 957d86e..70e3cbe 100644 --- a/libewf.spec +++ b/libewf.spec @@ -1,6 +1,6 @@ Name: libewf Version: 20140608 -Release: 13 +Release: 14 Summary: Library to access the Expert Witness Compression Format (EWF) License: LGPLv3+ URL: http://sourceforge.net/projects/libewf/ @@ -79,5 +79,8 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool %{_mandir}/man3/*.gz %changelog +* Wed Sep 2 2020 zhangtao - 20140608-14 +- Modify the Source0 Url + * Tue Feb 25 2020 Tianfei - 20140608-13 - Package init