- Update of firewall-config
- Some bug fixes
This commit is contained in:
parent
bc234168b1
commit
a7e552c674
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
|||||||
/firewalld-0.2.4.tar.bz2
|
/firewalld-0.2.4.tar.bz2
|
||||||
/firewalld-0.2.5.tar.bz2
|
/firewalld-0.2.5.tar.bz2
|
||||||
/firewalld-0.2.6.tar.bz2
|
/firewalld-0.2.6.tar.bz2
|
||||||
|
/firewalld-0.2.7.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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.2.6
|
Version: 0.2.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://fedorahosted.org/firewalld
|
URL: http://fedorahosted.org/firewalld
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -182,11 +182,15 @@ fi
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/firewall-config
|
%{_bindir}/firewall-config
|
||||||
%defattr(0644,root,root)
|
%defattr(0644,root,root)
|
||||||
#%{_datadir}/firewalld/firewall-config.glade
|
%{_datadir}/firewalld/firewall-config.glade
|
||||||
%{_datadir}/applications/firewall-config.desktop
|
%{_datadir}/applications/firewall-config.desktop
|
||||||
#%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
%{_datadir}/icons/hicolor/*/apps/firewall-config*.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 13 2012 Thomas Woerner <twoerner@redhat.com> 0.2.7-1
|
||||||
|
- Update of firewall-config
|
||||||
|
- Some bug fixes
|
||||||
|
|
||||||
* Tue Aug 7 2012 Thomas Woerner <twoerner@redhat.com> 0.2.6-1
|
* Tue Aug 7 2012 Thomas Woerner <twoerner@redhat.com> 0.2.6-1
|
||||||
- New D-BUS interface for persistent configuration
|
- New D-BUS interface for persistent configuration
|
||||||
- Aded support for persistent zone configuration in firewall-cmd
|
- Aded support for persistent zone configuration in firewall-cmd
|
||||||
|
Loading…
Reference in New Issue
Block a user