From 2c67f7fe1b4ac041122abbce3bc51f032cebf132 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Tue, 17 Feb 2015 13:38:33 -0500 Subject: [PATCH] Update 90-default.present for dbxtool. Signed-off-by: Peter Jones --- systemd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemd.spec b/systemd.spec index a52bcc0..36a47c2 100644 --- a/systemd.spec +++ b/systemd.spec @@ -16,7 +16,7 @@ Name: systemd Url: http://www.freedesktop.org/wiki/Software/systemd Version: 219 -Release: 1%{?gitcommit:.git%{gitcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{gitcommit}}%{?dist} # For a breakdown of the licensing, see README License: LGPLv2+ and MIT and GPLv2+ Summary: A System and Service Manager @@ -864,6 +864,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd /usr/lib/firewalld/services/* %changelog +* Tue Feb 17 2015 Peter Jones - 219-2 +- Update 90-default.present for dbxtool. + * Mon Feb 16 2015 Lennart Poettering - 219-1 - New upstream release - This removes the sysctl/bridge hack, a different solution needs to be found for this (see #634736)