[suricata] Add nss-devel build require and systemd macros

Steve Grubb sgrubb at fedoraproject.org
Tue Oct 9 15:38:59 UTC 2012


commit 2afa239b105c890dba1b19095286445c076647ca
Author: Steve <sgrubb at redhat.com>
Date:   Tue Oct 9 11:38:51 2012 -0400

    Add nss-devel build require and systemd macros

 suricata.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/suricata.spec b/suricata.spec
index 5e7abcd..f297506 100644
--- a/suricata.spec
+++ b/suricata.spec
@@ -2,7 +2,7 @@
 Summary: Intrusion Detection System
 Name: suricata
 Version: 1.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.openinfosecfoundation.org
@@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libyaml-devel libprelude-devel
 BuildRequires: libnfnetlink-devel libnetfilter_queue-devel libnet-devel
 BuildRequires: zlib-devel libpcap-devel pcre-devel libcap-ng-devel
-BuildRequires: file-devel nspr-devel nss-softokn-devel
+BuildRequires: file-devel nspr-devel nss-devel nss-softokn-devel
 BuildRequires: systemd-units
 # Remove when rpath issues are fixed
 BuildRequires: autoconf automake libtool
@@ -103,6 +103,9 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/suricata
 
 %changelog
+* Tue Oct 09 2012 Steve Grubb <sgrubb at redhat.com> 1.3.2-2
+- Add nss-devel build require and systemd macros
+
 * Mon Oct 08 2012 Steve Grubb <sgrubb at redhat.com> 1.3.2-1
 - New upstream release
 


More information about the scm-commits mailing list