[python-peak-rules] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 23:13:20 UTC 2014


commit 7a41334104d2ad0dbe5c294df2f53d7c20c6f85d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:13:20 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-peak-rules.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-peak-rules.spec b/python-peak-rules.spec
index bec492b..930ea44 100644
--- a/python-peak-rules.spec
+++ b/python-peak-rules.spec
@@ -13,7 +13,7 @@ Version:        0.5a1.dev
 # Release:0.3.a1.dev%{devrev}%{?dist}
 # But we can't do that yet because it breaks the upgrade path.
 # When version hits 0.5.1 or 0.6 we can correct this.
-Release:        18.a1.dev.20100803svn%{devrev}%{?dist}
+Release:        19.a1.dev.20100803svn%{devrev}%{?dist}
 Summary:        Generic functions and business rules support systems
 
 Group:          Development/Languages
@@ -27,7 +27,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:       python-peak-util-assembler >= 0.3
 BuildRequires:       python-peak-util-addons >= 0.6
 BuildRequires:       python-peak-util-extremes >= 1.1
@@ -74,6 +74,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5a1.dev-19.a1.dev.20100803svn
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a1.dev-18.a1.dev.20100803svn2646
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list