From af76ccd3f0e3d9af76ab9c3572f37a9935c60fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 3 Dec 2013 21:54:10 -0500 Subject: [PATCH] Bump release to stay ahead of f20 --- systemd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemd.spec b/systemd.spec index 759cdad..6741f6f 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 208 -Release: 7%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 8%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -824,6 +824,9 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g %{_datadir}/systemd/gatewayd %changelog +* Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek - 208-8 +- Bump release to stay ahead of f20 + * Tue Dec 03 2013 Zbigniew Jędrzejewski-Szmek - 208-7 - Backport patches (#1023041, #1036845, #1006386?) - HWDB update @@ -832,7 +835,7 @@ getent passwd systemd-journal-gateway >/dev/null 2>&1 || useradd -r -l -u 191 -g - Some small documentation and logging updates * Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek - 208-6 -- Bump version to stay ahead of f20 +- Bump release to stay ahead of f20 * Tue Nov 19 2013 Zbigniew Jędrzejewski-Szmek - 208-5 - Use unit name in PrivateTmp= directories (#957439)