From 8c3c45081c6ad7b00ba96b5dcf69f562367bba8e Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Mar 30 2020 15:36:18 +0000 Subject: Add missing `libname` and `version` in bundling section. --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index ac0563c..d9ad7de 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -909,7 +909,7 @@ To indicate an instance of bundling, first determine the name and version of the * Use the xref:Versioning.adoc[Versioning Guidelines] to determine an appropriate version for the library, if possible. If the library has been forked from an upstream, use the upstream version that was most recently merged in or rebased onto, or the version the original library carried at the time of the fork. -Then at an appropriate place in your spec, add `+Provides: bundled() = +` where and are the name and version you determined above. If it was not possible to determine a version, use `+Provides: bundled()+` instead. +Then at an appropriate place in your spec, add `+Provides: bundled() = +` where `++` and `++` are the name and version you determined above. If it was not possible to determine a version, use `+Provides: bundled()+` instead. In addition to indicating bundling in this manner, packages whose upstreams have no mechanism to build against system libraries must be contacted publicly about a path to supporting system libraries. If upstream refuses, this must be recorded in the spec file, either in comments placed adjacent to the Provides: above, or in an additional file checked into the SCM and referenced by a comment placed adjacent to the `+Provides:+` above.