--- ../debian/dpkg.spec 2007-07-22 16:57:01.000000000 +0200 +++ dpkg.spec 2007-12-10 09:23:11.000000000 +0100 @@ -1,6 +1,6 @@ Name: dpkg Version: 1.14.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Package maintenance system for Debian Linux Group: System Environment/Base @@ -9,7 +9,7 @@ Source0: http://ftp.debian.org/debian/pool/main/d/dpkg/dpkg_%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: zlib-devel, bzip2-devel, libselinux-devel, gettext +BuildRequires: zlib-devel, bzip2-devel, libselinux-devel, gettext, ncurses-devel #Requires: %description @@ -93,5 +93,8 @@ %changelog +* Mon Dec 10 2007 Terje Rosten 1.14.5-2 +- Add ncurses-devel to buildreq + * Thu Jul 19 2007 Patrice Dumas 1.14.5-1 - initial packaging