Skip to content

Commit

Permalink
Packaging: Do not rely on macros but on command
Browse files Browse the repository at this point in the history
  • Loading branch information
Spredzy committed Jun 23, 2020
1 parent 7795019 commit 5a70878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packaging/rpm/ansible-builder.spec.j2
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ An Ansible execution environment builder
%autosetup -n %{pypi_name}-%{version}

%build
%py3_build
python3 setup.py build

%install
%py3_install
python3 setup.py install -O1 --skip-build --root %{buildroot}

%files
%defattr(-,root,root)
Expand Down

0 comments on commit 5a70878

Please sign in to comment.