Re-add mlogc sub-package for epel (#856525)
This commit is contained in:
parent
91ccd3988e
commit
516bd4be33
@ -8,7 +8,7 @@
|
|||||||
Summary: Security module for the Apache HTTP Server
|
Summary: Security module for the Apache HTTP Server
|
||||||
Name: mod_security
|
Name: mod_security
|
||||||
Version: 2.6.7
|
Version: 2.6.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://www.modsecurity.org/
|
URL: http://www.modsecurity.org/
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -16,13 +16,13 @@ Source: http://www.modsecurity.org/download/modsecurity-apache_%{version}.tar.gz
|
|||||||
Source1: mod_security.conf
|
Source1: mod_security.conf
|
||||||
Requires: httpd httpd-mmn = %{_httpd_mmn}
|
Requires: httpd httpd-mmn = %{_httpd_mmn}
|
||||||
BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel
|
BuildRequires: httpd-devel libxml2-devel pcre-devel curl-devel lua-devel
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ModSecurity is an open source intrusion detection and prevention engine
|
ModSecurity is an open source intrusion detection and prevention engine
|
||||||
for web applications. It operates embedded into the web server, acting
|
for web applications. It operates embedded into the web server, acting
|
||||||
as a powerful umbrella - shielding web applications from attacks.
|
as a powerful umbrella - shielding web applications from attacks.
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%package -n mlogc
|
%package -n mlogc
|
||||||
Summary: ModSecurity Audit Log Collector
|
Summary: ModSecurity Audit Log Collector
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -30,7 +30,6 @@ Requires: mod_security
|
|||||||
|
|
||||||
%description -n mlogc
|
%description -n mlogc
|
||||||
This package contains the ModSecurity Audit Log Collector.
|
This package contains the ModSecurity Audit Log Collector.
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n modsecurity-apache_%{version}
|
%setup -q -n modsecurity-apache_%{version}
|
||||||
@ -68,14 +67,12 @@ install -Dp -m0644 10-mod_security.conf %{buildroot}%{_httpd_modconfdir}/10-mod_
|
|||||||
install -Dp -m0644 %{SOURCE1} %{buildroot}%{_httpd_confdir}/mod_security.conf
|
install -Dp -m0644 %{SOURCE1} %{buildroot}%{_httpd_confdir}/mod_security.conf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
# mlogc
|
# mlogc
|
||||||
install -d %{buildroot}%{_localstatedir}/log/mlogc
|
install -d %{buildroot}%{_localstatedir}/log/mlogc
|
||||||
install -d %{buildroot}%{_localstatedir}/log/mlogc/data
|
install -d %{buildroot}%{_localstatedir}/log/mlogc/data
|
||||||
install -m0755 mlogc/mlogc %{buildroot}%{_bindir}/mlogc
|
install -m0755 mlogc/mlogc %{buildroot}%{_bindir}/mlogc
|
||||||
install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
|
install -m0755 mlogc/mlogc-batch-load.pl %{buildroot}%{_bindir}/mlogc-batch-load
|
||||||
install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
|
install -m0644 mlogc/mlogc-default.conf %{buildroot}%{_sysconfdir}/mlogc.conf
|
||||||
%endif
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -91,7 +88,6 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_sysconfdir}/httpd/modsecurity.d
|
%dir %{_sysconfdir}/httpd/modsecurity.d
|
||||||
%dir %{_sysconfdir}/httpd/modsecurity.d/activated_rules
|
%dir %{_sysconfdir}/httpd/modsecurity.d/activated_rules
|
||||||
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%files -n mlogc
|
%files -n mlogc
|
||||||
%defattr (-,root,root)
|
%defattr (-,root,root)
|
||||||
%doc mlogc/INSTALL
|
%doc mlogc/INSTALL
|
||||||
@ -100,9 +96,11 @@ rm -rf %{buildroot}
|
|||||||
%attr(0770,root,apache) %dir %{_localstatedir}/log/mlogc/data
|
%attr(0770,root,apache) %dir %{_localstatedir}/log/mlogc/data
|
||||||
%attr(0755,root,root) %{_bindir}/mlogc
|
%attr(0755,root,root) %{_bindir}/mlogc
|
||||||
%attr(0755,root,root) %{_bindir}/mlogc-batch-load
|
%attr(0755,root,root) %{_bindir}/mlogc-batch-load
|
||||||
%endif
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.6.7-2
|
||||||
|
- Re-add mlogc sub-package for epel (#856525)
|
||||||
|
|
||||||
* Sat Aug 25 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.6.7-1
|
* Sat Aug 25 2012 Athmane Madjoudj <athmane@fedoraproject.org> 2.6.7-1
|
||||||
- Update to 2.6.7
|
- Update to 2.6.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user