diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-28 15:37:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-02-28 15:38:47 +0100 |
commit | 781748af45b4ba727268ffc48f5af6b3a1e9f54a (patch) | |
tree | ab800ee8ef9ab40e14247ac47614394ff0a808c5 /README | |
parent | Use new time zone list (diff) | |
download | systemd-781748af45b4ba727268ffc48f5af6b3a1e9f54a.tar.xz systemd-781748af45b4ba727268ffc48f5af6b3a1e9f54a.zip |
README: mention that we need tzdata >= 2014f
zone1970.tab was added in that version. Not that it makes sense to use
outdata timezone tables, but people do strange things.
C.f. https://github.com/nodatime/nodatime/issues/319.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -158,6 +158,7 @@ REQUIREMENTS: openssl >= 1.1.0 (optional, required to support DNS-over-TLS with openssl) elfutils >= 158 (optional) polkit (optional) + tzdata >= 2014f (optional) pkg-config gperf docbook-xsl (optional, required for documentation) |