From a2242c1ded8d6c5d6c3a0e84534c5ea1f9b6a3ca Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Oct 03 2016 16:12:41 +0000 Subject: Apply patches properly --- diff --git a/systemd.spec b/systemd.spec index 9e53b9d..bd9d918 100644 --- a/systemd.spec +++ b/systemd.spec @@ -12,7 +12,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 231 -Release: 6%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Release: 7%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -52,6 +52,9 @@ Patch0013: 0013-Revert-pid1-reconnect-to-the-console-before-being-re.patch Patch0014: 0014-systemd-ignore-lack-of-tty-when-checking-whether-col.patch Patch0015: 0015-shared-install-do-not-enable-masked-instances-4005.patch Patch0016: 0016-If-the-notification-message-length-is-0-ignore-the-m.patch +Patch0017: 0017-pid1-don-t-return-any-error-in-manager_dispatch_noti.patch +Patch0018: 0018-pid1-process-zero-length-notification-messages-again.patch + Patch0998: 0998-resolved-create-etc-resolv.conf-symlink-at-runtime.patch @@ -946,6 +949,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd %{_mandir}/man[1578]/systemd-nspawn.* %changelog +* Mon Oct 3 2016 Zbigniew Jędrzejewski-Szmek - 231-7 +- Apply patches properly + * Thu Sep 29 2016 Zbigniew Jędrzejewski-Szmek - 231-6 - Better fix for (#1380286)