]> git.pld-linux.org Git - packages/firewall-init-ipchains.git/commitdiff
- pld-linux.org
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 17 Jun 2003 19:09:49 +0000 (19:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new %doc

Changed files:
    firewall-init-ipchains.spec -> 1.33

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.063188 seconds and 4 git commands to generate.