diff --git a/.packit.yaml b/.packit.yaml index d76a9f8b..74333fc5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,6 +2,7 @@ specfile_path: hello.spec synced_files: - hello.spec +upstream_project_name: hello downstream_package_name: hello # actions: # post-upstream-clone: "python3 setup.py sdist --dist-dir ." diff --git a/hello.spec b/hello.spec index 43581203..a1ead0a0 100644 --- a/hello.spec +++ b/hello.spec @@ -13,7 +13,7 @@ BuildRequires: python3-devel %prep -%autosetup -n %{package_name}-%{version} +%autosetup -n %{name}-%{version} %build %py3_build