Author: darekr Date: Thu Dec 15 20:52:33 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - cosmetics, fix perms for init script
---- Files affected: SPECS: fail2ban.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/fail2ban.spec diff -u SPECS/fail2ban.spec:1.1 SPECS/fail2ban.spec:1.2 --- SPECS/fail2ban.spec:1.1 Thu Dec 15 21:49:08 2005 +++ SPECS/fail2ban.spec Thu Dec 15 21:52:28 2005 @@ -8,10 +8,10 @@ URL: http://fail2ban.sourceforge.net/ Source0: http://dl.sourceforge.net/fail2ban/%{name}-%{version}.tar.bz2 # Source0-md5: 129c4e76539a22ab60d025fbf137f962 -BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) BuildRequires: dos2unix Requires: python-log4py BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Fail2Ban scans log files like /var/log/secure and bans IP that makes @@ -28,6 +28,7 @@ %install rm -rf $RPM_BUILD_ROOT + install -d $RPM_BUILD_ROOT/etc/rc.d/init.d/ PYTHONPATH=$RPM_BUILD_ROOT%{py_sitescriptdir}; export PYTHONPATH @@ -54,9 +55,9 @@ fi %files -%doc CHANGELOG README TODO %defattr(644,root,root,755) -%attr(755,root,root) /etc/rc.d/init.d/%{name} +%doc CHANGELOG README TODO +%attr(754,root,root) /etc/rc.d/init.d/%{name} %attr(755,root,root) %{_bindir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}.conf %{py_sitescriptdir}/* @@ -67,6 +68,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/12/15 20:52:28 darekr +- cosmetics, fix perms for init script + Revision 1.1 2005/12/15 20:49:08 aredridel - added - needs PLD initscript ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fail2ban.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
