summaryrefslogtreecommitdiffstats
path: root/doc/gen_pkgdiff.py
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2018-01-23 11:16:57 +0100
committerDragos Motrea <Dragos.Motrea@enea.com>2018-01-23 11:16:57 +0100
commit78aa68e8596d40f74e7498a7f0f35bb7b7dcc95e (patch)
treedb27906113f85e8e3425687da8b2df3b1908abad /doc/gen_pkgdiff.py
parentae1e0b34609584805aa217ba412d774302f88794 (diff)
downloadel_releases-standard-78aa68e8596d40f74e7498a7f0f35bb7b7dcc95e.tar.gz
el7_std: Updated Release Information doc
Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com>
Diffstat (limited to 'doc/gen_pkgdiff.py')
-rw-r--r--doc/gen_pkgdiff.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gen_pkgdiff.py b/doc/gen_pkgdiff.py
index 11b3809..7697469 100644
--- a/doc/gen_pkgdiff.py
+++ b/doc/gen_pkgdiff.py
@@ -157,6 +157,7 @@ print ' This section describes changes in the provided packages.'
157print ' </para>' 157print ' </para>'
158print ' <section id="relinfo-added-packages">' 158print ' <section id="relinfo-added-packages">'
159print ' <title>Added Packages</title>' 159print ' <title>Added Packages</title>'
160print ' <para>The following packages were added to this Enea Linux release:</para>'
160print ' <informaltable>' 161print ' <informaltable>'
161print ' <tgroup cols="2">' 162print ' <tgroup cols="2">'
162print ' <thead>' 163print ' <thead>'
@@ -180,6 +181,7 @@ print ' </section>'
180 181
181print ' <section id="relinfo-removed-packages">' 182print ' <section id="relinfo-removed-packages">'
182print ' <title>Removed Packages</title>' 183print ' <title>Removed Packages</title>'
184print ' <para>The following packages were removed from this Enea Linux release:</para>'
183print ' <informaltable>' 185print ' <informaltable>'
184print ' <tgroup cols="2">' 186print ' <tgroup cols="2">'
185print ' <thead>' 187print ' <thead>'
@@ -201,6 +203,7 @@ print ' </section>'
201 203
202print ' <section id="relinfo-changed-packages">' 204print ' <section id="relinfo-changed-packages">'
203print ' <title>Changed Package Versions</title>' 205print ' <title>Changed Package Versions</title>'
206print ' <para>The following packages were updated to a newer version in this Enea Linux release:</para>'
204print ' <informaltable>' 207print ' <informaltable>'
205print ' <tgroup cols="3">' 208print ' <tgroup cols="3">'
206print ' <thead>' 209print ' <thead>'