[vdsm: 16/16] Merge F17 changes into F18+ and disable make check due to pep8 issues, Add pyparted dependency

Peter Robinson pbrobinson at fedoraproject.org
Sat Oct 20 15:49:00 UTC 2012


commit 2ca4079ecf5f5ccbec658c386994d3f5e7145d26
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Oct 20 16:48:19 2012 +0100

    Merge F17 changes into F18+ and disable make check due to pep8 issues, Add pyparted dependency

 vdsm.spec |   53 ++++++++++++++++++++++++++++-------------------------
 1 files changed, 28 insertions(+), 25 deletions(-)
---
diff --git a/vdsm.spec b/vdsm.spec
index 33aa641..2793579 100644
--- a/vdsm.spec
+++ b/vdsm.spec
@@ -28,7 +28,7 @@
 
 Name:           %{vdsm_name}
 Version:        4.10.0
-Release:        10%{?vdsm_relvtag}%{?dist}%{?extra_release}
+Release:        11%{?vdsm_relvtag}%{?dist}%{?extra_release}
 Summary:        Virtual Desktop Server Manager
 
 Group:          Applications/System
@@ -99,6 +99,7 @@ BuildRequires: python-pep8
 # BuildRequires needed by the tests during the build
 BuildRequires: python-ethtool
 BuildRequires: libvirt-python
+BuildRequires: pyparted
 
 # Autotools BuildRequires
 %if 0%{?enable_autotools}
@@ -488,7 +489,8 @@ install -Dm 0644 vdsm/vdsm-libvirt-access.pkla \
 
 %check
 # Disabling the nose tests until they'll all succeed in koji.
-make check NOSE_EXCLUDE=".*"
+# make check is failing on F-18+ due to pep8 issues. See RHBZ # 837014
+# make check NOSE_EXCLUDE=".*"
 
 %clean
 rm -rf %{buildroot}
@@ -996,22 +998,26 @@ exit 0
 %{_datadir}/%{vdsm_name}/gluster/hostname.py*
 
 %changelog
-* Thu Oct  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-10.fc17
+* Sat Oct 20 2012 Peter Robinson <pbrobinson at fedoraproject.org> 4.10.0-11
+- Merge F17 changes into F18+ and disable make check due to pep8 issues
+- Add pyparted dependency
+
+* Thu Oct  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-10
 - BZ#845660 Use buffer size in multiplies of the recommended transfer size
 
-* Mon Sep 24 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-9.fc17
+* Mon Sep 24 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-9
 - BZ#845660 Use the recommended alignment instead of using pagesize
 
-* Tue Sep 11 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-8.fc17
+* Tue Sep 11 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-8
 - add the autotools support
 
-* Fri Aug 17 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-7.fc17
+* Fri Aug 17 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-7
 - enable all the vdsm hooks
 
-* Wed Aug  1 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-6.fc17
+* Wed Aug  1 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-6
 - BZ#842948: deployUtil - safely remove bridge
 
-* Tue Jul 17 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-5.fc17
+* Tue Jul 17 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-5
 - configNet: atomicBackup: remove new files upon restore
 - configNet: clear up atomicBackup arg
 - Remove redundant 'explicitBonding' parameter from setupNetworks
@@ -1027,7 +1033,7 @@ exit 0
 - BZ#832199: move selinux from init to spec
 - bump libvirt version to fix readonly lease unsupported issue
 
-* Fri Jun 29 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-4.fc17
+* Fri Jun 29 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-4
 - deployUtil: use os.uname instead of /bin/uname
 - deployUtil: slightly saner kernel version comparison
 - BZ#835784 - Allow to create a network on top of existing bond in additional
@@ -1037,11 +1043,11 @@ exit 0
 - Handle bond properly if connectivity check fail.
 - BZ#806555 having /etc/ovirt-node-* means it is a node
 
-* Tue Jun 26 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-3.fc17
+* Tue Jun 26 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-3
 - BZ#832577: node can't be approved
 - BZ#824298 fix typo in keyword argument exc_info
 
-* Wed Jun 20 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-2.fc17
+* Wed Jun 20 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-2
 - deployUtil.yumFind: rename and simplify semantics
 - drop deployUtil.yumSearch
 - deployUtil.yumSearchVersion: compare versions sanely
@@ -1060,41 +1066,38 @@ exit 0
 - BZ#826467 - Allow to remove bond and attach network to NIC
 - Related to BZ#826873 - Allow to create bond without network
 
-* Mon Jun 11 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-1.fc17
+* Mon Jun 11 2012 Federico Simoncelli <fsimonce at redhat.com> 4.10.0-1
 - vdsm-4.10.0
 
-* Mon Jun  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-2.gite952471.fc17
+* Mon Jun  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-2.gite952471
 - BZ#822158 Report version-release in a short format
 
-* Mon Jun  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-1.gite952471.fc17
+* Mon Jun  4 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-1.gite952471
 - vdsm-4.9.6-ge952471
 
-* Mon May 28 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-0.git1b07249.fc16
+* Mon May 28 2012 Federico Simoncelli <fsimonce at redhat.com> 4.9.6-0.git1b07249
 - vdsm-4.9.6-g1b07249
 
-<<<<<<< HEAD
-=======
-* Tue Feb 28 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.4-0.gb3642e5.fc17
+* Tue Feb 28 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.4-0.gb3642e5
 - vdsm-4.9.4-0.gb3642e5
 
->>>>>>> f17
-* Wed Jan 25 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.3.2-0.fc16
+* Wed Jan 25 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.3.2-0
 - vdsm-4.9.3.2
 - Reverts "BZ#773666 - Fix HSM flows should not change rw permissions."
 
-* Mon Jan 16 2012 Federico Simoncelli <fsimonce at redhat.com> - 4.9.3.1-0.fc16
+* Mon Jan 16 2012 Federico Simoncelli <fsimonce at redhat.com> - 4.9.3.1-0
 - vdsm-4.9.3.1
 
-* Fri Jan 13 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.2-1.git1d7b929.fc16
+* Fri Jan 13 2012 Dan Kenigsberg <danken at redhat.com> - 4.9.2-1.git1d7b929
 - vdsm-4.9.2-g1d7b929
 
-* Tue Jan 10 2012 Federico Simoncelli <fsimonce at redhat.com> - 4.9.2-0.git951b41d.fc16
+* Tue Jan 10 2012 Federico Simoncelli <fsimonce at redhat.com> - 4.9.2-0.git951b41d
 - vdsm-4.9.2-g951b41d
 
-* Fri Dec 02 2011 Federico Simoncelli <fsimonce at redhat.com> - 4.9.1-2.git931a43e.fc16
+* Fri Dec 02 2011 Federico Simoncelli <fsimonce at redhat.com> - 4.9.1-2.git931a43e
 - add the revision control comments to the specfile
 
-* Wed Nov 30 2011 Federico Simoncelli <fsimonce at redhat.com> - 4.9.1-1.git6ee166c.fc16
+* Wed Nov 30 2011 Federico Simoncelli <fsimonce at redhat.com> - 4.9.1-1.git6ee166c
 - require iscsi-initiator-utils >= 6.2.0.872-14 bz442980
 - fix the rpmlint errors
 


More information about the scm-commits mailing list