Hello community, here is the log from the commit of package cloud-init for openSUSE:Factory checked in at 2018-01-17 21:57:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cloud-init (Old) and /work/SRC/openSUSE:Factory/.cloud-init.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cloud-init" Wed Jan 17 21:57:58 2018 rev:44 rq:566429 version:17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cloud-init/cloud-init.changes 2017-12-14 11:03:18.854725552 +0100 +++ /work/SRC/openSUSE:Factory/.cloud-init.new/cloud-init.changes 2018-01-17 21:59:10.156800795 +0100 @@ -1,0 +2,6 @@ +Tue Jan 16 10:03:00 UTC 2018 - [email protected] + +- Fix usage of fdupes macro: there is no '-n' parameter to the + macro (there would be to fdupes, the command, though). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cloud-init.spec ++++++ --- /var/tmp/diff_new_pack.ttlLb5/_old 2018-01-17 21:59:10.880766860 +0100 +++ /var/tmp/diff_new_pack.ttlLb5/_new 2018-01-17 21:59:10.884766673 +0100 @@ -304,9 +304,9 @@ # 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
