]> git.pld-linux.org Git - packages/ipset.git/commitdiff
- comment cosmetics
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 21 Jul 2010 05:53:45 +0000 (05:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ipset.spec -> 1.71

ipset.spec

index 84229eab45e6fb825b4892d6057a768707032daf..bbca33e552377a3c0e5e00a5358ad8c5da2a1a47 100644 (file)
@@ -107,11 +107,11 @@ Ten pakiet zawiera moduły jądra oferujące wsparcie dla zbiorów IP.
 %patch0 -p1
 mv kernel/{Kbuild,Makefile}
 
+# these options can be overriden by module parameters.
 # maximum number of ipsets.
 %{__sed} -i 's:$(IP_NF_SET_MAX):256:' kernel/Makefile
 # hash size for bindings of IP sets.
 %{__sed} -i 's:$(IP_NF_SET_HASHSIZE):1024:' kernel/Makefile
-# these options can be overriden by module parameters.
 
 %if "%{cc_version}" < "3.4"
 %{__sed} -i -e 's/-Wextra//' Makefile
@@ -132,7 +132,7 @@ mv kernel/{Kbuild,Makefile}
 %endif
 
 %if %{with kernel}
-# ugly hack for satisfy rpm build macro. in fact all modules will be build.
+# ugly hack for satisfy rpm build macro. in fact all modules will be built.
 %build_kernel_modules -C kernel -m ip_set
 %endif
 
This page took 0.032036 seconds and 4 git commands to generate.