From b142317734b82a2a71792e722a019f4c1b1a4ea5 Mon Sep 17 00:00:00 2001 From: Mithun Veluri Date: Aug 05 2024 07:53:05 +0000 Subject: Update modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc b/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc index ed33aaf..0a5cfc7 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_1_banner.adoc @@ -49,7 +49,7 @@ $ mkdir banner && cd banner == Inside a Spec File RPM packages are configured by `.spec` files. -Tools such was `rpmdev-newspec` can be used to generate empty specfiles for different purposes. +Tools such as `rpmdev-newspec` can be used to generate empty specfiles for different purposes. For this tutorial, just create a file called `banner.spec` and paste the following minimal specfile. It does not work yet, but we will try to build it and fix errors as we encounter them.