diff --git a/.gitignore b/.gitignore index 78c3dc7..d73ec0a 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ bodhi-0.7.14.tar.bz2 /2.2.4.tar.gz /2.3.0.tar.gz /2.3.1.tar.gz +/2.3.2.tar.gz +/2.3.3.tar.gz diff --git a/bodhi.spec b/bodhi.spec index 9aa60b6..ae6a7a0 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,8 +2,8 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 2.3.1 -Release: 3%{?dist} +Version: 2.3.3 +Release: 1%{?dist} BuildArch: noarch License: GPLv2+ @@ -11,7 +11,6 @@ Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet URL: https://github.com/fedora-infra/bodhi Source0: https://github.com/fedora-infra/bodhi/archive/%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # For the tests BuildRequires: python2 @@ -132,6 +131,7 @@ Common files shared by bodhi-client and bodhi-server. Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet +Requires: fedmsg-base Requires: mod_wsgi Requires: python2-bodhi == %{version}-%{release} Requires: httpd @@ -223,7 +223,6 @@ make %{?_smp_mflags} -C docs man %install -%{__rm} -rf %{buildroot} %py2_install %{__mkdir_p} %{buildroot}/var/lib/bodhi @@ -314,6 +313,14 @@ PYTHONPATH=. %{__python} setup.py nosetests %changelog +* Tue Nov 29 2016 Randy Barlow - 2.3.3-1 +- Update to 2.3.3. +- Don't define or delete the buildroot anymore. +- Add a Requires on fedmsg-base, which owns /etc/fedmsg.d for bodhi-server to put files in. + +* Thu Nov 17 2016 Randy Barlow - 2.3.2-1 +- Update to 2.3.2. + * Mon Nov 07 2016 Dennis Gilmore - 2.3.1-3 - remove the seemingly arbitary exclude of ppc and ppc64 diff --git a/sources b/sources index 2bb3e26..0572b36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8f418f706e18194ac32541f72b70bc85 2.3.1.tar.gz +eccaadf523ade745f3c25d806cccf5cd 2.3.3.tar.gz