forked from pool/cloud-init
Accepting request 566429 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/566429 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cloud-init?expand=0&rev=44
This commit is contained in:
commit
d326454b18
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 16 10:03:00 UTC 2018 - dimstar@opensuse.org
|
||||
|
||||
- Fix usage of fdupes macro: there is no '-n' parameter to the
|
||||
macro (there would be to fdupes, the command, though).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 13:08:04 UTC 2017 - rjschwei@suse.com
|
||||
|
||||
|
@ -304,9 +304,9 @@ popd
|
||||
# remove duplicate files
|
||||
%if 0%{?suse_version}
|
||||
%if 0%{?suse_version} <= 1315
|
||||
%fdupes -n %{buildroot}%{python_sitelib}
|
||||
%fdupes %{buildroot}%{python_sitelib}
|
||||
%else
|
||||
%fdupes -n %{buildroot}%{python3_sitelib}
|
||||
%fdupes %{buildroot}%{python3_sitelib}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user