diff --git a/systemd.spec b/systemd.spec index c4a74f9..ebf60f7 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 215 -Release: 14%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 15%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -882,6 +882,10 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd %{_datadir}/systemd/gatewayd %changelog +* Tue Sep 09 2014 Michal Schmidt - 215-15 +- Use common CONFIGURE_OPTS for build2 and build3. +- Configure timesyncd with NTP servers from Fedora/RHEL vendor zone. + * Wed Sep 03 2014 Harald Hoyer 215-14 - Fixed booting into a RO NFS root Resolves: rhbz#1133814