From 7fa522266bc90f15ee124376f409b897ddfca142 Mon Sep 17 00:00:00 2001 From: Otto Liljalaakso Date: Feb 21 2023 21:18:52 +0000 Subject: Remove Unicode characters from tutorial specfile While UTF-8 is fully supported for specfile %descriptions, using characters outside of 7-bit ASCII range may cause problems if they are somehow converted to different encodings. To avoid such issues when following the tutorial, such characters are removed from %description. --- diff --git a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc index 7268bb3..9a202e3 100644 --- a/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc +++ b/modules/ROOT/pages/Packaging_Tutorial_GNU_Hello.adoc @@ -76,7 +76,7 @@ Source: https://ftp.gnu.org/gnu/hello/hello-%{version}.tar.gz %description The GNU Hello program produces a familiar, friendly greeting. Yes, this is -another implementation of the classic program that prints “Hello, world!” when +another implementation of the classic program that prints "Hello, world!" when you run it. %prep @@ -396,7 +396,7 @@ BuildRequires: make %description The GNU Hello program produces a familiar, friendly greeting. Yes, this is -another implementation of the classic program that prints “Hello, world!” when +another implementation of the classic program that prints "Hello, world!" when you run it. %prep