]> git.pld-linux.org Git - packages/firewall-init-ipchains.git/blobdiff - firewall-init-ipchains.spec
- pld-linux.org
[packages/firewall-init-ipchains.git] / firewall-init-ipchains.spec
index a297a70d256134af500543c3c2762ec34faf763e..573aceac612b25e07d3be1ba0d846ebefcbba7cb 100644 (file)
@@ -19,7 +19,7 @@ Buildarch:    noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Firewall-init is meant to provide an easy to use interface to start
+Firewall-init is meant to provide an easy to use interface for starting
 and stopping the kernel IP packet filter through iptables(8).
 
 %description -l pl
@@ -35,8 +35,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf README
-
 %post
 /sbin/chkconfig --add firewall
 /sbin/chkconfig --add firewall-pre
@@ -52,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc README.gz
+%doc README
 %defattr(640,root,root,750)
 %verify(not size mtime md5) %config(noreplace) /etc/sysconfig/firewall
 %verify(not size mtime md5) %config(noreplace) /etc/sysconfig/firewall.d/ip*
This page took 0.057009 seconds and 4 git commands to generate.