From 0e3cf15bb064b72d90bb549253c4ec728339a14c Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Aug 03 2021 00:48:23 +0000 Subject: Fixes hyper links --- diff --git a/guidelines/modules/ROOT/pages/Perl.adoc b/guidelines/modules/ROOT/pages/Perl.adoc index c43bc19..8c23834 100644 --- a/guidelines/modules/ROOT/pages/Perl.adoc +++ b/guidelines/modules/ROOT/pages/Perl.adoc @@ -32,7 +32,7 @@ In general, a noarch Perl package must own: == Build Dependencies -As stated in Packaging:Guidelines#BuildRequires_2, a package must explicitly indicate its build dependencies (using `+BuildRequires:+`) outside of the minimal set required for RPM to build packages. This includes any dependency on Perl. While Perl may have been in the default buildroot at one time, this is not currently the case. +As stated in xref:index.adoc#buildrequires[Packaging Guidelines: Build-Time Dependencies (BuildRequires)], a package must explicitly indicate its build dependencies (using `+BuildRequires:+`) outside of the minimal set required for RPM to build packages. This includes any dependency on Perl. While Perl may have been in the default buildroot at one time, this is not currently the case. Below is a list of Perl-related build dependencies you may need. @@ -74,7 +74,7 @@ Some packages link to `+libperl.so+`, usually to provide embedded Perl functiona === Filtering Requires and Provides -RPM's dependency generator can often throw in additional dependencies and will often think packages provide functionality contrary to reality. To fix this, the dependency generator needs to be overridden so that the additional dependencies can be filtered out. Please see https://fedoraproject.org/wiki/Packaging:AutoProvidesAndRequiresFiltering#Perl for information. +RPM's dependency generator can often throw in additional dependencies and will often think packages provide functionality contrary to reality. To fix this, the dependency generator needs to be overridden so that the additional dependencies can be filtered out. Please see xref:AutoProvidesAndRequiresFiltering.adoc#_perl[Packaging Guidelines: Automatic Filtering of Provides and Requires - Perl] for information. === Manual Requires and Provides