diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-20 23:52:47 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-07-20 23:52:47 +0000 |
commit | 20483d86bb433013a889f579b31c12d9e669064d (patch) | |
tree | 659244d7fc162e25cfd493e355f50a07bb735629 | |
parent | ba91030766c43f56bb2ec852ccf91f1ced08c6f2 (diff) |
Fix EXTRA_DIST files in systemd tarball.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11271 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b11969962..4c4feb51d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,15 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2017-07-21</para> + <itemizedlist> + <listitem> + <para>[dj] - Fix EXTRA_DIST files in systemd tarball.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2017-07-18</para> <itemizedlist> diff --git a/general.ent b/general.ent index f571cb46d..69bd5ca4b 100644 --- a/general.ent +++ b/general.ent @@ -3,11 +3,11 @@ Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20170718-systemd"> +<!ENTITY versiond "20170721-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 18, 2017"> +<!ENTITY releasedate "July 21, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> diff --git a/packages.ent b/packages.ent index bc81b17bc..1bc9789f5 100644 --- a/packages.ent +++ b/packages.ent @@ -560,9 +560,9 @@ <!ENTITY sysklogd-ch6-sbu "less than 0.1 SBU"> <!ENTITY systemd-version "234"> -<!ENTITY systemd-size "4,072 KB"> +<!ENTITY systemd-size "4,084 KB"> <!ENTITY systemd-url "http://anduin.linuxfromscratch.org/sources/other/systemd/systemd-&systemd-version;.tar.xz"> -<!ENTITY systemd-md5 "157b51f03bf367c15d870111ef9255a1"> +<!ENTITY systemd-md5 "d057c3ee9a1bb23aa4836f354fedf26c"> <!ENTITY systemd-home "http://www.freedesktop.org/wiki/Software/systemd/"> <!ENTITY systemd-ch6-du "507 MB"> <!ENTITY systemd-ch6-sbu "7.4 SBU"> |