#16 241-5: backport stable patch to fix preset parsing
Closed 5 years ago by zbyszek. Opened 5 years ago by dm0.
Unknown source f30  into  f30

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (systemd-cbf14c9.tar.gz) = b708db5db65c8fc7ef030c18f97d97b4cbfb03d32bb8952ac69adef0301f879db0ada3932845f4e29fe58374e82f5aa83599a6871bf5d0d0860acb71c0f9722b

+ SHA512 (systemd-50497b1.tar.gz) = 23ae9424dfce65306ce637e29dee88213eca35efd9d0b96027245798b7f8952a1840cb22d2a918e5330c3832a697c76fdab60e67e537473f92a233d84666de94

file modified
+5 -2
@@ -1,4 +1,4 @@

- %global commit cbf14c9500d5e6820fd7d96166ca0bf75c6850df

+ %global commit 50497b1fda6935a8af16147ced09179e993a5797

  %{?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:        241

- Release:        4%{?commit:.git%{shortcommit}}%{?dist}

+ Release:        5%{?commit:.git%{shortcommit}}%{?dist}

  # For a breakdown of the licensing, see README

  License:        LGPLv2+ and MIT and GPLv2+

  Summary:        System and Service Manager
@@ -698,6 +698,9 @@

  %files tests -f .file-list-tests

  

  %changelog

+ * Tue Apr 9 2019 David Michael <dm0@redhat.com> - 241-5.git50497b1

+ - Backport stable patch for fixing escaped preset parsing regression.

+ 

  * Fri Mar 29 2019 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 241-4.gitcbf14c9

  - Backport various patches from the v241..v242 range:

    kernel-install will not create the boot loader entry automatically (#1648907),

This just adds the patch from https://github.com/systemd/systemd-stable/pull/50 to the RPM. I saw there are newer commits in the stable branch but wasn't sure if they should all be added at once, so feel free to close this if a bigger update is on the way.

Yep, I'll update to the v241-stable tip.

Pull-Request has been closed by zbyszek

5 years ago