diff options
author | Tony Hutter <[email protected]> | 2019-01-08 09:26:45 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-01-08 09:26:45 -0800 |
commit | 21e000ad3f5331a1c549905480e19d5ecbac0db3 (patch) | |
tree | 04f4d627096c11624f470b39c3a21252b5ab2a5c /include/libuutil.h | |
parent | 4efb48eecb43717f70817bfb152bf86f7ed28b5b (diff) |
Fix missing dkms modules after upgrades
If you were upgrading from say, fc28->fc29, on ZFS version X, the RPMs
macros would get called like this:
%post X.fc29
- This is the step where fc29 gets built by dkms.
As part of the build, dkms automatically removes the previous
modules before building the new ones. It then builds the new
modules.
%preun X.fc28
- Right before this step, X.fc29 is be built and installed, but
since it has the same X, it's files get inadvertently removed
by fc28's uninstall.
%postun X.fc28
This patch updates %preun X.fc28 to see if we're upgrading or
uninstalling. If we're uninstalling, then remove our files. If we're
upgrading then do nothing, since will know dkms will have already
removed our files in %post X.fc29.
Note that since this fixes the %preun step, it's effect isn't going
to be noticed immediately. It will only be seen when packages
with this fix are upgraded to a newer version.
Reviewed-by: Ralf Ertzinger <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Closes #6902
Closes #8216
Diffstat (limited to 'include/libuutil.h')
0 files changed, 0 insertions, 0 deletions