#508 Fix sentence for Perl package template
Merged 5 months ago by ngompa. Opened 5 months ago by mspacek.
mspacek/FedoraReview fix_perl_sentence  into  master

file modified
+1 -1
@@ -34,7 +34,7 @@ 

      def __init__(self, checks):

          PerlCheckBase.__init__(self, checks)

          self.url = "https://docs.fedoraproject.org/en-US/packaging-guidelines/Perl/"

-         self.text = "Package contains the mandatory BuildRequires and Requires:."

+         self.text = "Package contains the mandatory BuildRequires and Requires."

          self.automatic = True

  

      def run_on_applicable(self):

We don't need ':', probably copy-paste from spec file.

Pull-Request has been merged by ngompa

5 months ago
Metadata