A few fixes based on PR review

This commit is contained in:
Petr Bokoc 2019-03-25 14:02:19 +01:00 committed by jflory7
parent 4e7233705f
commit 6335add75d
2 changed files with 4 additions and 2 deletions

View file

@ -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`

View file

@ -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:]