spec: Include the correct file
authorGuido Günther <agx@sigxcpu.org>
Tue, 25 Aug 2020 07:51:53 +0000 (09:51 +0200)
committerGuido Günther <agx@sigxcpu.org>
Tue, 25 Aug 2020 07:51:53 +0000 (09:51 +0200)
export_ref.py does not exist.

packaging/git-buildpackage.spec

index ac9dd7b4d61325b8951f82a1594353f4df49d6a5..e748e77cd87d279bb3ecd626ea23adfea678ce3a 100644 (file)
@@ -178,7 +178,7 @@ cat > files.list << EOF
 %{python_sitelib}/gbp/scripts/buildpackage.py*
 %{python_sitelib}/gbp/scripts/dch.py*
 %{python_sitelib}/gbp/scripts/export_orig.py*
-%{python_sitelib}/gbp/scripts/export_ref.py*
+%{python_sitelib}/gbp/scripts/import_ref.py*
 %{python_sitelib}/gbp/scripts/import_dsc.py*
 %{python_sitelib}/gbp/scripts/import_dscs.py*
 %{python_sitelib}/gbp/scripts/import_orig.py*