Various minor documentation and error message cleanups

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-10-10 15:34:50 +02:00
parent a760231337
commit a556e1f3e2
2 changed files with 7 additions and 3 deletions

View File

@ -1 +1 @@
SHA512 (systemd-fab6f01.tar.gz) = 95f5493271969d8446d1bac54ee60170518f23b09c3ed0142eb4dd6b779a664980f926e770dad097f342995bc47865b77cba0ff12ee268a1c5119b12bbf90f77
SHA512 (systemd-ef67743.tar.gz) = 9e905ef4f310f5cbd739f15d51e8c500b0e6ce2fbd2ad33b6568e06212ecfb5bba1347754c00b37d30a5b65cd2432d99aef87ebbafa1a94b4185d773f4ce4987

View File

@ -1,4 +1,4 @@
%global commit fab6f010ac6c3bc93a10868de722d7c8c3622eb9
%global commit ef677436aa203c24816021dd698b57f219f0ff64
%{?commit:%global shortcommit %(c=%{commit}; echo ${c:0:7})}
%global stable 1
@ -15,7 +15,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 243
Release: 2%{?commit:.git%{shortcommit}}%{?dist}
Release: 3%{?commit:.git%{shortcommit}}%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: System and Service Manager
@ -699,6 +699,10 @@ fi
%files tests -f .file-list-tests
%changelog
* Thu Oct 10 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-3.gitef67743
- Various minor documentation and error message cleanups
- Do not use cgroup v1 hierarchy in nspawn on groups v2 (#1756143)
* Sat Sep 21 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 243-2.gitfab6f01
- Backport a bunch of patches (memory access issues, improvements to error
reporting and handling in networkd, some misleading man page contents #1751363)