From 48573d3c812e994a4778e56e8100038edd9da2ca Mon Sep 17 00:00:00 2001 From: Chihurumnaya Ibiam Date: Sep 07 2024 16:52:28 +0000 Subject: [PATCH 1/3] Move comma Its previous position made the statement difficult to read. Signed-off-by: Chihurumnaya Ibiam --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 6080cb6..e2053f4 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -439,8 +439,8 @@ of the following bugs to simplify tracking such issues: === Noarch with Unported Dependencies -Sometimes you are working on a noarch package -that can only run in locations that a different, +Sometimes, you are working on a noarch package +that can only run in locations that a different arched package builds on. This is common for packages written in a scripting language which depend on the language's interpreter package, for instance. From cb89e727d9c7a7b5a3a45922bdb142c206227830 Mon Sep 17 00:00:00 2001 From: Chihurumnaya Ibiam Date: Sep 08 2024 14:01:48 +0000 Subject: [PATCH 2/3] Add comma It contributes to meaning, adding it back. Signed-off-by: Chihurumnaya Ibiam --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index e2053f4..1c7b3f1 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -440,7 +440,7 @@ of the following bugs to simplify tracking such issues: === Noarch with Unported Dependencies Sometimes, you are working on a noarch package -that can only run in locations that a different +that can only run in locations that a different, arched package builds on. This is common for packages written in a scripting language which depend on the language's interpreter package, for instance. From cee672ed920f9b51fc1970fabb246f868c570376 Mon Sep 17 00:00:00 2001 From: Chihurumnaya Ibiam Date: Sep 08 2024 16:34:59 +0000 Subject: [PATCH 3/3] Remove tautology Add comma to help with readability. Signed-off-by: Chihurumnaya Ibiam --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 1c7b3f1..9099ca9 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -1109,7 +1109,7 @@ The commit author name and email address and the commit timestamp are also used in changelog entry. The text in the the commit message which will become part of the changelog -should should provide a brief summary of the changes relevant for the user. +should provide a brief summary of the changes relevant for the user. The commit message may contain additional information that is relevant to packagers. @@ -1316,7 +1316,7 @@ until the machine is rebooted, not start on demand and quit on idle. == Debuginfo Packages Packages should produce useful `+-debuginfo+` packages, -or explicitly disable them when it is not possible to generate a useful one +or explicitly disable them when it is not possible to generate a useful one, but rpmbuild would do it anyway. Whenever a `+-debuginfo+` package is explicitly disabled, an explanation why it was done is required in the specfile.