[go: up one dir, main page]

Packages/RPM: trim down specs

What

Trims down RPM specs to the bare minimum. I have made the changes to all specs in one merge request because I didn't realize that previous merge requests about debian impacted the specs as well, and so if you wanna test the specs in this merge request we need to have all them working.

Why

We want to use a different configuration mechanism.

How

Remove services, scripts and inadequate documentation.

Manually testing the MR

Build the packages:

$ scripts/packaging/build-rpm-local.sh

Inspect the packages:

$ rpm -qlp $HOME/rpmbuild/RPMS/x86_64/octez-*

You can also install them in a docker image of course

Checklist

  • Document the interface of any function added or modified (see the coding guidelines)
  • Document any change to the user interface, including configuration parameters (see node configuration)
  • Provide automatic testing (see the testing guide).
  • For new features and bug fixes, add an item in the appropriate changelog (docs/protocols/alpha.rst for the protocol and the environment, CHANGES.rst at the root of the repository for everything else).
  • Select suitable reviewers using the Reviewers field below.
  • Select as Assignee the next person who should take action on that MR

Merge request reports

Loading