[glances] Replace BR python-setuptools-devel BR with python-setuptools

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


commit c38ddc4836e6653388cb31f0f9abf78400846736
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 13:28:29 2014 -0700

    Replace BR python-setuptools-devel BR with python-setuptools

 glances.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/glances.spec b/glances.spec
index c927c35..4a841c7 100644
--- a/glances.spec
+++ b/glances.spec
@@ -4,7 +4,7 @@
 
 Name:		glances		
 Version:	1.7.7
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	CLI curses based monitoring tool
 
 Group:		Applications/System		
@@ -18,7 +18,7 @@ Requires:	python26-distribute
 Requires:	python26-psutil >= 0.4.1
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 %else
-BuildRequires:	python-setuptools-devel
+BuildRequires:	python-setuptools
 Requires:	python-setuptools
 Requires:	python-psutil >= 0.4.1
 %endif
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_datadir}/man/man1/glances.1.gz
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.7.7-2
+- Replace BR python-setuptools-devel BR with python-setuptools
+
 * Thu Jun 12 2014 Edouard Bourguignon <madko at linuxed.net> - 1.7.7-1
 - Update to 1.7.7
 


More information about the scm-commits mailing list