From 32b81ffc99d3a72ca2f423771a16ac0cf7b7603e Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Nov 18 2015 10:10:43 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index ecc02aa..7d93b1b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ /x86_64/ /systemd-*src.rpm /systemd-*.tar.xz +/systemd-*.tar.gz /*.rpm -/systemd-227.tar.gz diff --git a/sources b/sources index 6430a26..0acbb89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a06aa8cd1e2bfa952f84d1b433d8fec2 systemd-227.tar.gz +5c3def06320d59a753eeff292e91823a systemd-228.tar.gz diff --git a/systemd.spec b/systemd.spec index ecdfdff..f707ecf 100644 --- a/systemd.spec +++ b/systemd.spec @@ -12,8 +12,8 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd -Version: 227 -Release: 7%{?gitcommit:.git%{gitcommitshort}}%{?dist} +Version: 228 +Release: 1%{?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 +* Wed Nov 18 2015 Kay Sievers - 228-1 +- New upstream release + * Thu Nov 12 2015 Zbigniew Jędrzejewski-Szmek - 227-7 - Rename journal-gateway subpackage to journal-remote - Ignore the access mode on /var/log/journal (#1048424)