From d5ba1b577ec2a2f88040fb7e28b977422a46e984 Mon Sep 17 00:00:00 2001 From: shirely16 <1360148247@qq.com> Date: Wed, 9 Sep 2020 11:29:40 +0800 Subject: [PATCH] modify source url --- python-dmidecode.spec | 10 ++++++++-- python-dmidecode-3.12.2.tar.gz => v3.12.2.tar.gz | Bin 2 files changed, 8 insertions(+), 2 deletions(-) rename python-dmidecode-3.12.2.tar.gz => v3.12.2.tar.gz (100%) diff --git a/python-dmidecode.spec b/python-dmidecode.spec index 0f7b5af..3850620 100644 --- a/python-dmidecode.spec +++ b/python-dmidecode.spec @@ -1,11 +1,11 @@ Name: python-dmidecode Version: 3.12.2 -Release: 18 +Release: 19 Summary: Python extension module for dmidecode License: GPLv2 URL: http://projects.autonomy.net.au/python-dmidecode/ -Source0: https://github.com/nima/python-dmidecode/archive/%{name}-%{version}.tar.gz +Source0: https://github.com/nima/python-dmidecode/archive/v%{version}.tar.gz BuildRequires: gcc libxml2-devel python2-libxml2 python3-libxml2 BuildRequires: python2-devel python3-devel @@ -101,6 +101,12 @@ popd %doc python3/README python3/doc/README.upstream %changelog +* Wed Sep 9 2020 hanhui - 3.12.2-19 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify source url + * Thu Jun 16 2020 hanhui - 3.12.2-18 - Type:bugfix - Id:NA diff --git a/python-dmidecode-3.12.2.tar.gz b/v3.12.2.tar.gz similarity index 100% rename from python-dmidecode-3.12.2.tar.gz rename to v3.12.2.tar.gz