From 80bc4f6b49e69ebf36c108e7000b9d2d7c4484f3 Mon Sep 17 00:00:00 2001 From: Jose Pedro Oliveira Date: Sat, 22 Dec 2012 02:01:06 +0000 Subject: [PATCH] Build requires python (no longer available by default in F18+ buildroots) --- openpgm.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openpgm.spec b/openpgm.spec index 67bb373..196c8b4 100644 --- a/openpgm.spec +++ b/openpgm.spec @@ -1,6 +1,6 @@ Name: openpgm Version: 5.1.118 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An implementation of the PGM reliable multicast protocol Group: System Environment/Libraries @@ -11,6 +11,8 @@ Source0: http://openpgm.googlecode.com/files/libpgm-%{version}~dfsg.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: python + %description OpenPGM is an open source implementation of the Pragmatic General @@ -61,6 +63,9 @@ rm -rf %{buildroot} %changelog +* Fri Dec 21 2012 Jose Pedro Oliveira - 5.1.118-3 +- Build requires python (no longer available by default in F18+ buildroots) + * Fri Dec 21 2012 Jose Pedro Oliveira - 5.1.118-2 - Renamed the tarball (replaced '%7E' by '~') - Removed the defattr lines