Accepting request 707544 from Cloud:Tools
- Fix Azure CLI build on SLE-12 (forwarded request 707481 from glaubitz) OBS-URL: https://build.opensuse.org/request/show/707544 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azure-cli-command-modules-nspkg?expand=0&rev=3
This commit is contained in:
commit
8b50941f33
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 09:33:31 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Remove unneccesary %python_expand prefix from %fdupes call
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 13:25:36 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -53,7 +53,7 @@ python3 setup.py build
|
||||
|
||||
%install
|
||||
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} --install-lib=%{python3_sitelib}
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%fdupes %{buildroot}%{python3_sitelib}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user