| |
@@ -13,6 +13,19 @@
|
| |
Note that `+%gometa+` automatically inserts `+BuildRequires: go-rpm-macros+`,
|
| |
so packages that use that macro are also included in this policy.
|
| |
|
| |
+ == R SIG
|
| |
+
|
| |
+ The R SIG group (`+@r-maint-sig+`) MUST be granted `+commit+` or `+admin+` ACLs
|
| |
+ on the `+R+` package and all add-on packages (i.e. any package that matches `+R-*+`).
|
| |
+
|
| |
+ NOTE: Packages which only _contain_ R code, but are not R _add-on packages_,
|
| |
+ will never be packaged as `+R-*+`, so they are not covered by this policy
|
| |
+ (for example, `+emacs-common-ess+`, or `+openms+`).
|
| |
+
|
| |
+ The R SIG group (`+@r-maint-sig+`) MUST be granted at least the `+commit+` ACL
|
| |
+ on non-add-on packages and applications that call into the R language via its C API
|
| |
+ (i.e. any package that does not match `+R-*+` but links against `+libR.so+`).
|
| |
+
|
| |
== Rust SIG
|
| |
|
| |
The Rust SIG group (`+@rust-sig+`) MUST be granted at least the `+commit+` ACL
|
| |
Add what was discussed in https://pagure.io/fesco/issue/2837 for the R SIG.