diff --git a/cloud-init.changes b/cloud-init.changes index f613a01..7a2eb4c 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -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 diff --git a/cloud-init.spec b/cloud-init.spec index 45ccc9a..c109f36 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -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