diff --git a/libproxy.spec b/libproxy.spec index 290cab1..862cad7 100644 --- a/libproxy.spec +++ b/libproxy.spec @@ -4,7 +4,7 @@ Name: libproxy Version: 0.4.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library handling all the details of proxy configuration Group: System Environment/Libraries @@ -14,6 +14,7 @@ Source0: http://libproxy.googlecode.com/files/libproxy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel +BuildRequires: libmodman-devel BuildRequires: cmake >= 2.6.0 # gnome @@ -187,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jul 03 2010 Nathaniel McCallum - 0.4.4-2 +- Fix missing BuildRequires: libmodman-devel + * Sun Jun 13 2010 Nathaniel McCallum - 0.4.4-1 - Update to 0.4.4 - Removed install workarounds (fixed upstream)