[python-novaclient/f18] remove requires between doc and main package

Pádraig Brady pbrady at fedoraproject.org
Tue Sep 25 17:34:29 UTC 2012


commit 71faa5199544abb0caba72f661edd867f0ffa8db
Author: Pádraig Brady <P at draigBrady.com>
Date:   Tue Sep 25 18:33:04 2012 +0100

    remove requires between doc and main package
    
    You should be able to install docs independently

 python-novaclient.spec |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/python-novaclient.spec b/python-novaclient.spec
index 7c43af9..b1e17f8 100644
--- a/python-novaclient.spec
+++ b/python-novaclient.spec
@@ -1,7 +1,7 @@
 Name:             python-novaclient
 Epoch:            1
 Version:          2.8.0.26
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          Python API and CLI for OpenStack Nova
 
 Group:            Development/Languages
@@ -27,8 +27,6 @@ the OpenStack Nova API.
 Summary:          Documentation for OpenStack Nova API Client
 Group:            Documentation
 
-Requires:         %{name} = %{version}-%{release}
-
 BuildRequires:    python-sphinx
 
 %description      doc
@@ -72,7 +70,7 @@ rm -fr html/.doctrees html/.buildinfo
 %doc html
 
 %changelog
-* Tue Sep 25 2012 Pádraig Brady <P at draigBrady.com> 1:2.8.0.26-1
+* Tue Sep 25 2012 Pádraig Brady <P at draigBrady.com> 1:2.8.0.26-2
 - Update to latest upstream release
 
 * Wed Aug 22 2012 Pádraig Brady <P at draigBrady.com> 2012.2-0.3.f1


More information about the scm-commits mailing list