From 453f93859f6fc3584ca79df27951194f8e28969e Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jun 2014 14:30:46 -0700 Subject: [PATCH] Replace python-setuptools-devel BR with python-setuptools --- python-blivet.spec | 7 +++++-- 1 file 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 - 0.59-2 +- Replace python-setuptools-devel BR with python-setuptools + * Thu Jun 26 2014 Brian C. Lane - 0.59-1 - When logging, indicate whether exception was ignored by blivet. (amulhern)