From 6335add75d153292efc90f8209cc5d6da3b036e5 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Mon, 25 Mar 2019 14:02:19 +0100 Subject: [PATCH] A few fixes based on PR review --- modules/ROOT/pages/create-hello-world-rpm.adoc | 3 ++- .../pages/securing-the-system-by-keeping-it-up-to-date.adoc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/pages/create-hello-world-rpm.adoc b/modules/ROOT/pages/create-hello-world-rpm.adoc index 4c304d3..2ef023c 100644 --- a/modules/ROOT/pages/create-hello-world-rpm.adoc +++ b/modules/ROOT/pages/create-hello-world-rpm.adoc @@ -137,7 +137,8 @@ The manual pages should be declared in the `%doc` subsection: This is an iterative process; after editing the `.spec` file, rerun `rpmbuild`. Since our program uses translations and internationalization, we are seeing a lot of undeclared i18 files. -The link:https://docs.fedoraproject.org/en-US/packaging-guidelines/#_handling_locale_files[recommended method] to declare them is: + +The xref:packaging-guidelines:guidelines:index.adoc#_handling_locale_files[recommended method] to declare them is: * find the filenames in the `%install` step: `%find_lang %\{name}` * add the required build dependencies: `BuildRequires: gettext` diff --git a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc index 687dc7e..16c9c4d 100644 --- a/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc +++ b/modules/ROOT/pages/securing-the-system-by-keeping-it-up-to-date.adoc @@ -1,6 +1,7 @@ ifdef::context[:parent-context: {context}] :context: securing-the-system-by-keeping-it-up-to-date :experimental: +include::{partialsdir}/attributes.adoc[] [id='securing-the-system-by-keeping-it-up-to-date'] = Securing the system by keeping it up-to-date @@ -25,7 +26,7 @@ include::{partialsdir}/proc_setting-automatic-updates.adoc[leveloffset=+1] [discrete] == Additional Resources -* The https://docs.fedoraproject.org/en-US/fedora/f29/system-administrators-guide/package-management/DNF/[DNF] chapter in the Fedora System Administrator's Guide +* The xref:{MAJOROSVER}@fedora:system-administrators-guide:package-management/DNF.adoc[DNF] chapter in the Fedora System Administrator's Guide ifdef::parent-context[:context: {parent-context}] ifndef::parent-context[:!context:]