From 516775d649b410a721508855d2ae84c297cc1f6f Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 6 Jul 2015 18:07:38 +0200 Subject: [PATCH] update to git snapshot --- sources | 2 +- systemd.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 0286496..23c0cd1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79070b045ab37fb9c9898b1d584d43d1 systemd-git604f02a.tar.xz +e32e5c93a3577ce81f1e601e308c00d3 systemd-git619b80a.tar.xz diff --git a/systemd.spec b/systemd.spec index 56bb774..a4baa48 100644 --- a/systemd.spec +++ b/systemd.spec @@ -1,4 +1,4 @@ -%global gitcommit 604f02a +%global gitcommit 619b80a %global _hardened_build 1 @@ -16,7 +16,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 221 -Release: 4%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 5%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -822,6 +822,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Mon Jul 6 2015 Kay Sievers - 221-5.git604f02a +- update to git snapshot + * Mon Jul 6 2015 Zbigniew Jędrzejewski-Szmek - 221-4.git604f02a - Add example file with yama config (#1234951)