Hi, Currently pretty much every spec file needs to add INSTALL="install -p" to its %make_install invocation to keep time the original timestamps on things like images and man pages, can this be added to the %make_install macro please ? So change it to: %make_install %{__make} install DESTDIR=%{?buildroot} INSTALL="install -p" Regards, Hans
Finally find this bug. https://fedoraproject.org/wiki/Make_install_packaging_draft I saw the draft and found that this. Indeed, per our guidelines, we should use -p option to install files. I wonder if we have hack the %configure but this solution is valid, too.
Fixed upstream: https://github.com/rpm-software-management/rpm/commit/689d9a53dd787962ac9d9129008d9f6615a544f6
Fixed in rawhide/F27 now as of rpm >= 4.13.90.