mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-28 14:56:35 +00:00
A few fixes based on PR review
This commit is contained in:
parent
4e7233705f
commit
6335add75d
2 changed files with 4 additions and 2 deletions
|
@ -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`.
|
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.
|
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}`
|
* find the filenames in the `%install` step: `%find_lang %\{name}`
|
||||||
* add the required build dependencies: `BuildRequires: gettext`
|
* add the required build dependencies: `BuildRequires: gettext`
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
ifdef::context[:parent-context: {context}]
|
ifdef::context[:parent-context: {context}]
|
||||||
:context: securing-the-system-by-keeping-it-up-to-date
|
:context: securing-the-system-by-keeping-it-up-to-date
|
||||||
:experimental:
|
:experimental:
|
||||||
|
include::{partialsdir}/attributes.adoc[]
|
||||||
|
|
||||||
[id='securing-the-system-by-keeping-it-up-to-date']
|
[id='securing-the-system-by-keeping-it-up-to-date']
|
||||||
= 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]
|
[discrete]
|
||||||
== Additional Resources
|
== 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}]
|
ifdef::parent-context[:context: {parent-context}]
|
||||||
ifndef::parent-context[:!context:]
|
ifndef::parent-context[:!context:]
|
||||||
|
|
Loading…
Reference in a new issue