From cd46d30d71c630e5f04e3859688969ddcaeb1ce7 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Oct 30 2015 20:15:56 +0000 Subject: Merge branch 'master' into f22 --- diff --git a/statscache-plugins.spec b/statscache-plugins.spec index 08148f3..6adadd9 100644 --- a/statscache-plugins.spec +++ b/statscache-plugins.spec @@ -6,7 +6,7 @@ Name: statscache-plugins Version: 0.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugins for statscache daemon Group: Applications/Internet License: LGPLv2+ @@ -15,8 +15,16 @@ Source0: https://rtnpro.fedorapeople.org/statscache_plugins-0.0.1.tar.gz BuildArch: noarch +BuildRequires: python-setuptools BuildRequires: statscache-common +BuildRequires: python-sqlalchemy +BuildRequires: python-fedmsg-meta-fedora-infrastructure +BuildRequires: python-nose + Requires: statscache-common +Requires: python-sqlalchemy +Requires: python-fedmsg-meta-fedora-infrastructure +Requires: python-nose %description Plugins for statscache daemon. @@ -35,11 +43,16 @@ PYTHONPATH=$(pwd) python setup.py test --install-data=%{_datadir} --root %{buildroot} %files -%doc README.rst COPYING COPYING.LESSER +%doc README.rst +%license COPYING COPYING.LESSER %{python_sitelib}/%{modname}/ %{python_sitelib}/%{modname}-%{version}-py%{pyver}.egg-info/ %changelog +* Fri Oct 09 2015 Ralph Bean - 0.0.1-2 +- Added some missing requirements. +- Moved license files to their own macro. + * Tue Jun 23 2015 Ratnadeep Debpnath - 0.0.1-1 - Initial packaging.