diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-01-21 03:49:54 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-01-21 03:49:54 +0000 |
commit | 6ff35e95e8939f90b989f267d004f85f74be56b5 (patch) | |
tree | 3b91b4163b160f336979eb28359e4127d8e95661 | |
parent | 855ab9a532c94850e4af34798d810cf53db4bc59 (diff) |
Regenerate the systemd man pages tarball with the non-namespaced version of the DocbookXSL Stylesheets. Finishes BLFS Ticket #11559
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11501 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 15 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c176d6a52..7f46eebaa 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -44,6 +44,16 @@ --> <listitem revision="systemd"> + <para>2019-01-20</para> + <itemizedlist> + <listitem> + <para>[renodr] - Regenerate the systemd man pages tarball with + the Non-namespaced versions of the Docbook XSL Stylesheets.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem revision="systemd"> <para>2019-01-11</para> <itemizedlist> <listitem> diff --git a/general.ent b/general.ent index 3f2cfc457..962e0bf3c 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190111"> +<!ENTITY version "SVN-20190120"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190111-systemd"> +<!ENTITY versiond "20190120-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "January 11, 2019"> +<!ENTITY releasedate "January 20, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.4"> diff --git a/packages.ent b/packages.ent index ecdd32429..b01222641 100644 --- a/packages.ent +++ b/packages.ent @@ -630,10 +630,10 @@ <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> <!ENTITY systemd-md5 "0e4f91b513d4b04e2c10a5173e5a87b2"> <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> -<!ENTITY systemd-man-size "464 KB"> +<!ENTITY systemd-man-size "460 KB"> <!--<!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;-&systemd-stable;.tar.xz">--> <!ENTITY systemd-man-url "&anduin-sources;/systemd-man-pages-&systemd-version;.tar.xz"> -<!ENTITY systemd-man-md5 "908241937e3ec2441fa8aaeaa5993d0f"> +<!ENTITY systemd-man-md5 "ca49a25e1cf330b02adc07218f430dae"> <!ENTITY systemd-ch6-du "297 MB"> <!ENTITY systemd-ch6-sbu "1.1 SBU"> |