From 56e955be6b90feb6f6b01b27ceaead12724bd927 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Fri, 16 Mar 2012 16:36:03 +0100 Subject: [PATCH] - fixed firewalld.conf save exception if no temporary file can be written to /etc/firewalld/ --- firewalld.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/firewalld.spec b/firewalld.spec index 27ed459..7fdfc70 100644 --- a/firewalld.spec +++ b/firewalld.spec @@ -2,7 +2,7 @@ Summary: A firewall daemon with D-BUS interface providing a dynamic firewall Name: firewalld -Version: 0.2.3 +Version: 0.2.4 Release: 1%{?dist} URL: http://fedorahosted.org/firewalld License: GPLv2+ @@ -182,6 +182,10 @@ fi #%{_datadir}/icons/hicolor/*/apps/firewall-config*.* %changelog +* Fri Mar 16 2012 Thomas Woerner 0.2.4-1 +- fixed firewalld.conf save exception if no temporary file can be written to + /etc/firewalld/ + * Thu Mar 15 2012 Thomas Woerner 0.2.3-1 - firewall-cmd: several changes and fixes - code cleanup