Skip to content

Commit a69bc89

Browse files
committed
hello.spec: Fix spec to use package_name now ...
Seems the variable has changed :) Fixes #19
1 parent bc88c7c commit a69bc89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hello.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BuildRequires: python3-devel
1313

1414

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

1818
%build
1919
%py3_build

0 commit comments

Comments
 (0)