diff --git a/python-dfVFS.changes b/python-dfVFS.changes index d06ab3d..7b90702 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -12,6 +12,7 @@ Sun Nov 8 01:57:43 UTC 2020 - Greg Freemyer - Added fshfs back-end - examples is no longer installed into the site folder. Remove the rename statement. - add requires for libfsext, libfshfs, libluksde +- updated %fdupes line to eliminate RPM warnings ------------------------------------------------------------------- Sun Apr 5 21:20:22 UTC 2020 - Greg Freemyer diff --git a/python-dfVFS.spec b/python-dfVFS.spec index c1e17a0..b34cb89 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -111,7 +111,7 @@ chmod -x run_tests.py %install %python_install -%fdupes %{buildroot}%{$python_sitelib} +%fdupes %{buildroot} %check # APFS parsing errors are being detected. Skip for now (April 5, 2020)