upgrades-migrations / redhat-upgrade-tool

Upgrades Red Hat Enterprise Linux from one major version to a newer one. Disclaimer: It was fun. R.I.P. :-)
GNU General Public License v2.0
15 stars 17 forks source link

Modify the SPEC file & stuff around #49

Closed pirat89 closed 6 years ago

pirat89 commented 6 years ago

This PR resolves issues and unwanted stuff around packaging on RHEL 6 connected to rollback functionality:

  1. Merge redhat-upgrade-tool-modules into the main RPM It doesn't make sense to keep the subpackage as functionality is broken without that and has to be always installed.

  2. Move the boom utility under libexec (instead of /usr/bin/boom)

  3. Do not install man pages of Boom. Users are not supposed to use Boom directly on RHEL 6 so it doesn't make sense to install manual pages.

AloisMahdal commented 6 years ago

Also line 3 should go away:

%global name_subpkg modules
pirat89 commented 6 years ago

Now it should be really ok. I will test it properly next morning. Thanks for great review :)

pirat89 commented 6 years ago

Thanks again. I finished testing with proper RPM this morning and it seems working as expected.