[openpgm] Build requires python (no longer available by default in F18+ buildroots)

Jose Pedro Oliveira jpo at fedoraproject.org
Sat Dec 22 01:01:21 UTC 2012


commit 80bc4f6b49e69ebf36c108e7000b9d2d7c4484f3
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Sat Dec 22 02:01:06 2012 +0000

    Build requires python (no longer available by default in F18+ buildroots)

 openpgm.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <jpo at di.uminho.pt> - 5.1.118-3
+- Build requires python (no longer available by default in F18+ buildroots)
+
 * Fri Dec 21 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 5.1.118-2
 - Renamed the tarball (replaced '%7E' by '~')
 - Removed the defattr lines


More information about the scm-commits mailing list