[python-proteus/el6] fix BR/R

Dan Horák sharkcz at fedoraproject.org
Mon Jun 4 08:23:04 UTC 2012


commit 6c931eb2cf18d00956fd435b4806aefbe4b5d51c
Author: Dan Horák <dan at danny.cz>
Date:   Mon Jun 4 10:03:28 2012 +0200

    fix BR/R

 python-proteus.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/python-proteus.spec b/python-proteus.spec
index 724f560..9f94545 100644
--- a/python-proteus.spec
+++ b/python-proteus.spec
@@ -7,7 +7,7 @@
 
 Name:           python-%{module_name}
 Version:        1.8.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library to access Tryton's internal objects
 
 Group:          System Environment/Libraries
@@ -19,8 +19,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python2-devel
 BuildRequires:  python-setuptools
+BuildRequires:  python-dateutil
 
 Requires:       tryton(kernel) = %{major}
+Requires:       python-dateutil
 # upgrade path for early adopters from http://fedora.danny.cz/danny
 Provides:       %{module_name} = %{version}-%{release}
 Obsoletes:      %{module_name} < 1.8.0-2
@@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 02 2012 Dan Horák <dan at danny.cz> - 1.8.3-2
+- fix BR/R
+
 * Sat Jun 02 2012 Dan Horák <dan at danny.cz> - 1.8.3-1
 - new upstream version 1.8.3
 


More information about the scm-commits mailing list