[mom/f16] Update to mom-0.2.2

aglitke aglitke at fedoraproject.org
Fri Jan 13 00:01:35 UTC 2012


commit 7a612436848376e00ee5ead9fb4e0c4c859a31cb
Author: Adam Litke <agl at us.ibm.com>
Date:   Thu Jan 12 18:01:11 2012 -0600

    Update to mom-0.2.2

 .gitignore |    1 +
 mom.spec   |   15 ++++++---------
 sources    |    2 +-
 3 files changed, 8 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 31f4e7b..fc5422f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /mom-0.2.1.tar.gz
+/mom-0.2.2.tar.gz
diff --git a/mom.spec b/mom.spec
index d98c120..f5d74c6 100644
--- a/mom.spec
+++ b/mom.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           mom
-Version:        0.2.1
-Release:        5%{?dist}
+Version:        0.2.2
+Release:        1%{?dist}
 Summary:        Dynamically manage system resources on virtualization hosts
 
 Group:          Applications/System
@@ -22,10 +22,6 @@ Requires(postun): initscripts
 Requires(preun): chkconfig
 Requires(preun): initscripts
 
-Patch0: mom-initscript-fixes.patch
-Patch1: mom-spec-fixes.patch
-Patch2: mom-remove-useless-shebang.patch
-
 %description
 MOM is a policy-driven tool that can be used to manage overcommitment on KVM 
 hosts. Using libvirt, MOM keeps track of active virtual machines on a host. At 
@@ -43,9 +39,6 @@ designed to accommodate new mechanisms such as cgroups.
 
 %prep
 %setup -q
-%patch0 -p 1
-%patch1 -p 1
-%patch2 -p 1
 
 %build
 %{__python} setup.py build
@@ -98,6 +91,10 @@ fi
 
 
 %changelog
+* Thu Jan 12 2011 Adam Litke <agl at us.ibm.com> - 0.2.2-1
+- Upgrade to version 0.2.2
+- Packaging related changes merged upstream so patches dropped
+
 * Fri Jan 7 2011 Adam Litke <agl at us.ibm.com> - 0.2.1-5
 - Address review comments by Michael Schwendt
 - Fix use of _defaultdocdir macro
diff --git a/sources b/sources
index 7a59f50..19f0a65 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e075926de3fbfc333ce5b54b527bfa79  mom-0.2.1.tar.gz
+7da694f9406e44f6ccd93bfabbbd2469  mom-0.2.2.tar.gz


More information about the scm-commits mailing list