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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 21:30:46 UTC 2014


commit 453f93859f6fc3584ca79df27951194f8e28969e
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:30:46 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-blivet.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-blivet.spec b/python-blivet.spec
index ca0e7f5..134d567 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -2,7 +2,7 @@ Summary:  A python module for system storage configuration
 Name: python-blivet
 Url: http://fedoraproject.org/wiki/blivet
 Version: 0.59
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 %define realname blivet
@@ -22,7 +22,7 @@ Source0: http://github.com/dwlehman/blivet/archive/%{realname}-%{version}.tar.gz
 
 BuildArch: noarch
 BuildRequires: gettext
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 
 Requires: python
 Requires: pykickstart >= %{pykickstartver}
@@ -62,6 +62,9 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.59-2
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Thu Jun 26 2014 Brian C. Lane <bcl at redhat.com> - 0.59-1
 - When logging, indicate whether exception was ignored by blivet. (amulhern)
 


More information about the scm-commits mailing list