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