diff --git a/python-drgn.changes b/python-drgn.changes index 1e63d1a..ff7a4bb 100644 --- a/python-drgn.changes +++ b/python-drgn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 16:45:15 UTC 2024 - Michal Koutný + +- Update RPM's Source: to match tarball proper + ------------------------------------------------------------------- Tue Jul 2 03:32:44 UTC 2024 - Petr Tesařík diff --git a/python-drgn.spec b/python-drgn.spec index 9ba759f..8e6a4cd 100644 --- a/python-drgn.spec +++ b/python-drgn.spec @@ -27,7 +27,7 @@ Summary: Scriptable debugger library License: LGPL-2.1-or-later Group: Development/Tools/Debuggers URL: https://github.com/osandov/drgn -Source: https://files.pythonhosted.org/packages/source/d/drgn/drgn-%{version}.tar.gz +Source: https://github.com/osandov/drgn/archive/refs/tags/v%{version}.tar.gz#/drgn-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: autoconf