Add BuildDepends on dos2unix

This commit is contained in:
John Eckersberg 2009-02-18 19:38:38 +00:00
parent d1e2071224
commit 3923b8b289

View File

@ -2,7 +2,7 @@
Name: python-netaddr
Version: 0.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Network address manipulation, done Pythonically
Group: Development/Libraries
@ -12,7 +12,7 @@ Source0: http://netaddr.googlecode.com/files/netaddr-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: python-devel, python-setuptools
BuildRequires: python-devel, python-setuptools, dos2unix
%description
netaddr is a network address manipulation library written in pure Python.
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 18 2009 John Eckersberg <jeckersb@redhat.com> - 0.6-2
- Add BuildDepends on dos2unix to clean up some upstream sources
* Wed Feb 18 2009 John Eckersberg <jeckersb@redhat.com> - 0.6-1
- New upstream version