[openerp] Fixing dependency error caught by AutoQA

leamas leamas at fedoraproject.org
Sun Jan 27 15:39:23 UTC 2013


commit 900b12fcc16df0da6f8fce811de3058bd2db9251
Author: Alec Leamas <alec at tests.notat.diaspora.com>
Date:   Sun Jan 27 16:38:03 2013 +0100

    Fixing dependency error caught by AutoQA

 openerp.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/openerp.spec b/openerp.spec
index 07c97da..bd391b8 100644
--- a/openerp.spec
+++ b/openerp.spec
@@ -4,7 +4,7 @@
 
 Name:       openerp
 Version:    6.1
-Release:    3%{?dist}
+Release:    4%{?dist}
             # See LICENSING
 License:    AGPLv3 and GPLv3 and BSD and LGPLv2+
 Group:      System Environment/Daemons
@@ -56,6 +56,8 @@ Requires:   python-ZSI
 Requires:   pytz
 Requires:   PyYAML
 
+Obsoletes:  openerp-mpl
+
 BuildRequires:  desktop-file-utils
 BuildRequires:  libxslt-python
 BuildRequires:  pygtk2-devel
@@ -224,6 +226,9 @@ fi
 
 %changelog
 
+* Sun Jan 27 2013 Alec Leamas <leamas at nowhere.com> 6.1-4
+  - Add missing Obsoletes:.
+
 * Sun Jan 27 2013 Alec Leamas <leamas at nowhere.com> 6.1-3
   - Updating to latest snapshot release
   - Drop PyXML dep (#842882)


More information about the scm-commits mailing list