diff --git a/apache2-mod_security2.changes b/apache2-mod_security2.changes index b4d5774..85d4b45 100644 --- a/apache2-mod_security2.changes +++ b/apache2-mod_security2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 29 00:09:38 UTC 2017 - jengelh@inai.de + +- Trim advertisement and filler wording from descriptions. + ------------------------------------------------------------------- Wed Dec 20 09:13:49 UTC 2017 - pgajdos@suse.com diff --git a/apache2-mod_security2.spec b/apache2-mod_security2.spec index c406527..16cc487 100644 --- a/apache2-mod_security2.spec +++ b/apache2-mod_security2.spec @@ -22,7 +22,7 @@ Name: apache2-mod_security2 Version: 2.9.2 Release: 0 -Summary: ModSecurity Open Source Web Application Firewall +Summary: Web Application Firewall for apache httpd License: Apache-2.0 Group: Productivity/Networking/Web/Servers Url: http://www.modsecurity.org/ @@ -55,15 +55,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %endif %description -ModSecurity(TM) is an open source intrusion detection and prevention +ModSecurity is an intrusion detection and prevention engine for web applications (or a web application firewall). Operating as an Apache Web server module or standalone, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks. -The modsecurity team also offer a commercial version of their excellent -ruleset. Please have a look at http://www.modsecurity.org/ for more details. - %prep %setup -q -n %{tarballname} %setup -q -D -T -a 1 -n %{tarballname} @@ -99,8 +96,7 @@ install -d -m 0755 %{buildroot}/%{usrsharedir}/tools rm -f rules/.gitignore rules/LICENSE cp -a rules/util/README %{buildroot}/%{usrsharedir}/tools/README-rules-updater.txt cp -a tools/rules-updater.pl tools/rules-updater-example.conf %{buildroot}/%{usrsharedir}/tools -find rules -type f -print0 | \ - xargs -0 chmod 644 +find rules -type f -exec chmod 644 {} + cp -a rules %{buildroot}/%{usrsharedir} rm -rf %{buildroot}/%{usrsharedir}/rules/util rm -rf %{buildroot}/%{usrsharedir}/rules/lua