rpms/dropwatch/F-12 dropwatch.spec,1.3,1.4

Neil Horman nhorman at fedoraproject.org
Tue Apr 20 20:10:20 UTC 2010


Author: nhorman

Update of /cvs/pkgs/rpms/dropwatch/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6395

Modified Files:
	dropwatch.spec 
Log Message:
Fixing build REquires


Index: dropwatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dropwatch/F-12/dropwatch.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- dropwatch.spec	20 Apr 2010 19:51:35 -0000	1.3
+++ dropwatch.spec	20 Apr 2010 20:10:18 -0000	1.4
@@ -2,14 +2,14 @@
 Summary: Kernel dropped packet monitor 
 Name: dropwatch 
 Version: 1.1
-Release: 2%{?dist} 
+Release: 3%{?dist} 
 Source0: https://fedorahosted.org/releases/d/r/dropwatch/dropwatch-%{version}-%{upstream_release}.tbz2
 URL: http://fedorahosted.org/dropwatch
 License: GPLv2+ 
 Group: Applications/System 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: kernel-devel, libnl-devel, readline-devel
-BuildRequires: binutils-devel, binutils-static
+BuildRequires: binutils-devel
 Requires: libnl, readline
 
 %description
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING
 
 %changelog
+* Tue Apr 20 2010 Neil Horman <nhorman at redhat.com> - 1.1-3
+- Fixing buildRequires
+
 * Thu Apr 07 2010 Neil Horman <nhorman at redhat.com> - 1.1-2
 - Adding more missing buildrequires
 



More information about the scm-commits mailing list