debian-forge-composer/internal/distro/rhel85
Ondřej Budai d895c336d6 distro/rhel85: always install docs in the rpm stage
When we firstly introduced the v2 manifests, we excluded docs from all rpm
stages because it doesn't make sense to include docs in edge images.

However, when we ported the other image types to v2, we left the flag on.
The side effect of --excludedocs is that we no longer install man pages into
the image. This the default behaviour of rpm and can be seen here:
b88f43b9a3/macros.in (L555)

This is actually quite a major regression in non-edge images, thus this commit
reverts this setting. It would be great to have the option not to install
docs in some rpm stages but as this is a difficult topic and we're already
past the deadline, we will consider this in the future.

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
2021-09-15 10:47:57 +02:00
..
distro.go rhel85: enable multi-level mountpoints 2021-09-15 10:46:55 +02:00
distro_internal_test.go distro: rhel85 internal tests 2021-08-24 00:22:29 +02:00
distro_test.go rhel85: enable multi-level mountpoints 2021-09-15 10:46:55 +02:00
package_sets.go distro/rhel85: add support for edge raw images 2021-08-28 09:20:19 +02:00
partition_tables.go distro/rhel85: partition table for edge + aarch64 2021-08-28 09:20:19 +02:00
pipelines.go RHEL-8.5/9.0: keep RHSM DNF plugins enabled on ec2, ec2-ha and ami 2021-09-14 11:47:09 +02:00
stage_inputs.go distro/rhel85: fix input name for copy tree inputs 2021-08-28 09:20:19 +02:00
stage_options.go distro/rhel85: always install docs in the rpm stage 2021-09-15 10:47:57 +02:00