From 170f13ad1c2ea2c1f37dedba31121c2cf891dd27 Mon Sep 17 00:00:00 2001 From: Tom Schraitle Date: Thu, 23 Nov 2023 15:33:27 +0100 Subject: [PATCH] Fix italic issue with content Disable empty and convert Packaging into: --- xml/MAIN-SBP-RPM-Packaging.xml | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/xml/MAIN-SBP-RPM-Packaging.xml b/xml/MAIN-SBP-RPM-Packaging.xml index 26fa2c79..5ce9f23f 100644 --- a/xml/MAIN-SBP-RPM-Packaging.xml +++ b/xml/MAIN-SBP-RPM-Packaging.xml @@ -9,7 +9,7 @@ xml:lang="en"> Introduction to RPM Packaging - + SUSE Linux Enterprise, openSUSE @@ -21,10 +21,8 @@ https://github.com/SUSE/suse-best-practices/edit/main/xml/ - - SUSE Best Practices - Packaging + SUSE Linux Enterprise openSUSE @@ -40,22 +38,6 @@ SUSE - @@ -73,7 +55,7 @@ In general, a pre-built, open source application is called a package and bundles all the binary, data, and + >package and bundles all the binary, data, and configuration files required to run the application. A package also includes all the steps required to deploy the application on a system, typically in the form of a script. The script might generate data, start and stop system services, or @@ -82,7 +64,7 @@ Because each operating system has its idiosyncrasies, a package is typically tailored to a specific system. Moreover, each operating system provides its own - package manager, a special utility to add and + package manager, a special utility to add and remove packages from the system. SUSE-based systems – openSUSE and SUSE Linux Enterprise - use the RPM Package Manager. The package manager precludes partial and faulty installations and uninstalls by adding and removing the files