From 984ca0bc571258f7c674c3c0bd64697a4362c1de Mon Sep 17 00:00:00 2001 From: Robert Kuska Date: Fri, 6 Nov 2015 12:59:00 +0100 Subject: [PATCH] Rebuilt for Python3.5 rebuild --- systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index a19e5dc..7daf92d 100644 --- a/systemd.spec +++ b/systemd.spec @@ -13,7 +13,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 227 -Release: 3%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Release: 4%{?gitcommit:.git%{gitcommitshort}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -771,6 +771,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Fri Nov 06 2015 Robert Kuska - 227-4 +- Rebuilt for Python3.5 rebuild + * Wed Nov 4 2015 Zbigniew Jędrzejewski-Szmek - 227-3 - Fix syntax in kernel-install (#1277264)