diff --git a/python-hwdata-2.3.7-1.tar.gz b/python-hwdata-2.3.7-1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7c6fde25424307e38a8972a797b049477afb7674 Binary files /dev/null and b/python-hwdata-2.3.7-1.tar.gz differ diff --git a/python-hwdata-2.3.7.tar.gz b/python-hwdata-2.3.7.tar.gz deleted file mode 100644 index 89782aae41222c71e528977365682f02c90ed65d..0000000000000000000000000000000000000000 Binary files a/python-hwdata-2.3.7.tar.gz and /dev/null differ diff --git a/python-hwdata.spec b/python-hwdata.spec index 15da8d7423522357fe85c68f8540069c5bf30c65..c33c98128c92d4da5425477042cb0346e2d0f76a 100644 --- a/python-hwdata.spec +++ b/python-hwdata.spec @@ -2,11 +2,11 @@ Name: python-hwdata Version: 2.3.7 -Release: 5 +Release: 6 Summary: Python bindings to hwdata package License: GPLv2 URL: https://github.com/xsuchy/python-hwdata -Source0: %{name}-%{version}.tar.gz +Source0: https://github.com/xsuchy/python-hwdata/archive/%{name}-%{version}-1.tar.gz BuildArch: noarch @@ -40,7 +40,7 @@ It allows you to get human readable description of USB and PCI devices. %package_help %prep -%autosetup -n %{name}-%{version} -p1 +%autosetup -n %{name}-%{name}-%{version}-1 -p1 rm -rf %{py3dir} cp -a . %{py3dir} @@ -81,5 +81,8 @@ popd %doc example.py README.md html %changelog +* Mon Sep 7 2020 Ge Wang - 2.3.7-6 +- Modify Source0 Url + * Tue Feb 11 2020 huzunhao - 2.3.7-5 - Package init