- Remove useless comment lines/whitespace
OBS-URL: https://build.opensuse.org/package/show/Apache:Modules/apache2-mod_security2?expand=0&rev=62
This commit is contained in:
parent
c648fa3d5c
commit
9215730c17
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 2 14:46:15 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Remove useless comment lines/whitespace
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 24 04:23:11 UTC 2015 - crrodriguez@opensuse.org
|
Tue Feb 24 04:23:11 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
@ -12,7 +17,6 @@ Tue Feb 24 04:23:11 UTC 2015 - crrodriguez@opensuse.org
|
|||||||
with threaded mpms. it should instead use the allocator
|
with threaded mpms. it should instead use the allocator
|
||||||
from the request pool.
|
from the request pool.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 14 17:51:49 UTC 2015 - thomas.worm@sicsec.de
|
Sat Feb 14 17:51:49 UTC 2015 - thomas.worm@sicsec.de
|
||||||
|
|
||||||
|
@ -18,19 +18,15 @@
|
|||||||
|
|
||||||
%define modname mod_security2
|
%define modname mod_security2
|
||||||
%define tarballname modsecurity-%{version}
|
%define tarballname modsecurity-%{version}
|
||||||
#
|
|
||||||
%define usrsharedir %{_datadir}/%{name}
|
%define usrsharedir %{_datadir}/%{name}
|
||||||
%define refman Reference-Manual.html
|
%define refman Reference-Manual.html
|
||||||
%define faq ModSecurity-Frequently-Asked-Questions-FAQ.html
|
%define faq ModSecurity-Frequently-Asked-Questions-FAQ.html
|
||||||
|
|
||||||
Name: apache2-mod_security2
|
Name: apache2-mod_security2
|
||||||
Version: 2.9.0
|
Version: 2.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
#
|
|
||||||
Summary: ModSecurity Open Source Web Application Firewall
|
Summary: ModSecurity Open Source Web Application Firewall
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Productivity/Networking/Web/Servers
|
Group: Productivity/Networking/Web/Servers
|
||||||
#
|
|
||||||
Url: http://www.modsecurity.org/
|
Url: http://www.modsecurity.org/
|
||||||
Source: https://www.modsecurity.org/tarball/%{version}/%{tarballname}.tar.gz
|
Source: https://www.modsecurity.org/tarball/%{version}/%{tarballname}.tar.gz
|
||||||
Source1: https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/master//SpiderLabs-owasp-modsecurity-crs-2.2.9-5-gebe8790.tar.gz
|
Source1: https://github.com/SpiderLabs/owasp-modsecurity-crs/tarball/master//SpiderLabs-owasp-modsecurity-crs-2.2.9-5-gebe8790.tar.gz
|
||||||
@ -56,8 +52,6 @@ BuildRequires: pcre-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
Requires: %{apache_mmn}
|
Requires: %{apache_mmn}
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
#
|
|
||||||
#
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -127,15 +121,8 @@ mv %{buildroot}/%{usrsharedir}/rules/modsecurity_crs_10_setup.conf.example \
|
|||||||
%{apache_sysconfdir}/mod_security2.d/README-SUSE-mod_security2.txt
|
%{apache_sysconfdir}/mod_security2.d/README-SUSE-mod_security2.txt
|
||||||
%{apache_sysconfdir}/mod_security2.d/empty.conf
|
%{apache_sysconfdir}/mod_security2.d/empty.conf
|
||||||
%dir %{usrsharedir}
|
%dir %{usrsharedir}
|
||||||
#%dir %{usrsharedir}/tools
|
|
||||||
#%dir %{usrsharedir}/rules
|
|
||||||
%doc README.TXT CHANGES LICENSE NOTICE authors.txt
|
%doc README.TXT CHANGES LICENSE NOTICE authors.txt
|
||||||
%{usrsharedir}
|
%{usrsharedir}
|
||||||
#%{usrsharedir}/rules/activated_rules
|
|
||||||
#%{usrsharedir}/rules/base_rules
|
|
||||||
#%{usrsharedir}/rules/experimental_rules
|
|
||||||
#%{usrsharedir}/rules/optional_rules
|
|
||||||
#%{usrsharedir}/rules/slr_rules
|
|
||||||
%doc doc/* rules/util/regression-tests
|
%doc doc/* rules/util/regression-tests
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user