]> git.pld-linux.org Git - packages/sshguard.git/commitdiff
- merged include patch from AC-branch, added /sbin/iptables fix
authorMaciej Pijanka <agaran@pld-linux.org>
Mon, 16 Apr 2007 23:25:21 +0000 (23:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sshguard.spec -> 1.10

sshguard.spec

index 1462c060e145ed80c567cda841dbc017e675dac4..96a965a0e96d542e8504738ec6b0bc789a5f7b26 100644 (file)
@@ -7,6 +7,8 @@ License:        BSD
 Group:         Applications
 Source0:       http://dl.sourceforge.net/sshguard/%{name}-%{version}.tar.bz2
 # Source0-md5: 990f53b0213f8cc04cc8ea5882f086a1
+Patch0:                %{name}-includes.patch
+Patch1:                %{name}-path.patch
 URL:           http://sshguard.sourceforge.net/
 BuildRequires: python
 BuildRequires: rpm-pythonprov
@@ -32,6 +34,8 @@ jest napisany w C.
 
 %prep
 %setup -q
+%patch0 -p0
+%patch1 -p1
 %{__sed} -i -e "s@/usr/local@$RPM_BUILD_ROOT%{_prefix}@g" SConstruct
 
 %build
This page took 0.08044 seconds and 4 git commands to generate.