0.3.6
This commit is contained in:
parent
a56d3af167
commit
87ffdf6d8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
|||||||
/firewalld-0.3.3.tar.bz2
|
/firewalld-0.3.3.tar.bz2
|
||||||
/firewalld-0.3.4.tar.bz2
|
/firewalld-0.3.4.tar.bz2
|
||||||
/firewalld-0.3.5.tar.bz2
|
/firewalld-0.3.5.tar.bz2
|
||||||
|
/firewalld-0.3.6.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
Summary: A firewall daemon with D-BUS interface providing a dynamic firewall
|
||||||
Name: firewalld
|
Name: firewalld
|
||||||
Version: 0.3.5
|
Version: 0.3.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -122,10 +122,12 @@ fi
|
|||||||
if [ $1 -eq 0 ] ; then
|
if [ $1 -eq 0 ] ; then
|
||||||
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%posttrans -n firewall-config
|
%posttrans -n firewall-config
|
||||||
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
|
/usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc COPYING README
|
%doc COPYING README
|
||||||
@ -183,9 +185,24 @@ fi
|
|||||||
%{_datadir}/firewalld/gtk3_chooserbutton.py*
|
%{_datadir}/firewalld/gtk3_chooserbutton.py*
|
||||||
%{_datadir}/applications/firewall-config.desktop
|
%{_datadir}/applications/firewall-config.desktop
|
||||||
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||||
|
%{_datadir}/glib-2.0/schemas/org.fedoraproject.FirewallConfig.gschema.xml
|
||||||
%{_mandir}/man1/firewall-config*.1*
|
%{_mandir}/man1/firewall-config*.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 02 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.6-1
|
||||||
|
- firewalld.richlanguage.xml: correct log levels (RHBZ#993740)
|
||||||
|
- firewall-config: Make sure that all zone settings are updated properly on firewalld restart
|
||||||
|
- Rich_Limit: Allow long representation for duration (RHBZ#994103
|
||||||
|
- firewall-config: Show "Changes applied." after changes (RHBZ#993643)
|
||||||
|
- Use own connection dialog to change zones for NM connections
|
||||||
|
- Rename service cluster-suite to high-availability (RHBZ#885257)
|
||||||
|
- Permanent direct support for firewall-config and firewall-cmd
|
||||||
|
- Try to avoid file descriptor leaking (RHBZ#951900)
|
||||||
|
- New functions to split and join args properly (honoring quotes)
|
||||||
|
- firewall-cmd(1): 2 simple examples
|
||||||
|
- Better IPv6 NAT checking.
|
||||||
|
- Ship firewalld.direct(5).
|
||||||
|
|
||||||
* Mon Sep 30 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.5-1
|
* Mon Sep 30 2013 Jiri Popelka <jpopelka@redhat.com> - 0.3.5-1
|
||||||
- Only use one PK action for configuration (RHBZ#994729)
|
- Only use one PK action for configuration (RHBZ#994729)
|
||||||
- firewall-cmd: indicate non-zero exit code with red color
|
- firewall-cmd: indicate non-zero exit code with red color
|
||||||
@ -301,7 +318,7 @@ fi
|
|||||||
- Remove pointless "ExclusiveOS" tag
|
- Remove pointless "ExclusiveOS" tag
|
||||||
|
|
||||||
* Fri Jun 7 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-2
|
* Fri Jun 7 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-2
|
||||||
- Fixed rich rule check for use in D-Bus
|
- Fixed rich rule check for use in D-Bus
|
||||||
|
|
||||||
* Thu Jun 6 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-1
|
* Thu Jun 6 2013 Thomas Woerner <twoerner@redhat.com> 0.3.3-1
|
||||||
- new service files
|
- new service files
|
||||||
|
Loading…
Reference in New Issue
Block a user