We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3813af1 + 8cdc9bb commit 85c9e78Copy full SHA for 85c9e78
.packit.yaml
@@ -2,6 +2,7 @@
2
specfile_path: hello.spec
3
synced_files:
4
- hello.spec
5
+upstream_project_name: hello
6
downstream_package_name: hello
7
# actions:
8
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."
hello.spec
@@ -13,7 +13,7 @@ BuildRequires: python3-devel
13
14
15
%prep
16
-%autosetup -n %{package_name}-%{version}
+%autosetup -n %{name}-%{version}
17
18
%build
19
%py3_build
0 commit comments