From 357eb771f8b91c66ce2891bbe122b7e1755547c6 Mon Sep 17 00:00:00 2001 From: guillermodotn Date: Aug 04 2025 17:08:47 +0000 Subject: Simple typo in Tutorial_1. --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc b/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc index 12be803..d03dd86 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc @@ -317,7 +317,7 @@ In this case, the unnecessary zero-length file must be removed. Change the docs line to ---- -%doc AUTHORS ChangeLog README.md +%doc AUTHORS ChangeLog README ---- Run `fedpkg mockbuild` and `fedpkg lint` again and observe that the warning is fixed.