#1088 Fixes hyper links
Merged 2 years ago by ngompa. Opened 2 years ago by hiwkby.
Unknown source master  into  master

@@ -32,7 +32,7 @@

  

  == 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 @@

  

  === 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

  

Hello, this fixes the hyper links.

Thanks,
Hirotaka Wakabayashi

Pull-Request has been merged by ngompa

2 years ago
Metadata