From c7c7d9241c2c0928cf8694a4ba4cacb6b3c26f05 Mon Sep 17 00:00:00 2001 From: Nathaniel McCallum Date: Jul 03 2010 20:45:46 +0000 Subject: Fix missing BR in libproxy --- 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)