[openslp] Requires: +net-tools (for netstat, #975868)

Rex Dieter rdieter at fedoraproject.org
Wed Jun 19 13:56:12 UTC 2013


commit cce16381b841da6ea798ca66897f487f284a24f8
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jun 19 08:56:04 2013 -0500

    Requires: +net-tools (for netstat, #975868)

 openslp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openslp.spec b/openslp.spec
index a33043e..858b5f3 100644
--- a/openslp.spec
+++ b/openslp.spec
@@ -2,7 +2,7 @@
 Summary: Open implementation of Service Location Protocol V2
 Name:    openslp
 Version: 1.2.1
-Release: 18%{?dist}
+Release: 19%{?dist}
 
 Group:   System Environment/Libraries
 License: BSD
@@ -22,6 +22,8 @@ BuildRequires: bison
 BuildRequires: flex 
 BuildRequires: openssl-devel
 
+Requires: net-tools
+
 %description
 Service Location Protocol is an IETF standards track protocol that
 provides a framework to allow networking applications to discover the
@@ -145,6 +147,9 @@ fi
 
 
 %changelog
+* Wed Jun 19 2013 Rex Dieter <rdieter at fedoraproject.org> 1.2.1-19
+- Requires: +net-tools (for netstat, #975868)
+
 * Wed Jan 30 2013 Rex Dieter <rdieter at fedoraproject.org> 1.2.1-18
 - update URL: tag (#905975)
 


More information about the scm-commits mailing list