From 4537df23783fb0feaf4b0cad0afed15d8cc3fbb3 Mon Sep 17 00:00:00 2001 From: Leo Fang Date: Mon, 3 Aug 2020 22:01:34 +0800 Subject: [PATCH] Update url of Source0 and add yaml file Signed-off-by: Leo Fang --- pyparted.spec | 9 ++++++--- pyparted.yaml | 4 ++++ 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 pyparted.yaml diff --git a/pyparted.spec b/pyparted.spec index 375587e..0796406 100644 --- a/pyparted.spec +++ b/pyparted.spec @@ -3,13 +3,13 @@ Name: pyparted Epoch: 1 Version: 3.11.2 -Release: 1 +Release: 2 Summary: Python bindings for libparted License: GPLv2 Group: System Environment/Libraries URL: https://github.com/dcantrell/pyparted -Source0: https://github.com/dcantrell/pyparted/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/dcantrell/pyparted/releases/download/v%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc git pkgconfig e2fsprogs parted-devel >= 3.2-18 @@ -77,7 +77,10 @@ popd %{python3_sitearch}/%{name}-%{version}-*.egg-info %changelog -* Mon Jul 27 2020 Leo Fang - 3.11.2-1 +* Mon Aug 03 2020 Leo Fang - 3.11.2-2 +- Update url of Source0 and add yaml file + +* Mon Jul 27 2020 Leo Fang - 3.11.2-1 - Update to version 3.11.2 * Sat Oct 19 2019 openEuler Buildteam - 1:3.11.0-18 diff --git a/pyparted.yaml b/pyparted.yaml new file mode 100644 index 0000000..605a5ac --- /dev/null +++ b/pyparted.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: dcantrell/pyparted +tag_prefix: ^v +seperator: . \ No newline at end of file