SPECS: sshguard.spec - python isn't needed now, (no scons, no pyth...
agaran
agaran at pld-linux.org
Sat Mar 29 00:03:10 CET 2008
Author: agaran Date: Fri Mar 28 23:03:10 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- python isn't needed now, (no scons, no python dep)
- package README and whitelistexample
---- Files affected:
SPECS:
sshguard.spec (1.12 -> 1.13)
---- Diffs:
================================================================
Index: SPECS/sshguard.spec
diff -u SPECS/sshguard.spec:1.12 SPECS/sshguard.spec:1.13
--- SPECS/sshguard.spec:1.12 Tue Jun 19 20:48:49 2007
+++ SPECS/sshguard.spec Sat Mar 29 00:03:05 2008
@@ -12,8 +12,8 @@
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
-BuildRequires: python
-BuildRequires: rpm-pythonprov
+#BuildRequires: python
+#BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.337
Requires: iptables
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -39,6 +39,7 @@
%{__autoconf}
%{__autoheader}
%configure \
+ --with-iptables=/usr/sbin/iptables \
--with-firewall=iptables
%{__make}
@@ -52,6 +53,7 @@
rm -rf $RPM_BUILD_ROOT
%files
+%doc README examples/whitelistfile.example
%defattr(644,root,root,755)
%attr(755,root,root) %{_sbindir}/*
%{_mandir}/man8/sshguard.8*
@@ -62,6 +64,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2008-03-28 23:03:05 agaran
+- python isn't needed now, (no scons, no python dep)
+- package README and whitelistexample
+
Revision 1.12 2007-06-19 18:48:49 qboosh
- cleanup, missing BRs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/sshguard.spec?r1=1.12&r2=1.13&f=u
More information about the pld-cvs-commit
mailing list