From 9206d6be7e288973abd1c28c1ee5845aa226b8f5 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Apr 12 2019 15:38:35 +0000 Subject: More patches and update %description --- diff --git a/sources b/sources index bae6dfb..327f297 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (systemd-3d835d0.tar.gz) = 74b98dc10d0861bdd505991fe0c57895bfc7e39a96c84e2e2ce2b7f25a0ce2dec602aa8803be9a8519c974de80eca5ea3e2bbac4753b83c1c8251e56a5550bb6 +SHA512 (systemd-a2eaa1c.tar.gz) = 0a81d538dd6c69a4a4c9c01923c693214ae16c193e5fab112e797a2ab487db54dbd24d59743e9c3eef54e8533579f85f28885f8e49844b5974989fb8c54eee1c diff --git a/systemd.spec b/systemd.spec index d98b643..4135f6f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global commit 3d835d09f29151c97af7cb1116e192df711587ab +%global commit a2eaa1c027b9cde96a73d8c729cea33ed5e6e9db %{?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: 5%{?commit:.git%{shortcommit}}%{?dist} +Release: 6%{?commit:.git%{shortcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: System and Service Manager @@ -154,6 +154,10 @@ date, locale, maintain a list of logged-in users, system accounts, runtime directories and settings, and daemons to manage simple network configuration, network time synchronization, log forwarding, and name resolution. +%if 0%{stable} +This package was built from the %{version}-stable branch of systemd, +commit https://github.com/systemd/systemd-stable/commit/%{shortcommit}. +%endif %package libs Summary: systemd libraries @@ -698,6 +702,10 @@ fi %files tests -f .file-list-tests %changelog +* Fri Apr 12 2019 Zbigniew Jędrzejewski-Szmek - 241-6.gita2eaa1c +- fstab-generator: use DefaultDependencies=no for /sysroot mounts (#1666920) +- return proper error from nss-resolve and nss-mymachines on dbus disconnects + * Tue Apr 9 2019 Zbigniew Jędrzejewski-Szmek - 241-5.git3d835d0 - Backport more patches: - shared/install: Preserve escape characters for escaped unit names