From aee8da22619e49b94a04297f751dff9072d2dd9b Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Aug 22 2024 16:19:01 +0000 Subject: Drop obsolete guidance for sysctl.d and binfmt.d --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index eb1aac9..6080cb6 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -2878,29 +2878,7 @@ If the source code of the package provides a test suite, it should be executed in the `+%check+` section, whenever it is practical to do so. -== binfmt.d, sysctl.d and tmpfiles.d - -If you install a sysctl configuration snippet foobar.conf -into %\{_sysctldir} (/usr/lib/sysctl.d/) -you must invoke %sysctl_apply in your %post section: - -[source, rpm-spec] ----- -%sysctl_apply foobar.conf ----- - -If you install a binfmt configuration snippet waldo.conf -into %\{_binfmtdir} (/usr/lib/binfmt.d/) -you must invoke %binfmt_apply in your %post section: - -[source, rpm-spec] ----- -%binfmt_apply waldo.conf ----- - -These have the effect of making the appropriate changes -immediately upon package installation -instead of requiring a reboot or manual activation. +== tmpfiles.d There are specific guidelines for handling tmpfiles.d configurations and directories