Skip to content

Commit 85c9e78

Browse files
authored
Merge pull request #21 from TomasTomecek/fix-builds
fix rpm builds
2 parents 3813af1 + 8cdc9bb commit 85c9e78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.packit.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
specfile_path: hello.spec
33
synced_files:
44
- hello.spec
5+
upstream_project_name: hello
56
downstream_package_name: hello
67
# actions:
78
# post-upstream-clone: "python3 setup.py sdist --dist-dir ."

hello.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BuildRequires: python3-devel
1313

1414

1515
%prep
16-
%autosetup -n %{package_name}-%{version}
16+
%autosetup -n %{name}-%{version}
1717

1818
%build
1919
%py3_build

0 commit comments

Comments
 (0)