From 1c296b6b021cfc25fec4b0b58803389d63dcb5a3 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: May 16 2014 18:40:51 +0000 Subject: adding python-flask-xmlrpc as dep --- diff --git a/fake_fedorainfra.spec b/fake_fedorainfra.spec index fb36365..885680c 100644 --- a/fake_fedorainfra.spec +++ b/fake_fedorainfra.spec @@ -3,13 +3,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %endif -#%global pkgname fake_fedorainfra -#%global tarball_name fake_fedorainfra -#%global commitname 8262d38ac68e -#%global bitbucket_username rajcze - Name: fake_fedorainfra -Version: 0.1.5 +Version: 0.1.6 Release: 2%{?dist} Summary: Fake partial implementation of fedora infrastructure for testing @@ -23,7 +18,7 @@ Requires: python-flask Requires: python-flask-sqlalchemy Requires: python-flask-wtf Requires: python-flask-login -Requires: python-fedora +Requires: python-flask-xmlrpc BuildRequires: python2-devel BuildRequires: python-setuptools @@ -60,6 +55,12 @@ install conf/settings.py.example %{buildroot}%{_sysconfdir}/fake_fedorainfra/set %{_datadir}/fake_fedorainfra/* %changelog +* Tue Apr 1 2014 Tim Flink - 0.1.6-2 +- adding dep on python-flask-xmlrpc + +* Tue Apr 1 2014 Tim Flink - 0.1.6-1 +- updating to latest code for bodhi error handling improvements + * Tue Apr 1 2014 Tim Flink - 0.1.5-1 - updating to latest code, fixing some small config and setup issues