From 4e17aa715869d523adc0691000332e9483560c10 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Oct 12 2021 21:47:14 +0000 Subject: SemBr for Scriptlets section --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 2cb602e..3798fc7 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -2346,11 +2346,19 @@ as this will expose most of these errors. == Scriptlets -Great care should be taken when using scriptlets in Fedora packages. If scriptlets are used, those scriptlets must be sane. Some common scriptlets are documented xref:Scriptlets.adoc[here]. +Great care should be taken when using scriptlets in Fedora packages. +If scriptlets are used, those scriptlets must be sane. +Some common scriptlets are documented xref:Scriptlets.adoc[here]. === Scriplets are only allowed to write in certain directories -Build scripts of packages (%prep, %build, %install, %check and %clean) may only alter files (create, modify, delete) under %\{buildroot}, %\{_builddir} and valid temporary locations like /tmp, /var/tmp (or $TMPDIR or %\{_tmppath} as set by the rpmbuild process) according to the following matrix +Build scripts of packages +(%prep, %build, %install, %check and %clean) +may only alter files (create, modify, delete) under +%\{buildroot}, %\{_builddir} +and valid temporary locations like /tmp, /var/tmp +(or $TMPDIR or %\{_tmppath} as set by the rpmbuild process) +according to the following matrix [cols=",,,",] |=============================================================================