[mesos/f20] Temporary work in progress update to track the lastest modifications. The source is not in the look-

tstclair tstclair at fedoraproject.org
Wed Oct 22 19:39:25 UTC 2014


commit c3e3cc40adcbcb8c227cb5e67fd5ba618a96c1a9
Author: Timothy St. Clair <tstclair at redhat.com>
Date:   Thu Oct 9 10:59:52 2014 -0500

    Temporary work in progress update to track the lastest modifications.
    The source is not in the look-aside buffer yet as I'm waiting on a
    release.
    
    Thus if you want to rebuild run:
    spectool -g mesos.spec
    to obtain the sources.

 mesos.spec |   14 +++++++++++---
 sources    |    2 +-
 2 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/mesos.spec b/mesos.spec
index f6fd85d..0cee526 100644
--- a/mesos.spec
+++ b/mesos.spec
@@ -1,4 +1,4 @@
-%global commit      31337348cef29719890bffb59fbf8df8b18b39d0
+%global commit      c96ba8f6035329acebb25ca0f52215284bbf8f8f
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global tag         0.21.0
 %global skiptests   1
@@ -17,7 +17,7 @@
 
 Name:          mesos
 Version:       0.21.0
-Release:       2.SNAPSHOT.%{shortcommit}%{?dist}
+Release:       3.SNAPSHOT.%{shortcommit}%{?dist}
 Summary:       Cluster manager for sharing distributed application frameworks
 License:       ASL 2.0
 URL:           http://mesos.apache.org/
@@ -71,9 +71,13 @@ BuildRequires: protobuf-java
 BuildRequires: zookeeper-lib-devel
 BuildRequires: protobuf-devel
 BuildRequires: picojson-devel
+BuildRequires: python-pip
+BuildRequires: python-wheel
 
 Requires: protobuf-python
 Requires: python-boto
+Requires: python-pip
+Requires: python-wheel
 %endif
 
 %ifarch x86_64
@@ -122,7 +126,7 @@ The python-%{name} package contains Python bindings for %{name}.
 
 %prep
 %setup -q -n %{name}-%{commit}
-%patch0 -p1
+%patch0 -p1 -F2
 
 %if %unbundled
 # remove all bundled elements prior to build
@@ -209,6 +213,7 @@ popd
 
 # fedora guidelines no .a|.la
 rm -f %{buildroot}%{_libdir}/*.la
+rm -f %{buildroot}%{_libdir}/libexamplemodule*
 
 # Move the inclusions under mesos folder for developers
 mv -f %{buildroot}%{_includedir}/stout %{buildroot}%{_includedir}/%{name}
@@ -302,6 +307,9 @@ exit 0
 /sbin/ldconfig
 
 %changelog
+* Thu Oct 9 2014 Timothy St. Clair <tstclair at redhat.com> - 0.21.0-3.SNAPSHOT.c96ba8f6
+- Update and shifting configs to latest.
+
 * Tue Sep 30 2014 Timothy St. Clair <tstclair at redhat.com> - 0.21.0-2.SNAPSHOT.3133734
 - Removing scripts and updating systemd settings.
 
diff --git a/sources b/sources
index 35ace3b..5f184a9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ee469f51b1b971d7fb3120ddbffc1f69  mesos-0.21.0-3133734.tar.gz
+bb48e15e96befc627f3b17244eebe517  mesos-0.21.0-c96ba8f.tar.gz


More information about the scm-commits mailing list