diff options
author | Dragos Motrea <Dragos.Motrea@enea.com> | 2018-01-23 11:16:57 +0100 |
---|---|---|
committer | Dragos Motrea <Dragos.Motrea@enea.com> | 2018-01-23 11:16:57 +0100 |
commit | 78aa68e8596d40f74e7498a7f0f35bb7b7dcc95e (patch) | |
tree | db27906113f85e8e3425687da8b2df3b1908abad /doc/gen_pkgdiff.py | |
parent | ae1e0b34609584805aa217ba412d774302f88794 (diff) | |
download | el_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.py | 3 |
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.' | |||
157 | print ' </para>' | 157 | print ' </para>' |
158 | print ' <section id="relinfo-added-packages">' | 158 | print ' <section id="relinfo-added-packages">' |
159 | print ' <title>Added Packages</title>' | 159 | print ' <title>Added Packages</title>' |
160 | print ' <para>The following packages were added to this Enea Linux release:</para>' | ||
160 | print ' <informaltable>' | 161 | print ' <informaltable>' |
161 | print ' <tgroup cols="2">' | 162 | print ' <tgroup cols="2">' |
162 | print ' <thead>' | 163 | print ' <thead>' |
@@ -180,6 +181,7 @@ print ' </section>' | |||
180 | 181 | ||
181 | print ' <section id="relinfo-removed-packages">' | 182 | print ' <section id="relinfo-removed-packages">' |
182 | print ' <title>Removed Packages</title>' | 183 | print ' <title>Removed Packages</title>' |
184 | print ' <para>The following packages were removed from this Enea Linux release:</para>' | ||
183 | print ' <informaltable>' | 185 | print ' <informaltable>' |
184 | print ' <tgroup cols="2">' | 186 | print ' <tgroup cols="2">' |
185 | print ' <thead>' | 187 | print ' <thead>' |
@@ -201,6 +203,7 @@ print ' </section>' | |||
201 | 203 | ||
202 | print ' <section id="relinfo-changed-packages">' | 204 | print ' <section id="relinfo-changed-packages">' |
203 | print ' <title>Changed Package Versions</title>' | 205 | print ' <title>Changed Package Versions</title>' |
206 | print ' <para>The following packages were updated to a newer version in this Enea Linux release:</para>' | ||
204 | print ' <informaltable>' | 207 | print ' <informaltable>' |
205 | print ' <tgroup cols="3">' | 208 | print ' <tgroup cols="3">' |
206 | print ' <thead>' | 209 | print ' <thead>' |