Skip to content

Commit

Permalink
Merge pull request #21 from TomasTomecek/fix-builds
Browse files Browse the repository at this point in the history
fix rpm builds
  • Loading branch information
thrix authored Sep 17, 2019
2 parents 3813af1 + 8cdc9bb commit 85c9e78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ."
Expand Down
2 changes: 1 addition & 1 deletion hello.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BuildRequires: python3-devel


%prep
%autosetup -n %{package_name}-%{version}
%autosetup -n %{name}-%{version}

%build
%py3_build
Expand Down

0 comments on commit 85c9e78

Please sign in to comment.