diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-02-06 09:50:56 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-02-06 09:50:56 -0600 |
commit | df6b08de578a9893ef7f6c88514de4a8eef1ebfa (patch) | |
tree | d74dce3e6fe5f19c8fc5d8aaa3307d91217ff18b | |
parent | 7f8335ae57dad62ca934cbe7358a5a8d270a6d7f (diff) |
Repackage the systemd man pages tarball to have a leading directory.
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | packages.ent | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dc103e85a..f0961db82 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,16 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2023-02-06</para> + <itemizedlist> + <listitem> + <para>[renodr] - Repackage the systemd man pages to prevent stray + man pages from ending up in /usr/share/man.</para> + </listitem> + </itemizedlist> + </listitem> + <listitem> <para>2023-02-02</para> <itemizedlist> diff --git a/packages.ent b/packages.ent index 05ec1341a..3a86115df 100644 --- a/packages.ent +++ b/packages.ent @@ -646,11 +646,11 @@ <!--<!ENTITY systemd-url "&anduin-sources;/systemd-&systemd-version;-&systemd-stable;.tar.xz">--> <!ENTITY systemd-md5 "b9456750a212dd54d81caeb3c38134b6"> <!ENTITY systemd-home "https://www.freedesktop.org/wiki/Software/systemd/"> -<!ENTITY systemd-man-version "252"> +<!ENTITY systemd-man-version "252-2"> <!ENTITY systemd-man-size "628 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-man-version;.tar.xz"> -<!ENTITY systemd-man-md5 "856ffb33ac16962f0628dcb533d76e5c"> +<!ENTITY systemd-man-md5 "c1df1aefdbc4840b5f82a8783f3b72c1"> <!ENTITY systemd-fin-du "258 MB"> <!ENTITY systemd-fin-sbu "2.5 SBU"> |