[skipfish] Add pcre-devel as build requirement

Athmane Madjoudj athmane at fedoraproject.org
Sun Sep 2 01:19:54 UTC 2012


commit a3a613a806aef9a6d2312cff87cc1f1e6508fac6
Author: Athmane Madjoudj <athmane at fedoraproject.org>
Date:   Sun Sep 2 02:19:31 2012 +0100

    Add pcre-devel as build requirement

 skipfish.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/skipfish.spec b/skipfish.spec
index 2d3c0b6..bdf2e17 100644
--- a/skipfish.spec
+++ b/skipfish.spec
@@ -1,6 +1,6 @@
 Name:           skipfish
 Version:        2.08
-Release:        0.1.b%{?dist}
+Release:        0.2.b%{?dist}
 Summary:        Web application security scanner
 
 Group:          Applications/Internet
@@ -21,6 +21,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  libidn-devel
 BuildRequires:  zlib-devel
+BuildRequires:  pcre-devel
 
 %description
 High-performance, easy, and sophisticated Web application security testing
@@ -74,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Sep 02 2012 Athmane Madjoudj <athmane at fedoraproject.org> 2.08-0.2.b
+- Add pcre-devel as build requirement.
+
 * Sun Sep 02 2012 Athmane Madjoudj <athmane at fedoraproject.org> 2.08-0.1.b
 - Update to 2.08b
 - Update the patch and spec file to the new upstream source structure.


More information about the scm-commits mailing list