Drop INSTALL from docs, escape macros in %changelog.
This commit is contained in:
parent
234c14529e
commit
875d810b85
@ -25,7 +25,7 @@
|
||||
Name: iptables
|
||||
Summary: Tools for managing Linux kernel packet filtering capabilities
|
||||
Version: 1.4.19.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source: http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
|
||||
Source1: iptables.init
|
||||
Source2: iptables-config
|
||||
@ -248,7 +248,7 @@ fi
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING INSTALL INCOMPATIBILITIES
|
||||
%doc COPYING INCOMPATIBILITIES
|
||||
%config(noreplace) %attr(0600,root,root) /etc/sysconfig/iptables-config
|
||||
%config(noreplace) %attr(0600,root,root) /etc/sysconfig/ip6tables-config
|
||||
%dir %{_sysconfdir}/xtables/
|
||||
@ -303,6 +303,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Dec 22 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.4.19.1-2
|
||||
- Drop INSTALL from docs, escape macros in %%changelog.
|
||||
|
||||
* Wed Jul 31 2013 Thomas Woerner <twoerner@redhat.com> 1.4.19.1-1
|
||||
- new version 1.4.19.1
|
||||
- libxt_NFQUEUE: fix bypass option documentation
|
||||
@ -372,7 +375,7 @@ fi
|
||||
* Fri Oct 12 2012 Thomas Woerner <twoerner@redhat.com> 1.4.16.2-2
|
||||
- new sub package services providing the systemd services (RHBZ#862922)
|
||||
- new sub package utils: provides nfnl_osf and the pf.os database
|
||||
- using %{_libexecdir}/iptables as script path for the original init scripts
|
||||
- using %%{_libexecdir}/iptables as script path for the original init scripts
|
||||
- added service iptables save funcitonality using the new way provided by
|
||||
initscripts 9.37.1 (RHBZ#748134)
|
||||
- added virtual provide for libxtables.so.7
|
||||
|
Loading…
Reference in New Issue
Block a user