[release-notes] DNF langpacks plugin

pbokoc pbokoc at fedoraproject.org
Thu Apr 9 16:46:47 UTC 2015


commit 5c446124dd1d1a36c566a13dfd13bc9b5e665ad9
Author: Petr Bokoc <pbokoc at redhat.com>
Date:   Thu Apr 9 17:27:14 2015 +0200

    DNF langpacks plugin

 en-US/I18n.xml                       |   15 +++++++++++++++
 en-US/Server_Configuration_Tools.xml |    8 +++++++-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/en-US/I18n.xml b/en-US/I18n.xml
index cb3142e..a200501 100644
--- a/en-US/I18n.xml
+++ b/en-US/I18n.xml
@@ -18,4 +18,19 @@
 		</para>
 	</section>
 
+	<section id="sect-i18n-dnf-langpacks">
+		<title>DNF Langpacks Plug-in</title>
+		<para>
+			The <application>DNF</application> package manager, which replaces <application>Yum</application> in Fedora 22, now supports langpack installation through the <package>dnf-langpacks</package> plug-in. The functionality is the same as the <package>yum-langpacks</package> plug-in for <application>Yum</application>.
+		</para>
+		<note>
+			<para>
+				Currently, the plug-in can not install langpacks automatically due to a missing <application>DNF</application> feature. See BZ#<ulink url="https://bugzilla.redhat.com/show_bug.cgi?id=1114422">1114422</ulink> for details. Manual installation is possible using the <command>dnf langinstall <replaceable>language</replaceable></command> command, and a list of available languages can be obtained using <command>dnf langavailable</command>.
+			</para>
+		</note>
+		<para>
+			To display all available commands for <package>dnf-langpacks</package>, use the <command>dnf --help</command> command. All listed commands beginning with <literal>lang*</literal> are provided by this plug-in.
+		</para>
+	</section>
+
 </section>
diff --git a/en-US/Server_Configuration_Tools.xml b/en-US/Server_Configuration_Tools.xml
index dfccb78..8c75480 100644
--- a/en-US/Server_Configuration_Tools.xml
+++ b/en-US/Server_Configuration_Tools.xml
@@ -107,7 +107,13 @@
       <para>
         When a system requires the capabilities of a package you want to replace, use the <option>--allowerasing</option> option. For example, <command>dnf --allowerasing mariadb</command> will allow you to replace mysql with mariadb, without disrupting packages that require capabilities provided by both packages. This replaces <command>yum shell</command> and <command>yum swap</command> functionality.
       </para>
-    </section>
+		</section>
+		<section id="dnf_replace-langpacks">
+			<title>DNF Langpacks Plug-in</title>
+			<para>
+				DNF supports installing language packs using the <systemitem>dnf-langpacks</systemitem> plug-in, which is expected to work identically to the older <systemitem>yum-langpacks</systemitem> plug-in. See <xref linkend="sect-i18n-dnf-langpacks" /> for details.
+			</para>
+		</section>
   </section>
 </section>
   


More information about the docs-commits mailing list