mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-05 11:48:33 +08:00
use new macros here to better meet packaging requirements
This commit is contained in:
@@ -59,11 +59,11 @@ tasks:
|
||||
|
||||
|
||||
%build
|
||||
%{__python2} setup.py build
|
||||
%py2_build
|
||||
|
||||
|
||||
%install
|
||||
%{__python2} setup.py install --skip-build --root %{buildroot}
|
||||
%py2_install --skip-build --root %{buildroot}
|
||||
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user